Encyclopedia Masses Masses Mass Genesis Integrated Load Not Nontrivial Of Integrated Meaning Load Ze
ARTICLE 2 claims 2 theorems
Masses Mass Genesis Integrated Load Not Nontrivial Of Integrated Meaning Load Ze
A machine-checked theorem states that a pattern carries no total meaning load exactly when no part of it does, and it stops well short of deriving mass.
What the zero-load theorem says
In the Recognition Science framework, a pattern is a finite arrangement of sites on a lattice, and each site carries a number called its meaning load: a nonnegative measure of how much structured content sits there. The total load of a pattern is simply the sum of its site loads. The theorem not_nontrivial_of_integratedMeaningLoad_zero proves the intuitive converse: if the total load is zero, then no site has positive load. Since every site load is nonnegative, a zero total forces every individual site to zero. This is a formal, machine-checked statement in the framework's library of theorems.
The result is one half of a stronger equivalence, also proved: a pattern has zero total load if and only if it is not nontrivial, meaning it has no site with positive load. The other direction, that a pattern with no positive site load has zero total, is the easier half and holds by the same nonnegativity. Together they give a clean certificate for the load layer: the total load is zero exactly when the pattern is everywhere trivial. The framework also proves that this total load is invariant under cyclic shifts of the pattern, so the certificate does not depend on where you start reading.
What the theorem does not claim is just as important. It does not identify the meaning load with mass, nor does it derive the phi-ladder mass law. The framework's own documentation states this explicitly: the load layer closes the algebraic structure, but the connection to the mass ladder is a separate step. The theorem is a statement about the load functional alone, not about physics. In particular, it says nothing about whether a zero-load pattern is physically possible or about what mass a pattern would have; those questions belong to later layers of the framework.
THEOREM not_nontrivial_of_integratedMeaningLoad_zero · IndisputableMonolith/Masses/MassGenesis/IntegratedLoad.lean
theorem not_nontrivial_of_integratedMeaningLoad_zero
(ψ : LightPattern Λ) (hψ : integratedMeaningLoad ψ = 0) :
¬ NontrivialNeutralLoad ψ := by
intro hnontrivial
have hpos := integratedMeaningLoad_pos_of_nontrivial ψ hnontrivial
rw [hψ] at hpos
exact (lt_irrefl (0 : ℝ)) hpos
THEOREM integratedMeaningLoad_zero_iff_not_nontrivial · IndisputableMonolith/Masses/MassGenesis/IntegratedLoad.lean
theorem integratedMeaningLoad_zero_iff_not_nontrivial
(ψ : LightPattern Λ) :
integratedMeaningLoad ψ = 0 ↔ ¬ NontrivialNeutralLoad ψ := by
constructor
· exact not_nontrivial_of_integratedMeaningLoad_zero ψ
· exact integratedMeaningLoad_zero_of_not_nontrivial ψ
What this page does not claim
The theorem does not identify meaning load with mass. The theorem does not derive the phi-ladder mass law. The theorem says nothing about whether zero-load patterns are physically realizable.
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/IntegratedLoad.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:
- How does the meaning load connect to the phi-ladder mass law?
- What physical interpretation, if any, does a zero-load pattern have?
- What additional structure is needed to derive mass from meaning load?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM not_nontrivial_of_integratedMeaningLoad_zero · IndisputableMonolith/Masses/MassGenesis/IntegratedLoad.lean
theorem not_nontrivial_of_integratedMeaningLoad_zero (ψ : LightPattern Λ) (hψ : integratedMeaningLoad ψ = 0) : ¬ NontrivialNeutralLoad ψ := by intro hnontrivial have hpos := integratedMeaningLoad_pos_of_nontrivial ψ hnontrivial rw [hψ] at hpos exact (lt_irrefl (0 : ℝ)) hposif the total load is zero, then no site has positive load not_nontrivial_of_integratedMeaningLoad_zero · IndisputableMonolith/Masses/MassGenesis/IntegratedLoad.leanTHEOREM integratedMeaningLoad_zero_iff_not_nontrivial · IndisputableMonolith/Masses/MassGenesis/IntegratedLoad.lean
theorem integratedMeaningLoad_zero_iff_not_nontrivial (ψ : LightPattern Λ) : integratedMeaningLoad ψ = 0 ↔ ¬ NontrivialNeutralLoad ψ := by constructor · exact not_nontrivial_of_integratedMeaningLoad_zero ψ · exact integratedMeaningLoad_zero_of_not_nontrivial ψa pattern has zero total load if and only if it is not nontrivial integratedMeaningLoad_zero_iff_not_nontrivial · IndisputableMonolith/Masses/MassGenesis/IntegratedLoad.lean