>[!warning] >This content has not been peer reviewed. # The Semi-Empirical Mass Formula from pure graph topology **Nuclear physics emerges from graph theory.** Strong Force = $K_4$ motif Shannon packing. Coulomb Penalty = Relational distance ($\sum 1/d$). Pauli (Asymmetry) = Identity maintenance cost ($\sum S/U$). No algebraic formulas or hardcoded $A^{1/3}$ distances — only relational distance $d$ on the graph. The $K_4$ tetrahedron is the minimal 3D building block in the graph-size hierarchy ($N=4$). See [[N=4 — Baryons and Tetrahedron (RST)]] and [[Graph Size Hierarchy (RST)]]. **Established fact (1935–present):** Nuclear binding energy is approximated by the Semi-Empirical Mass Formula (Bethe–Weizsäcker), with five fitted terms: volume, surface, Coulomb, asymmetry, pairing. RST derives an isomorphic structure from **zero fitted parameters** — only graph topology and the axioms of [[Relational Resolution Theory (RRT)|RRT]]. RST replaces fitted coefficients with graph-theoretic measurements. No $A^{1/3}$ or algebraic distance — only relational distance $d$ on the graph. --- ## Classical BET (Bethe–Weizsäcker) $E_B = a_V A - a_S A^{2/3} - a_C \frac{Z(Z-1)}{A^{1/3}} - a_A \frac{(N-Z)^2}{A} + a_P \delta(A,Z)$ The coefficients $a_V, a_S, a_C, a_A, a_P$ are **empirically fitted** (1935 onward). The terms reflect: (1) volume — saturated strong force; (2) surface — fewer neighbors at the boundary; (3) Coulomb — proton repulsion; (4) asymmetry — excess neutrons or protons; (5) pairing — even–even bonus. RST replaces these with graph-theoretic measurements; no $A^{1/3}$ or algebraic distance. --- ## RST mapping: Relational Liquid Drop | Term | Relational formula | Axiom | |:---|:---|:---| | **Volume** | $K_4$ Shannon packing (plateau ~7–8 bits) | A2 (Landauer cost) | | **Surface** | Fewer neighbors at boundary | Emergent from discrete graph geometry | | **Coulomb** | $\sum_{i<j} 1/d(p_i, p_j)$ between proton centers | A5 (Relational distance $d$) | | **Asymmetry** | $\sum S/U$ for identical fermion pairs (P–P, N–N) | A3 (Identity dissipative) | No $a_V, a_S, a_C, a_A$ — no free parameters. The graph topology and A2/A3/A5 yield the structure directly. --- ## Thermodynamic tension The atomic nucleus is the **thermodynamic equilibrium** between two opposing forces: | Force | Behavior | Cost form | |:---|:---|:---| | **Strong (bosonic)** | Wants overlap — shared nodes reduce Shannon cost | $-(S/U) \log_2(S/U)$ | | **Pauli (fermionic)** | Wants separation — identical identities costly | $+(S/U)$ | - **Strong:** Maximum overlap → minimum Landauer cost ([[The minimum cost to erase a bit]]). Shared structure $S$ and union $U$ define local Shannon entropy; more overlap → lower cost. - **Pauli:** Axiom A3 — identity is dissipative. Two fermions with identical topology must spend $S/U$ Landauer bits to stay distinct. Full overlap → 1 bit; no overlap → 0. - **Nucleus:** Equilibrium between the logarithmic curve of overlapping information and the linear penalty of identical identities. --- ## Implementation Script: **[[expanded theory applied/further applications/Periodic Table (RST)/Nuclear Fusion - Code|rst_nuclear_fusion.py]]** - **Proton** = $K_4$ + protected charge edge (non-shareable) - **Neutron** = $K_4$ only (maximizes overlap) - **Relational Coulomb:** `calculate_relational_coulomb()` — $\sum 1/d$ over shortest paths between proton centers - **Relational Pauli:** `calculate_relational_pauli()` — $\sum S/U$ for P–P and N–N pairs; P–N topologically distinct - **Binding:** $E_{binding} = \text{Budget} - \text{Cost}_{A2} - E_{Coulomb} - E_{Pauli}$ --- ## Discrete graph crystallography At small $A$ (< 100), discrete $K_4$ packing produces "bumpy" surfaces. Physical distance $d$ between protons does not scale as smoothly as in a continuous liquid drop. At $A=56$, the engine may prefer $Z \approx 12$–$19$ (e.g. Z=12, N=44) over Iron ($Z=26$, N=30). This is **not** a physics failure — it is an artifact of Discrete Graph Crystallography. At $A \sim 10{,}000$ (e.g. neutron star crust), the bumps smooth out and the $Z/N$ ratio converges to the continuous Liquid Drop calculus. --- ## Links - **Graph Size Hierarchy:** [[Graph Size Hierarchy (RST)]], [[N=4 — Baryons and Tetrahedron (RST)]] - **Application:** [[expanded theory applied/further applications/Periodic Table (RST)/Periodic Table (RST)]] - **Landauer:** [[The minimum cost to erase a bit]] - **Axioms:** [[Relational Resolution Theory (RRT)]], [[Relational Substrate Theory (RST)]] - **Engine:** [[expanded theory applied/further applications/Micro-Graph Generator/Micro-Graph Generator (RST)]]