Encyclopedia Masses Masses Mass Genesis Rest Mass Equals Mass Law Rest Mass Eq Predicted Mass Of Loa

ARTICLE 3 claims 2 theorems 1 model

Masses Mass Genesis Rest Mass Equals Mass Law Rest Mass Eq Predicted Mass Of Loa

A machine-checked theorem shows rest mass equals the topology-predicted mass whenever a missing normalization condition holds, and proves why that condition is essential.

The conditional mass bridge

In the Recognition Science framework, a ledger (a discrete record of events) assigns to any stable closed light pattern two numbers. One is rest mass, the integrated neutral light load. The other is predicted mass, a value derived purely from topology-derived labels such as sector, rung, and charge. The theorem restMass_eq_predictedMass_of_load_realized proves that these two numbers are equal whenever the pattern is stable and closed and the load is realized, meaning the integrated load exactly matches the topology-derived prediction.

The theorem is a conditional bridge, not an unconditional law. The framework's current LightPattern surface permits arbitrary light-state amplitudes with the same topology, so the equality cannot be proved for every stable pattern. The missing piece is a bottom-up realization theorem that would fix the load normalization from the topology alone. The declaration MassLawLoadRealized names this missing condition as a predicate, not a proof. A canonical mass pattern is defined as a stable closed pattern whose invariant load has been proved to realize the mass-law topology value.

The framework also proves a no-smuggling obstruction. If two patterns share the same topology but have different rest masses, they cannot both satisfy the mass-law equality. This follows because predicted mass is invariant under same-topology patterns, so two realized patterns with the same topology must have the same rest mass. The obstruction makes precise why the missing realization condition is not a formality: without it, same-topology patterns could carry different loads and still claim to match the topology-derived prediction.

What the theorem does not claim is that every stable pattern satisfies the equality, nor that the missing realization theorem has been proved. The framework explicitly marks the realization predicate as the remaining normalization theorem. The conditional certificate bundles the bridge, the topology invariance, and the obstruction into one structure, but the unconditional mass genesis claim remains open.

THEOREM restMass_eq_predictedMass_of_load_realized · IndisputableMonolith/Masses/MassGenesis/RestMassEqualsMassLaw.lean
restMass_eq_predictedMass_of_load_realized · IndisputableMonolith/Masses/MassGenesis/RestMassEqualsMassLaw.lean:43
theorem restMass_eq_predictedMass_of_load_realized
    (ψ : LightPattern Λ)
    (hstable : StableClosedLightPattern ψ)
    (hrealized : MassLawLoadRealized ψ) :
    restMass ψ = predictedMass ψ := by
  rw [restMass_eq_integratedMeaningLoad_of_stable ψ hstable]
  exact hrealized
MODEL MassLawLoadRealized · IndisputableMonolith/Masses/MassGenesis/RestMassEqualsMassLaw.lean
/-- The exact missing M7 condition: the invariant neutral load realizes the
mass-law value selected by the topology-derived labels. This predicate is not
a proof; it names the remaining normalization theorem. -/
def MassLawLoadRealized (ψ : LightPattern Λ) : Prop :=
  integratedMeaningLoad ψ = predictedMass ψ
THEOREM sameTopology_different_restMass_obstructs_both_realized · IndisputableMonolith/Masses/MassGenesis/RestMassEqualsMassLaw.lean
sameTopology_different_restMass_obstructs_both_realized · IndisputableMonolith/Masses/MassGenesis/RestMassEqualsMassLaw.lean:117
theorem sameTopology_different_restMass_obstructs_both_realized
    {ψ χ : LightPattern Λ}
    (htop : SameTopology ψ χ)
    (hdiff : restMass ψ ≠ restMass χ) :
    ¬ (restMass ψ = predictedMass ψ ∧ restMass χ = predictedMass χ) := by
  intro hboth
  exact hdiff
    (sameTopology_realized_patterns_have_same_restMass htop hboth.1 hboth.2)

What this page does not claim

The theorem does not prove the equality for every stable pattern. The missing realization theorem has not been proved. The framework does not claim that rest mass equals predicted mass unconditionally.

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