Encyclopedia Foundation Foundation Hierarchy Dissolution Hierarchy Problem Dissolves

ARTICLE 2 claims 2 theorems

Foundation Hierarchy Dissolution Hierarchy Problem Dissolves

A machine-checked theorem shows particle masses sit on a fixed geometric ladder, dissolving the hierarchy problem by replacing radiative corrections with rung positions.

The mass ladder

The hierarchy problem asks why the Higgs boson mass is so much lighter than the Planck scale, when quantum corrections should drag it upward. In the Recognition Science framework, the question dissolves because particle masses are not free parameters adjusted by radiative corrections. They are positions on a fixed geometric ladder, set by the golden ratio φ ≈ 1.618. The framework's theorem hierarchy_problem_dissolves states this directly: for any integer rung r, the mass on that rung equals a base energy E_coh multiplied by φ raised to the power r. This is a proved statement in the framework's machine-checked library of formal theorems, not a conjecture.

The classical physics context matters here. In the Standard Model, fermion masses come from Yukawa couplings, which are free parameters with no theoretical explanation. The framework replaces this with a geometric rule: mass ratios between rungs are powers of φ. The library proves, for example, that the muon-to-electron mass ratio is exactly φ^11. This is a structural claim about how masses are assigned, not a numerical fit. The framework's derivation of φ as the unique self-similar scaling, and the three-dimensional structure it forces, are separate theorems in the library. The mass ladder is a consequence of that geometric forcing.

What the theorem does not claim is equally important. The declaration proves the rung law as a definitional identity: mass_on_rung r equals E_coh times φ^r by construction. It does not prove that this construction matches measured particle masses; that comparison is an empirical check, not a theorem. The library explicitly marks as OPEN the claim that no radiative hierarchy exists. The absence of a cutoff argument in the mass function's signature is not a proof that ultraviolet regularizations leave masses unchanged. That would require a separate cutoff-indexed model and a proof of cutoff independence. The framework's resolution is geometric: masses come from ledger rung positions, not from divergent loop integrals. Whether that geometry is physically realized is a question the framework poses, not one it settles.

THEOREM hierarchy_problem_dissolves · IndisputableMonolith/Foundation/HierarchyDissolution.lean
/-- **P-013 Resolution**: The hierarchy "problem" dissolves in RS because:
    1. Masses = E_coh · φ^r (from ledger rung)
    2. No Yukawa couplings as free parameters
    3. No divergent radiative corrections to scalar masses
    4. The φ-ladder spacing is fixed by dimension (F-003) and φ-forcing (C-003)

    The Standard Model hierarchy problem assumes masses come from
    renormalization; in RS they come from geometry. -/
theorem hierarchy_problem_dissolves (r : ℤ) :
    Masses.MassHierarchy.mass_on_rung r = Masses.Anchor.E_coh * phi ^ r := rfl
THEOREM mass_ratio_geometric · IndisputableMonolith/Foundation/HierarchyDissolution.lean
/-- In RS, fermion mass ratios are geometric (powers of φ), not free parameters.
    This is the structural basis for hierarchy dissolution. -/
theorem mass_ratio_geometric :
    Masses.MassHierarchy.mass_on_rung (r_lepton "mu") / Masses.MassHierarchy.mass_on_rung (r_lepton "e") =
      phi ^ 11 :=
  Masses.MassHierarchy.lepton_hierarchy_geometric.1

What this page does not claim

The theorem does not prove that measured particle masses match the φ-ladder values. The framework does not prove the absence of radiative corrections; that claim is marked OPEN. The hierarchy problem dissolves only within the framework's geometric model, not in the Standard Model itself.

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/Foundation/HierarchyDissolution.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