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

ARTICLE 4 claims 4 theorems

Masses Mass Genesis Null Vs Closed Null Propagating Mode Not Stable

A machine-checked theorem separates massless light from massive matter by their behavior under a discrete recognition cycle.

The split between light and matter

In physics, light and matter differ by rest mass: light has none, matter does. Recognition Science (RS) studies this split in a discrete setting, where patterns of recognition events evolve in ticks. The framework's machine-checked library of formal theorems proves a precise version of the split: a pattern that propagates as light cannot also be a stable, closed pattern of matter. The theorem nullPropagatingMode_not_stable states this directly: if a pattern satisfies the null-propagating predicate, then it is not a stable closed light pattern.

The proof is short and structural. The library first shows that in the concrete finite cyclic model, no pattern can satisfy the null-propagating predicate at all, because every finite pattern closes after eight ticks. This is the theorem no_nullPropagatingMode_for_finite_cyclic_Rhat. Since a stable closed pattern is by definition one that closes, any pattern that did propagate freely would contradict that closure. The theorem nullPropagatingMode_not_stable then follows as a corollary: a null mode cannot be stable, because stability requires closure and null propagation forbids it.

The positive side of the split is also proved. A localized, nontrivial neutral load gives a stable closed pattern with positive rest mass. The library shows this in closed_nontrivial_is_stable and closed_nontrivial_restMass_pos. So the framework derives the two sides of the light-matter distinction: massless null modes on one side, massive stable patterns on the other. The null side, however, is not empty in the full theory. The library introduces a separate carrier, OpenNullLightMode, for a zero-cost propagating recognition mode on an injective infinite ray, and proves that such a mode exists and has zero rest mass.

What the theorem does not claim is important. It does not claim that light is unstable in any physical sense; it claims only that a null mode and a stable closed pattern cannot coincide in this model. It does not claim that the finite cyclic model is the physical world; the model is a definitional choice, and the open carrier is the framework's current representation of physical light. It does not claim that the null predicate is nonempty; in fact, the theorem relies on it being empty in the finite case. The split is a structural fact about the framework's definitions, not a statement about measured photons.

The consequence is that the framework can state a clean dichotomy: a recognition pattern is either a stable closed matter pattern with positive rest mass, or a null propagating mode with zero rest mass, and never both. This gives a formal backbone to the mass-genesis story, where matter acquires mass by closing into a stable pattern and light remains massless by staying open.

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 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 closed_nontrivial_is_stable · closed_nontrivial_restMass_pos · IndisputableMonolith/Masses/MassGenesis/NullVsClosed.lean
/-- Localized nontrivial cyclic patterns are closed matter patterns in the
current finite Rhat surface. -/
theorem closed_nontrivial_is_stable
    (ψ : LightPattern Λ)
    (hloc : LocalizedSupport ψ)
    (hnontrivial : NontrivialNeutralLoad ψ) :
    StableClosedLightPattern ψ :=
  stable_of_localized_nontrivial ψ hloc hnontrivial
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 · open_null_light_restMass_zero · IndisputableMonolith/Masses/MassGenesis/NullVsClosed.lean
theorem open_null_light_exists :
    ∃ γ : OpenNullLightMode, openNullRestMass γ = 0 :=
  openNullLightMode_nonempty
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 claim that light is unstable in any physical sense. It does not claim that the finite cyclic model is the physical world. It does not claim that the null predicate is nonempty in the finite case.

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