Encyclopedia Masses Masses Mass Genesis Factorized Load Density Factorized Mass Law Load Eq Predicte

ARTICLE 2 claims 2 theorems

Masses Mass Genesis Factorized Load Density Factorized Mass Law Load Eq Predicte

A single machine-checked identity rewrites a predicted particle mass as three geometric factors, but it does not yet prove that stable light dynamics produces that mass.

The factorized mass target

In the Recognition Science framework, a particle's predicted mass is not a free parameter. The framework derives it from a forced chain of theorems, and the declaration factorizedMassLawLoad_eq_predictedMass states, in formal terms, that this predicted mass equals a product of three factors. The first factor comes from the geometry of the particle's sector, the second from the rung scale of its closed pattern, and the third from its charge gap. The identity is proved by definitional unfolding, meaning it holds by the way the terms are constructed, not by a deep argument.

The three factors are each defined in the framework's machine-checked library. The sector factor is the yardstick of the sector, the rung exponent is the rung number minus eight, and the charge-gap exponent is a logarithm involving the charge value and the golden ratio. The full expression is the sector factor times the golden ratio raised to the sum of the rung and charge-gap exponents. The theorem states that this factorized expression equals the predicted mass for any light pattern.

This identity is a bookkeeping achievement, not a physical law. It reorganizes a known target into pieces that have already been proved or exposed upstream. It does not prove that stable light dynamics forces the density that sums to this value. The next theorem must derive a site load density summing to this exact factorized expression. The identity is a necessary bridge, but the bridge's far side is still open.

What the framework does prove, conditional on such a density existing, is that the rest mass equals the predicted mass. The theorem stable_factorizedTopologyLoadDensity_restMass_eq_predictedMass states that if a stable closed light pattern has a factorized topology load density, then its rest mass equals the predicted mass. This is a conditional result: the density is assumed, not derived. The framework also shows that if each site's load equals the factorized target divided by the support size, the mass law is realized.

The practical consequence is a sharper target for the remaining proof. Instead of hunting for a density that sums to an opaque mass value, the next theorem can aim for a density that sums to this factored product. The identity tells the next proof exactly what to build, and it certifies that building it closes the mass genesis question. The work is not done, but the remaining task is now precisely stated.

THEOREM factorizedMassLawLoad_eq_predictedMass · IndisputableMonolith/Masses/MassGenesis/FactorizedLoadDensity.lean
factorizedMassLawLoad_eq_predictedMass · IndisputableMonolith/Masses/MassGenesis/FactorizedLoadDensity.lean:62
theorem factorizedMassLawLoad_eq_predictedMass
    (ψ : LightPattern Λ) :
    factorizedMassLawLoad ψ = predictedMass ψ := by
  rfl
THEOREM stable_factorizedTopologyLoadDensity_restMass_eq_predictedMass · IndisputableMonolith/Masses/MassGenesis/FactorizedLoadDensity.lean
stable_factorizedTopologyLoadDensity_restMass_eq_predictedMass · IndisputableMonolith/Masses/MassGenesis/FactorizedLoadDensity.lean:101
theorem stable_factorizedTopologyLoadDensity_restMass_eq_predictedMass
    (ψ : LightPattern Λ)
    (hstable : StableClosedLightPattern ψ)
    (ρ : FactorizedTopologyLoadDensity ψ) :
    restMass ψ = predictedMass ψ :=
  stable_topologyForcedLoadDensity_restMass_eq_predictedMass ψ hstable
    (topologyForcedLoadDensity_of_factorized ψ ρ)

What this page does not claim

This answer does not claim that stable light dynamics forces the factorized load density to exist. This answer does not claim that the predicted mass values match any measured particle masses. This answer does not claim that the factorized expression is derived from first principles; it is a definitional identity.

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