Encyclopedia Masses Masses Mass Genesis Null Vs Closed Stable Pattern Not Null Propagating Mode

ARTICLE 5 claims 5 theorems

Masses Mass Genesis Null Vs Closed Stable Pattern Not Null Propagating Mode

In the Recognition Science framework, a stable pattern of recognition events cannot also be a zero-cost propagating mode: the two states are mutually exclusive.

The mass split

A stable pattern and a propagating wave are two different ways a configuration of events can behave over time. In physics, a stable bound state holds itself together, while a propagating mode travels without changing shape. The Recognition Science framework encodes this distinction through a machine-checked library of formal theorems, and one of its results, stablePattern_not_nullPropagatingMode, proves that the two descriptions can never apply to the same configuration.

The framework models reality as a ledger, a discrete record of recognition events, where each event carries a cost. A stable closed pattern is a configuration whose events repeat in a closed cycle of eight ticks, giving it a positive rest mass. A null propagating mode, by contrast, is a zero-cost traveling configuration on an infinite ray, with zero rest mass. The theorem states that no configuration can be both at once: if a pattern is stable and closed, it cannot also be a null propagating mode.

The proof is direct. The framework's concrete finite cyclic surface has the property that every pattern closes after exactly eight ticks. That eight-tick closure witness directly contradicts the null-propagating predicate, which requires an open, non-closing orbit. So the theorem stablePattern_not_nullPropagatingMode follows immediately from the earlier result that no finite cyclic pattern can satisfy the null-propagating condition. The reasoning is fully formalized and axiom-clean, using only the standard three axioms of the ambient type theory.

The theorem does not say that light does not exist. It says that the finite cyclic model has no null modes, because its patterns always close. The framework carries the physical null side separately, in an open carrier model: an infinite ray where a zero-cost propagating mode does exist, with zero rest mass and no finite closed orbit. That open carrier is where light lives in this account, and it is kept distinct from the closed matter side by design.

What the theorem establishes is a clean split: closed matter patterns have positive rest mass and stability; open null modes have zero rest mass and propagation. The two descriptions are mutually exclusive, and the framework proves that exclusion. It does not claim that the open carrier model is physically realized, nor that the finite cyclic model alone describes the universe. It establishes a structural fact about the framework's models, and that fact is what makes the mass-genesis story coherent.

THEOREM stablePattern_not_nullPropagatingMode · IndisputableMonolith/Masses/MassGenesis/NullVsClosed.lean
stablePattern_not_nullPropagatingMode · IndisputableMonolith/Masses/MassGenesis/NullVsClosed.lean:75
theorem stablePattern_not_nullPropagatingMode
    (ψ : LightPattern Λ) (_hstable : StableClosedLightPattern ψ) :
    ¬ NullPropagatingMode ψ :=
  no_nullPropagatingMode_for_finite_cyclic_Rhat ψ
THEOREM no_nullPropagatingMode_for_finite_cyclic_Rhat · IndisputableMonolith/Masses/MassGenesis/NullVsClosed.lean
no_nullPropagatingMode_for_finite_cyclic_Rhat · IndisputableMonolith/Masses/MassGenesis/NullVsClosed.lean:27
/-- In the concrete finite cyclic Rhat surface, no `LightPattern` can satisfy
the current null-propagating predicate, because every finite pattern has the
eight-tick closure witness. -/
theorem no_nullPropagatingMode_for_finite_cyclic_Rhat
    (ψ : LightPattern Λ) :
    ¬ NullPropagatingMode ψ := by
  intro hnull
  exact hnull.2.1 (closedRHatOrbit_period_eight ψ)
THEOREM nullPropagatingMode_restMass_zero · IndisputableMonolith/Masses/MassGenesis/NullVsClosed.lean
nullPropagatingMode_restMass_zero · IndisputableMonolith/Masses/MassGenesis/NullVsClosed.lean:36
/-- The M1 null-rest-mass theorem is valid for the current predicate, but the
predicate is empty in the finite cyclic model. -/
theorem nullPropagatingMode_restMass_zero
    (ψ : LightPattern Λ) (hnull : NullPropagatingMode ψ) :
    restMass ψ = 0 :=
  restMass_eq_zero_of_null ψ hnull
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 open_null_light_exists · IndisputableMonolith/Masses/MassGenesis/NullVsClosed.lean
theorem open_null_light_exists :
    ∃ γ : OpenNullLightMode, openNullRestMass γ = 0 :=
  openNullLightMode_nonempty

What this page does not claim

The theorem does not claim that light does not exist, only that the finite cyclic model has no null modes. The theorem does not claim that the open carrier model is physically realized. The theorem does not claim that the finite cyclic model alone describes the universe.

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