Skip to content

Repository files navigation

Quark Masses from Knot Theory

Status

"Mass is the energy cost of topological complexity. Heavier particles are simply more knotted spacetime."

Objective

To derive the mysterious mass hierarchy of quarks (e.g., Why is Top quark so heavy?) by mapping particle generations to Prime Knots of increasing crossing number.

1. The Hypothesis: Mass ~ Complexity

In TARDIS, particles are stable topological solitons (knots) in the vacuum field. We hypothesize that the mass $M$ scales exponentially with the Ideal Rope Length ($L/D$) of the knot. $$ M \approx M_0 e^{\alpha (L/D)} $$

Proposed Mapping

Generation Knot Type Crossing Number ($N$) Ideal Length ($L/D$)
Gen 1 (u/d) Trefoil ($3_1$) 3 16.37
Gen 2 (c/s) Figure-Eight ($4_1$) 4 21.17
Gen 3 (t/b) Cinquefoil ($5_1$) 5 23.55

2. Simulation Results

We ran a regression analysis (simulation/knot_mass_fit.py) to fit this topological model to the observed quark masses.

Knot Mass Scaling

The Fit

The data shows a remarkable exponential correlation:

  • Up-Type Quarks (u, c, t):

    • Scaling Law: $M \propto e^{1.53 (L/D)}$
    • Implication: Adding a single crossing (increasing $L/D$ by ~3) increases curvature energy by $\approx e^{4.5} \approx 90\times$, matching the huge jump to the Top quark.
  • Down-Type Quarks (d, s, b):

    • Scaling Law: $M \propto e^{0.90 (L/D)}$
    • Implication: A softer scaling, suggesting a different topological tension or "framing" for the down-sector.

3. Conclusion

The "Generation Problem" is geometric.

  • Generation 1 is the simplest knot (Trefoil).
  • Generation 3 is the Cinquefoil knot. The mass is simply the energy required to "tie" spacetime into these progressively more complex configurations against the tension of the Lambda field.

Files

  • simulation/: Python scripts to calculate knot energies (ROPE model).

    • knot_mass_fit.py: Regression analysis.
  • analysis/: Generated plots.

  • docs/: Theory papers.

Releases

Packages

Contributors

Languages