Encyclopedia Masses Masses Mass Genesis Refined Stable Carrier

ARTICLE 4 claims 4 theorems

Masses Mass Genesis Refined Stable Carrier

A machine-checked library of formal theorems refines the notion of a stable particle pattern, proving that its rest mass equals the mass law predicts.

The refined carrier

In physics, a particle's rest mass is the energy it carries when it is not moving. In Recognition Science, the framework models particles as stable closed light patterns, and it treats mass as a ledger of recognition events: a discrete record of how much meaning the pattern carries. The refined stable carrier is the next step in that account. It is a structure that takes a stable closed light pattern and adds proof evidence that the pattern's topology load density, the distribution of recognition load across the pattern's sites, factors into a target form. This factorization is not a reverse fit; the density field is proof evidence, and the open construction problem is to derive it from Q3/Rhat/CP6 dynamics.

The results establish a chain for any such refined carrier. They prove that the rest mass of the pattern equals the predicted mass from the mass law, that this rest mass is positive, and that it is quantized on the golden ratio rung, meaning the mass values fall on the discrete ladder of powers of the golden ratio. They also prove that the integrated meaning load, the total recognition load of the pattern, is invariant under evolution, so it does not change as the pattern evolves over time. Finally, for any readout theory that reads the pattern's load, the results prove that the inertial mass and gravitational mass readouts both equal the rest mass, establishing the equality of inertial and gravitational mass for these carriers.

The results also include an obstruction result: it is impossible for every stable closed light pattern to carry the mass admissibility evidence. The proof constructs a counterexample with two stable patterns of the same topology but different integrated meaning load. This shows that the raw stable pattern notion is too broad and that the refined carrier is necessary for the mass genesis theorem to close. The results then define a certificate that packages the refined carrier results, the construction target for closing the M7 milestone, and the obstruction result into a single object.

In plain language, the refined stable carrier is the precise object on which the framework can prove that mass is real, positive, quantized, and equal in its inertial and gravitational readings. The obstruction result shows why the refinement is needed: without it, the mass law cannot be proved for all stable patterns. The framework's library of formal theorems, a machine-checked collection of proofs, establishes these results, and the contribution is to define the right carrier and prove the chain of consequences that make the mass genesis theorem available for any pattern that carries the admissibility evidence.

THEOREM restMass_eq_predictedMass · restMass_pos · phiRungQuantized · IndisputableMonolith/Masses/MassGenesis/RefinedStableCarrier.lean
theorem restMass_eq_predictedMass (Ψ : TopologyNormalizedStablePattern Λ) :
    restMass Ψ.pattern = predictedMass Ψ.pattern :=
  stable_factorizedTopologyLoadDensity_restMass_eq_predictedMass
    Ψ.pattern Ψ.stable Ψ.factorized_density
theorem restMass_pos (Ψ : TopologyNormalizedStablePattern Λ) :
    0 < restMass Ψ.pattern :=
  restMass_pos_of_stable Ψ.pattern Ψ.stable
theorem phiRungQuantized (Ψ : TopologyNormalizedStablePattern Λ) :
    PhiRungQuantized Ψ.pattern :=
  phiRungQuantized_of_stable Ψ.pattern Ψ.stable
THEOREM load_invariant · IndisputableMonolith/Masses/MassGenesis/RefinedStableCarrier.lean
theorem load_invariant (Ψ : TopologyNormalizedStablePattern Λ) (k : ℕ) :
    integratedMeaningLoad (evolvePattern k Ψ.pattern) =
      integratedMeaningLoad Ψ.pattern :=
  integratedMeaningLoad_evolve_invariant Ψ.pattern k
THEOREM readout_identity · IndisputableMonolith/Masses/MassGenesis/RefinedStableCarrier.lean
theorem readout_identity
    (T : StableLoadReadoutTheory Λ)
    (Ψ : TopologyNormalizedStablePattern Λ) :
    T.readout.inertialMass Ψ.pattern =
        T.readout.gravitationalMass Ψ.pattern ∧
      T.readout.inertialMass Ψ.pattern = restMass Ψ.pattern ∧
      T.readout.gravitationalMass Ψ.pattern = restMass Ψ.pattern :=
  stableLoadReadoutTheory_identity T Ψ.pattern Ψ.stable
THEOREM not_allStableMassAdmissible_of_sameTopology_different_load · IndisputableMonolith/Masses/MassGenesis/RefinedStableCarrier.lean
not_allStableMassAdmissible_of_sameTopology_different_load · IndisputableMonolith/Masses/MassGenesis/RefinedStableCarrier.lean:170
/-- The old all-raw-stable construction target is impossible in the presence of
a same-topology stable pair with different load. -/
theorem not_allStableMassAdmissible_of_sameTopology_different_load
    {ψ χ : LightPattern Λ}
    (hψ : StableClosedLightPattern ψ)
    (hχ : StableClosedLightPattern χ)
    (htop : SameTopology ψ χ)
    (hload : integratedMeaningLoad ψ ≠ integratedMeaningLoad χ) :
    ((∀ η : LightPattern Λ,
        StableClosedLightPattern η →
          MassAdmissibleStablePattern η) → False) := by
  intro Hall
  have hψM : restMass ψ = predictedMass ψ :=
    restMass_eq_predictedMass_of_massAdmissible (Hall ψ hψ)
  have hχM : restMass χ = predictedMass χ :=
    restMass_eq_predictedMass_of_massAdmissible (Hall χ hχ)
  have hrest : restMass ψ = restMass χ :=
    sameTopology_realized_patterns_have_same_restMass htop hψM hχM
  rw [restMass_eq_integratedMeaningLoad_of_stable ψ hψ,
      restMass_eq_integratedMeaningLoad_of_stable χ hχ] at hrest
  exact hload hrest

What this page does not claim

The results do not derive the factorized density from underlying dynamics. The results do not prove that all physically stable patterns are mass admissible. The results do not identify specific particle masses with measured values.

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/RefinedStableCarrier.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