Encyclopedia Masses Masses Mass Genesis Load Rigidity Mass Law Load Realized Of Rigidity And Factori
ARTICLE 3 claims 3 theorems
Masses Mass Genesis Load Rigidity Mass Law Load Realized Of Rigidity And Factori
A theorem in the Recognition Science framework shows that a particle's mass can be derived from its shape alone, without measuring any known mass.
The rigidity shortcut
In the Recognition Science framework, a particle's rest mass is not a free parameter. It is a derived quantity: the integrated neutral load of a stable, closed pattern of light. The framework's machine-checked library of formal theorems has now recorded a shortcut for proving that a pattern obeys the mass law. The theorem massLawLoadRealized_of_rigidity_and_factorized_representative states that if a stable closed pattern is load-rigid within its topology class, and if one can exhibit a factorized representative of that same topology, then the pattern realizes the mass law load.
Load-rigidity means that within a given topology, all stable closed patterns carry the same integrated neutral load. The factorized representative is a second pattern of the same topology whose site density has already been derived in the factorized mass-law form. The theorem says that these two ingredients together are sufficient: the rigidity transfers the load from the representative to the target pattern. It is a reduction, not a construction. The theorem does not prove that any such representative exists, nor that any pattern is load-rigid. It only proves that if both conditions hold, then the mass law is realized.
The framework's library also records a corollary: under the same two hypotheses, the rest mass of the pattern equals its predicted mass. And a global version extends the result to every stable topology on a finite substrate, provided rigidity and representatives hold everywhere. The global theorem is a direct consequence of the local one, not a new idea.
What the declaration does not claim is as important as what it proves. It does not assert that any physical pattern is load-rigid, nor that a factorized representative exists for any real topology. Those are separate targets, stated as definitions and open problems in the library. The theorem is a bridge: it shows that the mass law follows from two simpler properties, but it does not supply those properties. It also says nothing about the numerical values of masses, only about the equality between the rest mass and the predicted mass of a pattern. The framework's comparison against measured particle masses is an empirical check, not a consequence of this theorem.
THEOREM massLawLoadRealized_of_rigidity_and_factorized_representative · IndisputableMonolith/Masses/MassGenesis/LoadRigidity.lean
theorem massLawLoadRealized_of_rigidity_and_factorized_representative
(ψ : LightPattern Λ)
(hψ : StableClosedLightPattern ψ)
(hrigid : StableTopologyLoadRigidAt ψ)
(hrep : FactorizedSameTopologyRepresentative ψ) :
MassLawLoadRealized ψ := by
rcases hrep with ⟨χ, hχdensity, hχstable, htop⟩
have hχrealized : MassLawLoadRealized χ :=
factorizedTopologyLoadDensity_realizes χ hχdensity
unfold MassLawLoadRealized at hχrealized ⊢
calc
integratedMeaningLoad ψ = integratedMeaningLoad χ :=
hrigid hψ χ hχstable htop
_ = predictedMass χ := hχrealized
_ = predictedMass ψ := (predictedMass_eq_of_sameTopology htop).symm
THEOREM restMass_eq_predictedMass_of_rigidity_and_factorized_representative · IndisputableMonolith/Masses/MassGenesis/LoadRigidity.lean
theorem restMass_eq_predictedMass_of_rigidity_and_factorized_representative
(ψ : LightPattern Λ)
(hψ : StableClosedLightPattern ψ)
(hrigid : StableTopologyLoadRigidAt ψ)
(hrep : FactorizedSameTopologyRepresentative ψ) :
restMass ψ = predictedMass ψ :=
restMass_eq_predictedMass_of_load_realized ψ hψ
(massLawLoadRealized_of_rigidity_and_factorized_representative
ψ hψ hrigid hrep)
THEOREM restMass_eq_predictedMass_of_global_rigidity_and_representatives · IndisputableMonolith/Masses/MassGenesis/LoadRigidity.lean
theorem restMass_eq_predictedMass_of_global_rigidity_and_representatives
(hrigid : StableTopologyLoadRigidOn Λ)
(hreps : FactorizedRepresentativeForEveryStableTopology Λ)
(ψ : LightPattern Λ)
(hψ : StableClosedLightPattern ψ) :
restMass ψ = predictedMass ψ :=
restMass_eq_predictedMass_of_load_realized ψ hψ
(massLawLoadRealized_of_global_rigidity_and_representatives
hrigid hreps ψ hψ)
What this page does not claim
No physical pattern is asserted to be load-rigid or to have a factorized representative; these are separate open targets. The theorem gives no numerical values for masses, only an equality between rest mass and predicted mass for a pattern. The theorem does not itself compare any derived mass against experimental measurements.
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/LoadRigidity.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:
- Which stable closed patterns are load-rigid within their topology class?
- Does a factorized representative exist for every stable topology on a finite substrate?
- How does the derived rest mass compare with measured particle masses for specific patterns?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM massLawLoadRealized_of_rigidity_and_factorized_representative · IndisputableMonolith/Masses/MassGenesis/LoadRigidity.lean
theorem massLawLoadRealized_of_rigidity_and_factorized_representative (ψ : LightPattern Λ) (hψ : StableClosedLightPattern ψ) (hrigid : StableTopologyLoadRigidAt ψ) (hrep : FactorizedSameTopologyRepresentative ψ) : MassLawLoadRealized ψ := by rcases hrep with ⟨χ, hχdensity, hχstable, htop⟩ have hχrealized : MassLawLoadRealized χ := factorizedTopologyLoadDensity_realizes χ hχdensity unfold MassLawLoadRealized at hχrealized ⊢ calc integratedMeaningLoad ψ = integratedMeaningLoad χ := hrigid hψ χ hχstable htop _ = predictedMass χ := hχrealized _ = predictedMass ψ := (predictedMass_eq_of_sameTopology htop).symmThe theorem states that if a stable closed pattern is load-rigid within its topology class, and if one can exhibit a factorized representative of that same topology, then the pattern realizes the mass law load. massLawLoadRealized_of_rigidity_and_factorized_representative · IndisputableMonolith/Masses/MassGenesis/LoadRigidity.leanTHEOREM restMass_eq_predictedMass_of_rigidity_and_factorized_representative · IndisputableMonolith/Masses/MassGenesis/LoadRigidity.lean
theorem restMass_eq_predictedMass_of_rigidity_and_factorized_representative (ψ : LightPattern Λ) (hψ : StableClosedLightPattern ψ) (hrigid : StableTopologyLoadRigidAt ψ) (hrep : FactorizedSameTopologyRepresentative ψ) : restMass ψ = predictedMass ψ := restMass_eq_predictedMass_of_load_realized ψ hψ (massLawLoadRealized_of_rigidity_and_factorized_representative ψ hψ hrigid hrep)Under the same two hypotheses, the rest mass of the pattern equals its predicted mass. restMass_eq_predictedMass_of_rigidity_and_factorized_representative · IndisputableMonolith/Masses/MassGenesis/LoadRigidity.leanTHEOREM restMass_eq_predictedMass_of_global_rigidity_and_representatives · IndisputableMonolith/Masses/MassGenesis/LoadRigidity.lean
theorem restMass_eq_predictedMass_of_global_rigidity_and_representatives (hrigid : StableTopologyLoadRigidOn Λ) (hreps : FactorizedRepresentativeForEveryStableTopology Λ) (ψ : LightPattern Λ) (hψ : StableClosedLightPattern ψ) : restMass ψ = predictedMass ψ := restMass_eq_predictedMass_of_load_realized ψ hψ (massLawLoadRealized_of_global_rigidity_and_representatives hrigid hreps ψ hψ)A global version extends the result to every stable topology on a finite substrate, provided rigidity and representatives hold everywhere. restMass_eq_predictedMass_of_global_rigidity_and_representatives · IndisputableMonolith/Masses/MassGenesis/LoadRigidity.lean