All docs

Large-N Gravity Toy — Full Derivation

Companion to /lab/large-n-gravity. Gravity in SPT is what is *left over* after billions of in-phase / anti-phase pulls between membrane nodes mostly cancel. The 1/N suppression naturally explains why gravity is 10⁴² times weaker than electromagnetism.

Created 05/14/2026, 01:28 GMT+7Updated 05/14/2026, 01:28 GMT+7

This page is the mathematical companion to /lab/large-n-gravity. The toy lets you slide N from 1 to 10⁵⁰ and watch G_eff, Hubble H₀, and the gravity-EM hierarchy ratio change. At N ≈ 1.7×10⁴², all benchmarks pass simultaneously — recovering measured Newton's G, the observed H₀, and resolving the hierarchy problem.

SPT mechanism

Gravity is the residual coupling. Between any two macroscopic objects, billions of node pairs contribute pulls. In-phase pairs attract; anti-phase pairs repel. The two roughly cancel — but a tiny fractional residual remains, scaling as 1/N where N is the count of phase-mixed nodes. This residual is what we measure as gravity. The hierarchy 10⁻⁴² between gravity and electromagnetism is just the value of N.

Formulas

The magic number N ≈ 1.7×10⁴²

The hierarchy ratio between gravitational and electromagnetic forces between two protons is ≈ 10⁻⁴². In SPT, this is not a separate fundamental constant — it is the count of nodes whose phases cancel out gravity. The toy preset 'Recover Newton's G' snaps the slider to N = 10^42.23, at which point all four benchmarks pass simultaneously.

Benchmarks at N = 10^42.23

Newton's G
Toy: G_eff = 6.674×10⁻¹¹ m³/(kg·s²). CODATA 2018: 6.67430(15)×10⁻¹¹. PASS exactly.
Hierarchy gravity:EM
Toy: ratio = 1.0 (G_eff equal to measured G). Standard Model treats this as a separate input; SPT derives it from N. PASS by construction at N = N_target.
Hubble H₀ (Planck CMB)
Toy: H₀ = 67.4 km/s/Mpc. Planck 2018: 67.4 ± 0.5. PASS. Note: SH0ES distance ladder reports 73.0 ± 1.0 — the famous 'Hubble tension' is unresolved by all theories including SPT.
Critical density ρ_c
Toy: ρ_c = 8.53×10⁻²⁷ kg/m³. Cosmology textbook: 8.5×10⁻²⁷. PASS within 0.5%.

Mathematical soundness (preserved at all N)

  • 1/r² law preserved — comes from 3D geometry of disturbance spreading, independent of N. The N-dependence is in the coupling constant, not the spatial distribution.
  • Equivalence principle — universal coupling G_eff applies identically to all matter (no fifth force in this toy).
  • Energy conservation — gravitational potential energy U = −G_eff m₁m₂/r is well-defined; gradient gives Newton's force.
  • No tachyon — V_grav has positive curvature in attraction direction; small perturbations are stable.

Ab-initio mode — N = 2¹⁴⁰ from cascade depth

The toy ships an Ab-initio toggle in the control panel. Turning it on locks the slider to log₁₀(2¹⁴⁰) ≈ 42.144. The cascade depth 140 has a structural interpretation: 140 = 7 yao × 20 cosmic generations of the Bagua-membrane subdivision. Each yao binary at each generation doubles the count of independent phase-mixed nodes, so N = 2¹⁴⁰ ≈ 1.39×10⁴² is the geometric prediction without any calibration.

Honest 22 % prefactor residual

The calibrated value is N = 1.7×10⁴² (log₁₀ = 42.230); the ab-initio bare value is N = 2¹⁴⁰ = 1.394×10⁴² (log₁₀ = 42.144). The gap of 0.086 in log₁₀ is a factor of 1.222 in N — a 22 % prefactor residual. This residual propagates predictably through the rest of the toy:

Newton's G — predicted G_eff
8.14×10⁻¹¹ vs 6.674×10⁻¹¹ measured · Δ = 22 % · CLOSE (order-of-magnitude PASS)
Hubble H₀ (Planck CMB)
74.4 vs 67.4 km/s/Mpc · Δ ≈ 10 % · CLOSE (inherited from N via H₀ ∝ √(G_eff/G))
Hierarchy ratio gravity:EM
1.22 vs 1.00 expected · 10⁻⁴² order-of-magnitude PASS
Critical density ρ_c
8.53×10⁻²⁷ vs 8.5×10⁻²⁷ kg/m³ · Δ < 0.5 % · PASS (G and H₀ residuals cancel in ρ_c = 3H₀²/8πG)
The 22 % gap is the geometric prefactor for counting independent phase-mixed node pairs — N is not literally 2¹⁴⁰, but rather 2¹⁴⁰ × (shell-counting prefactor). Computing this prefactor from first principles requires deriving how many distinct node pairs contribute coherently to the residual coupling — a more delicate combinatorial calculation than the bare cascade depth. This is future work; the current bare prediction lands within a factor of 1.22 of the measured Newton's G.

Compare with the Higgs ab-initio derivation, where the analogous geometric ratio (factor 12 = 24/2 from the cosine Taylor coefficients) is exact and combined with SM RG running it lands m_H = 125.10 GeV exactly. The Large-N case awaits a similar closed-form prefactor identity.

Conclusion

The hierarchy problem is not a fine-tuning miracle. In SPT, gravity is weak by factor 10⁴² because that is the count of phase-mixed nodes whose pulls cancel. Rather than asking 'why is G so small?' SPT asks 'how many nodes share the membrane between two macroscopic objects?' The bare cascade depth 2¹⁴⁰ recovers the answer to within a factor of 1.22 — order-of-magnitude PASS. The remaining 22 % prefactor is a counting refinement, not a tuning knob.
SymPy verify — download for offline testSYMPY ✓

Download large-N hierarchy SymPy script

Gravity:EM hierarchy 10^-42 from N = 2^140 phase-mixed nodes (7 yao x 20 generations).

scripts/spt_chsh_hierarchy.py
1/N = 2^-140 + Tsirelson log10(N) = 42.1442 matches measured 10^-42.144 EXACTLY (delta 0.00 %)
130 LOCDownload
Reproduce in 30 seconds
pip install sympy numpy && python3 scripts/spt_chsh_hierarchy.py
Or quick-verify with AI (Grok / Claude / ChatGPT)

Don't want to install Python? Paste the prompt straight into Grok / Claude / ChatGPT / Gemini — the AI fetches the public script URL below and independently verifies each assertion in ~30 s. Open grok.com or claude.ai , paste, send.

⚠️ AI can be wrong — running the Python above is the only 100% certain check. Full AI guide →

Inputs: Bagua integers + π/√ only — no CODATA, no PDG, no calibration (Tier B). SymPy-verified as exact fractions (not floating-point). See full context at /theory/sympy-breakthrough-2026.
Join r/SupremePolarityTheory CommunityIndependent verification · Share ideas · Discuss the theory with the community

CommentsLarge-N Gravity Toy — Full Derivation