
8 Conclusion
The proton operates as a frozen K = 4 tetrahedral entanglement defect within the K = 12
FCC vacuum lattice. Its mass ratio to the electron is mathematically defined by its
structural phase-space geometry:
m
p
m
e
= (K + 1)K
2
− cK = 13 × 144 − 36 = 1836, (8)
matching the observed 1836.153 to 0.008%, with the +0.153 residual driven by continuous
O(α
2
) radiative QED dressing.
Evaluating the Boundary Integrity Ratio (η = 1−c/K) explains the exclusive thermo-
dynamic stability of the c = 3 ground state, and applying the K
4
vacuum limit quantita-
tively predicts the Υ(4S) string-breaking threshold of the bottomonium spectrum. Cru-
cially, every number in the proton mass formula—K = 12 (FCC coordination), K +1 = 13
(structural node count), and c = 3 (skew-edge pairs)—is a geometric invariant that in-
dependently produces the CMB hemispherical asymmetry, the neutron star radius boost,
the Hubble tension resolution, and the spectral index. The proton mass is the particle-
physics manifestation of a singular crystallographic structure that spans sixty orders of
magnitude from the Planck scale to the cosmological horizon.
A Self-Contained SSM Summary
For the reader’s convenience, we summarize the foundational Selection-Stitch Model
(SSM) results utilized in this framework.
A.1. K = 12 lattice saturation. The FCC lattice represents the unique solution
to the Kepler conjecture. The vacuum tensor network saturates at this maximum limit,
providing each node with exactly 12 nearest-neighbor bonds [4].
A.2. Isometric tensor network and Lorentz invariance. The 3D bulk lattice
acts as a quasilocal isometric projection of a 2D continuous boundary, in accordance
with the Ryu-Takayanagi prescription. The 2D boundary maintains exact continuous
rotational and translational symmetry, causing the projected bulk to inherit exact macro-
scopic Lorentz invariance without preferred frames at observable scales [11].
B Computational Validation (Liquid Drop Law)
The mass derivation relies on 3D volumetric states (K
3
) and 2D bounding surface states
(K
2
) acting as strictly additive quantities. The following discrete simulation constructs lo-
calized structural droplets directly on the FCC coordinate lattice, computationally verify-
ing that surface boundary strain scales additively with internal volume via the continuous
Bethe-Weizsäcker liquid drop relation S ∝ V
2/3
.
import numpy as np
from scipy . op t im i z e im p o r t cu rv e _f i t
def fc c_s u rfa c e_t e nsi o n_p ro of () :
vectors = [
(1 ,1 ,0) , (1 , -1 ,0) , ( -1 ,1 ,0) , ( -1 , -1 ,0) ,
(1 ,0 ,1) , (1 ,0 , -1) , ( -1 ,0 ,1) , ( -1 ,0 , -1) ,
(0 ,1 ,1) , (0 ,1 , -1) , (0 , -1 ,1) , (0 , -1 , -1)
]
ra d i i = np . arange (1.0 , 8.0 , 0.2)
volumes , surf a ce_t e rm s = [], []
7