Encyclopedia Foundation Foundation Maximal Forcing Rsmass Ladder Universe Mass Universe Trichotomy

ARTICLE 3 claims 3 theorems

Foundation Maximal Forcing Rsmass Ladder Universe Mass Universe Trichotomy

A machine-checked theorem classifies every claim about a particle mass ladder into forced, independent, or selected; here it shows the ratios are fixed while the overall scale is free.

The mass ladder's trichotomy

The mass ladder is a way of arranging possible particle masses as a sequence of rungs, where each rung is a fixed multiple of the one below it. In Recognition Science, the framework models this ladder with a yardstick, a base mass that sets the overall scale, and a rung index that counts steps up or down. The mass at a given rung is the yardstick multiplied by the golden ratio raised to that rung's power. The golden ratio, about 1.618, is the number whose square equals itself plus one, and it appears here as the fixed ratio between adjacent rungs.

The framework's machine-checked library of formal theorems proves a trichotomy, a three-way classification, for every claim that can be made about this ladder. Each claim is either forced, meaning it holds for every possible yardstick and cannot be otherwise; independent, meaning it can be true or false depending on the yardstick chosen; or selected, meaning it holds only under an explicit additional choice. The theorem named massUniverse_trichotomy establishes that this classification is complete: no claim about the ladder escapes being one of these three types.

Applied to the ladder's two defining claims, the theorem yields a sharp split. The first claim, that adjacent rungs differ by the factor of the golden ratio, is forced. The proof is a structural identity: the definition of the ladder itself guarantees the ratio, with no extra assumption needed. The second claim, that the yardstick equals one, is independent. The theorem provides two admissible yardsticks, 1 and 2, that disagree on this claim, so no law of the framework can decide it. This split is the honest summary: dimensionless structure is forced, absolute units are free.

In Recognition Science, this result matters because it is the first universe whose closure certificate uses both branches of the trichotomy at once. The classifier that audits claims is not trivially always-forced; it distinguishes invariants from coordinates. The practical consequence is that the framework can assert the golden-ratio scaling of masses as a theorem, while remaining silent on the absolute mass scale, which must come from measurement or convention, not from the logic itself.

THEOREM massUniverse_trichotomy · IndisputableMonolith/Foundation/MaximalForcing/RSMassLadderUniverse.lean
/-- **Crown trichotomy on the mass-ladder universe.** Every closure claim is
`Forced`, `Independent`, or `Selected`. Here the closure splits into one forced
invariant and one independent coordinate, with `Selected` empty. -/
theorem massUniverse_trichotomy
    (C : RealityClaim massUniverse.Realization)
    (hC : InClosure Primitive.lawOfLogic massUniverse C) :
    Forced Lmass0.admissible C ∨ Independent Lmass0.admissible C ∨ Selected Lmass0.admissible C :=
  maximal_forcing_closure_trichotomy massUniverseCert C hC
THEOREM forced_ladderRatio · IndisputableMonolith/Foundation/MaximalForcing/RSMassLadderUniverse.lean
/-- **The phi-ladder scaling invariant is forced over every yardstick.** No gate
is required: the recurrence is a structural identity of the ladder. -/
theorem forced_ladderRatio : Forced Lmass0.admissible isLadderRatioClaim := by
  intro M0 _ r
  show ladderMass M0 (r + 1) = φ * ladderMass M0 r
  unfold ladderMass
  rw [pow_succ]
  ring
THEOREM yardstick_independent · IndisputableMonolith/Foundation/MaximalForcing/RSMassLadderUniverse.lean
/-- The yardstick claim is independent (Prop-level), via the witness. -/
theorem yardstick_independent : Independent Lmass0.admissible isYardstickClaim :=
  independent_of_witness yardstickIndepWitness

What this page does not claim

The theorem does not say which yardstick is physically correct. The theorem does not derive any specific particle mass value. The trichotomy does not apply to claims outside the mass-ladder universe.

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/MaximalForcing/RSMassLadderUniverse.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