Encyclopedia Masses Masses Mass Genesis Null Vs Closed No Null Propagating Mode For Finite Cyclic Rh
ARTICLE 3 claims 3 theorems
Masses Mass Genesis Null Vs Closed No Null Propagating Mode For Finite Cyclic Rh
In a finite cyclic model of recognition, no pattern can be both a propagating null mode and a stable closed one; the null role moves to an infinite open carrier.
The finite cyclic split
The theorem no_nullPropagatingMode_for_finite_cyclic_Rhat states a structural fact about a specific discrete model. In the framework's ledger, a discrete record of recognition events, a recognition event is a tick that updates a pattern. The model in question uses a finite cyclic surface, meaning the pattern space repeats after eight ticks. The theorem proves that on this surface, no LightPattern can satisfy the NullPropagatingMode predicate, which describes a zero-cost propagating mode. Every finite pattern has an eight-tick closure witness, so the null-propagating condition is empty here.
The classical counterpart is the split between light and matter. In the framework, a stable closed pattern with positive rest mass is the matter side. The theorem closed_nontrivial_restMass_pos proves that a localized, nontrivial neutral load yields a stable pattern with positive rest mass. The null side, by contrast, is carried by OpenNullLightMode, a zero-cost propagating mode on an injective infinite ray. The theorem open_null_light_exists proves such a mode exists, and open_null_light_restMass_zero proves its rest mass is zero.
What the theorem does not claim is broader. It does not say null modes are impossible in general; it says they are impossible on the finite cyclic surface specifically. It does not claim the null predicate is vacuous everywhere; the open carrier provides a non-vacuous null side. It does not derive the speed of light or any dynamical propagation law. It only records that in this finite model, the null-propagating predicate is empty, and the physical null role is represented separately by the open carrier.
THEOREM no_nullPropagatingMode_for_finite_cyclic_Rhat · IndisputableMonolith/Masses/MassGenesis/NullVsClosed.lean
/-- 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_restMass_pos · IndisputableMonolith/Masses/MassGenesis/NullVsClosed.lean
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
theorem open_null_light_restMass_zero
(γ : OpenNullLightMode) :
openNullRestMass γ = 0 :=
openNullRestMass_zero γ
What this page does not claim
The theorem does not claim null modes are impossible in all models, only on the finite cyclic surface. It does not claim the null predicate is non-vacuous; the open carrier is a separate construction. It does not derive the speed of light or any dynamical propagation law.
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:
- What distinguishes a stable closed pattern from a null-propagating mode in the framework's ledger?
- How does the open null carrier relate to the classical notion of light in physical spacetime?
- What physical consequences follow from the eight-tick closure witness in the finite cyclic model?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM no_nullPropagatingMode_for_finite_cyclic_Rhat · IndisputableMonolith/Masses/MassGenesis/NullVsClosed.lean
/-- 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 ψ)The theorem proves that on the finite cyclic surface, no LightPattern can satisfy the NullPropagatingMode predicate. no_nullPropagatingMode_for_finite_cyclic_Rhat · IndisputableMonolith/Masses/MassGenesis/NullVsClosed.leanTHEOREM closed_nontrivial_restMass_pos · IndisputableMonolith/Masses/MassGenesis/NullVsClosed.lean
theorem closed_nontrivial_restMass_pos (ψ : LightPattern Λ) (hloc : LocalizedSupport ψ) (hnontrivial : NontrivialNeutralLoad ψ) : 0 < restMass ψ := restMass_pos_of_stable ψ (closed_nontrivial_is_stable ψ hloc hnontrivial)The theorem closed_nontrivial_restMass_pos proves that a localized, nontrivial neutral load yields a stable pattern with positive rest mass. closed_nontrivial_restMass_pos · IndisputableMonolith/Masses/MassGenesis/NullVsClosed.leanTHEOREM open_null_light_exists · open_null_light_restMass_zero · IndisputableMonolith/Masses/MassGenesis/NullVsClosed.lean
theorem open_null_light_exists : ∃ γ : OpenNullLightMode, openNullRestMass γ = 0 := openNullLightMode_nonemptytheorem open_null_light_restMass_zero (γ : OpenNullLightMode) : openNullRestMass γ = 0 := openNullRestMass_zero γThe theorem open_null_light_exists proves such a mode exists, and open_null_light_restMass_zero proves its rest mass is zero. open_null_light_exists · open_null_light_restMass_zero · IndisputableMonolith/Masses/MassGenesis/NullVsClosed.lean