Encyclopedia Masses Masses Mass Genesis Null Vs Closed Closed Nontrivial Integrated Meaning Load Pos

ARTICLE 4 claims 4 theorems

Masses Mass Genesis Null Vs Closed Closed Nontrivial Integrated Meaning Load Pos

A machine-checked proof shows that a certain kind of self-contained pattern must carry positive mass, while a separate open pattern carries none.

The Mass Threshold

In physics, mass is the property that resists acceleration and curves spacetime. The Recognition Science framework approaches mass from a different starting point: it treats reality as maintaining a discrete record of recognition events, where a recognition is an act of distinguishing one state from another. Within this account, the declaration closed_nontrivial_integratedMeaningLoad_pos establishes a precise threshold: any pattern that is localized, meaning it occupies a finite region, and that carries a nontrivial neutral load, meaning it is not simply empty or uniform, must have a positive integrated meaning load. This is a proved theorem in the framework's machine-checked library of formal theorems.

The theorem is the positive side of a split between closed matter and open light. In the framework's concrete finite cyclic model, every pattern closes after eight ticks of the recognition cycle. This means no finite pattern can satisfy the null-propagating predicate, which would describe something moving outward without closing. The theorem no_nullPropagatingMode_for_finite_cyclic_Rhat proves this emptiness. The positive side then follows: a localized, nontrivial pattern is stable and has positive rest mass, as shown by closed_nontrivial_restMass_pos. The null side, with zero rest mass, is carried instead by an open carrier on an infinite ray, represented by OpenNullLightMode, which the theorem open_null_light_restMass_zero confirms has zero rest mass.

The practical consequence is a clean dichotomy. A closed, localized, nontrivial pattern is matter with positive mass. An open, propagating pattern on an infinite carrier is light with zero mass. The two cannot coincide: nullPropagatingMode_not_stable proves that a null mode cannot also be a stable closed pattern. This gives the framework a structural reason for why matter and light differ, rather than treating their masses as separate empirical facts.

What the declaration does not claim is equally important. It does not say that all matter arises this way, only that within this specific model, localized nontrivial patterns are massive. It does not derive the numerical value of any particle's mass; the theorem is qualitative, establishing positivity, not a specific quantity. It also does not claim that the finite cyclic model is the physical universe; the framework explicitly moves the null side to an open carrier, acknowledging that the finite model alone cannot represent light.

THEOREM closed_nontrivial_integratedMeaningLoad_pos · IndisputableMonolith/Masses/MassGenesis/NullVsClosed.lean
closed_nontrivial_integratedMeaningLoad_pos · IndisputableMonolith/Masses/MassGenesis/NullVsClosed.lean:51
theorem closed_nontrivial_integratedMeaningLoad_pos
    (ψ : LightPattern Λ)
    (_hloc : LocalizedSupport ψ)
    (hnontrivial : NontrivialNeutralLoad ψ) :
    0 < integratedMeaningLoad ψ :=
  (integratedMeaningLoad_pos_iff_nontrivial ψ).2 hnontrivial
THEOREM closed_nontrivial_restMass_pos · IndisputableMonolith/Masses/MassGenesis/NullVsClosed.lean
closed_nontrivial_restMass_pos · IndisputableMonolith/Masses/MassGenesis/NullVsClosed.lean:67
theorem closed_nontrivial_restMass_pos
    (ψ : LightPattern Λ)
    (hloc : LocalizedSupport ψ)
    (hnontrivial : NontrivialNeutralLoad ψ) :
    0 < restMass ψ :=
  restMass_pos_of_stable ψ
    (closed_nontrivial_is_stable ψ hloc hnontrivial)
THEOREM nullPropagatingMode_not_stable · IndisputableMonolith/Masses/MassGenesis/NullVsClosed.lean
nullPropagatingMode_not_stable · IndisputableMonolith/Masses/MassGenesis/NullVsClosed.lean:43
/-- A null mode and a stable closed light pattern cannot coincide. -/
theorem nullPropagatingMode_not_stable
    (ψ : LightPattern Λ) (hnull : NullPropagatingMode ψ) :
    ¬ StableClosedLightPattern ψ :=
  not_stable_of_null ψ hnull
THEOREM open_null_light_restMass_zero · IndisputableMonolith/Masses/MassGenesis/NullVsClosed.lean
open_null_light_restMass_zero · IndisputableMonolith/Masses/MassGenesis/NullVsClosed.lean:86
theorem open_null_light_restMass_zero
    (γ : OpenNullLightMode) :
    openNullRestMass γ = 0 :=
  openNullRestMass_zero γ

What this page does not claim

The theorem does not derive any specific numerical value for a particle's mass. The finite cyclic model is not claimed to be the complete physical universe; the null side requires an open carrier. The theorem does not imply that all mass in the framework arises from this exact mechanism.

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