Encyclopedia Masses Masses Mass Genesis Q3 Support Action Rest Mass Eq Predicted Mass Of Q3 Eight Ti
Masses Mass Genesis Q3 Support Action Rest Mass Eq Predicted Mass Of Q3 Eight Ti
For patterns on an eight-step cycle, the framework proves that rest mass and predicted mass are the same number, a theorem about its own definitions, not a measurement.
The mass identity
In the Recognition Science framework, a ledger is a discrete record of events, and a recognition is one event that the ledger records. The declaration restMass_eq_predictedMass in the module Q3SupportAction.lean is a theorem about a specific kind of ledger pattern. It states that for any pattern that satisfies two conditions, the framework's own definition of rest mass equals its own definition of predicted mass. The first condition is that the pattern is closed under an eight-step cycle, meaning its structure repeats exactly after eight steps. The second condition is that a certain load, a measure of how much the pattern carries, scales in a particular way with the topology of the pattern.
The theorem is a formal statement inside the framework's machine-checked library of formal theorems. It does not say that any physical particle has a particular mass. It does not compare its result to any experimental measurement. The equality it proves is between two quantities that the framework itself defines. The proof relies on the pattern being closed and on the load scaling condition. It also relies on the pattern having full support, meaning it occupies all eight phases of the cycle, and on the load being equivariant, meaning it is the same at every phase.
The declaration is one step in a larger chain of results. Other theorems in the same module show that the rest mass and predicted mass are equal under different but related conditions. Some use a norm condition instead of a load condition. Others use a factorized form involving the golden ratio. The theorem in question is the one that uses the topology-scaled load condition. It is a theorem about the framework's internal consistency, not about the external world.
What the declaration does not claim is important. It does not claim that the framework's predicted mass matches any measured particle mass. It does not claim that the eight-step cycle is the only possible support structure. It does not claim that the load scaling condition is physically realized. The theorem is conditional: if a pattern meets the stated conditions, then the two masses are equal. Whether any real pattern meets those conditions is a separate question, one that the theorem itself does not address.
THEOREM restMass_eq_predictedMass · IndisputableMonolith/Masses/MassGenesis/Q3SupportAction.lean
theorem restMass_eq_predictedMass
{ψ : LightPattern (Fin 8)}
(E : Q3ClosedPatternEvidence ψ)
(hfactor : CanonicalPrimitiveLoadFactorizes ψ) :
restMass ψ = predictedMass ψ :=
restMass_eq_predictedMass_of_q3EightTickSupport_and_factorization
ψ E.stable E.full_support E.load_equivariant hfactor
What this page does not claim
The theorem does not state that any physical particle has a particular mass. The theorem does not compare its result to any experimental measurement. The theorem does not claim that the eight-step cycle is the only possible support structure.
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/Masses/MassGenesis/Q3SupportAction.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:
- What physical system, if any, satisfies the conditions of the Q3 eight-tick support action?
- How does the framework's predicted mass compare to measured particle masses?
- What is the relationship between the topology-scaled load condition and the factorized phi norm condition?
- Does the framework's definition of rest mass correspond to the classical physics definition of rest mass?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM restMass_eq_predictedMass · IndisputableMonolith/Masses/MassGenesis/Q3SupportAction.lean
theorem restMass_eq_predictedMass {ψ : LightPattern (Fin 8)} (E : Q3ClosedPatternEvidence ψ) (hfactor : CanonicalPrimitiveLoadFactorizes ψ) : restMass ψ = predictedMass ψ := restMass_eq_predictedMass_of_q3EightTickSupport_and_factorization ψ E.stable E.full_support E.load_equivariant hfactorFor any pattern that is closed under an eight-step cycle and has a topology-scaled load, the framework's rest mass equals its predicted mass. restMass_eq_predictedMass · IndisputableMonolith/Masses/MassGenesis/Q3SupportAction.lean