Encyclopedia Physics Physics Mass Topology

ARTICLE 4 claims 3 models 1 hypothesis

Physics Mass Topology

Mass in this framework is not a number you dial in; it is a fraction that falls out of counting the edges of a cube.

The refined ledger fraction

Physics mass topology is the part of Recognition Science that turns the geometry of a simple object, a three-dimensional cube, into a small correction to a particle's mass. The framework calls that object the cubic ledger, a discrete record of events. The central claim is that the correction, called the refined shift, is not guessed but assembled from counts: how many edges the cube has, how many of those edges are passive, and how many symmetry groups tile its faces. The formula is δ = 2W + (W + E_total) / (4 E_passive) + α² + E_total α³.

In plain terms, the numbers come from counting. The cube has 12 edges total, so E_total is 12. Of those, the framework counts 11 as passive, meaning they behave like field edges rather than active ones. The wallpaper groups, the 17 ways a pattern can repeat on a flat surface, give W its value of 17. The first big piece, 2W, is 34, which is called the dual sector symmetry cover. The fraction (W + E_total) / (4 E_passive) is 29 over 44, a ratio named the coupling ratio. Adding these gives the base shift.

On top of that base, the framework adds radiative corrections, the same kind of self-energy terms that appear in standard quantum electrodynamics. The second-order term is α², the square of the fine-structure constant, identified as a one-loop self-energy. The third-order term is 12 α³, where the 12 is the cube's edge count again. The framework states that this complete formula matches the empirical shift to within 2 × 10⁻⁷, a precision that would put it in the same league as a careful measurement. That agreement is a check, not a theorem; the definitions are exact, but the comparison against experiment is a claim outside the formal library.

What is established formally is a chain of definitions. It defines E_total, E_passive, W, the ledger fraction, the base shift, the two correction terms, and the final refined shift as exact objects in the machine-checked library of formal theorems. Nothing proves that this shift equals the measured electron anomaly; that would be a physical claim needing experimental input. What the definitions do is give a precise, reproducible recipe: if you accept the geometric identifications, the number follows. The contribution is to make the recipe exact enough to test, and the test, as stated, lands within two parts in ten million.

MODEL refined_shift · IndisputableMonolith/Physics/MassTopology.lean
/-- The complete predicted shift. -/
noncomputable def refined_shift : ℝ := base_shift + radiative_correction
MODEL E_total · E_passive · IndisputableMonolith/Physics/MassTopology.lean
/-- Total edges in Q3. -/
def E_total : ℕ := cube_edges 3
/-- Passive edges in Q3. -/
def E_passive : ℕ := passive_field_edges 3
MODEL W · IndisputableMonolith/Physics/MassTopology.lean
/-- Wallpaper groups (Face symmetries). -/
def W : ℕ := wallpaper_groups
HYPOTHESIS refined_shift · IndisputableMonolith/Physics/MassTopology.lean
/-- The complete predicted shift. -/
noncomputable def refined_shift : ℝ := base_shift + radiative_correction

What this page does not claim

The module does not prove that the refined shift equals the measured electron mass anomaly; it only defines the shift and states a numerical agreement. The value of α is taken as an input, not derived within this module. The geometric identifications (which edges are passive, which symmetries count) are definitional choices, not theorems.

Verify this page

Every tagged claim above names its theorem. To check one yourself rather than trust this page, elaborate the source module with Lean 4 and audit its axiom basis:

$ lake env lean IndisputableMonolith/Physics/MassTopology.lean
expected axiom basis: [propext, Classical.choice, Quot.sound] (the Lean kernel's standard three; no RS-specific axioms)

A page whose claims cannot be reproduced this way does not ship. In production, every anchor links to the exact declaration in the public source release, and this block carries the build receipt for the page itself.

Derived articles

This page is generated by a question-recursion engine: the questions its answers raise become the next pages. The current agenda, with open targets marked red:

MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND