Encyclopedia Masses Masses Mass Genesis Null Vs Closed Open Null Light Not Finite Closed
ARTICLE 4 claims 4 theorems
Masses Mass Genesis Null Vs Closed Open Null Light Not Finite Closed
Light has no rest mass, but in this framework it cannot be a stable, finite pattern; it lives on an infinite carrier.
The open light carrier
In physics, light is massless. In the Recognition Science framework, that fact is not an assumption but a consequence of how patterns are built. The framework's machine-checked library of formal theorems proves that a pattern which propagates without cost, a null mode, always has zero rest mass. The same library proves that a stable, closed pattern, one that holds together as matter, always has positive rest mass. A null mode and a stable closed pattern can never be the same thing.
The subtlety is where such null modes can live. The framework first models a finite, cyclic surface, one that repeats every eight ticks. On that finite surface, the theorem no_nullPropagatingMode_for_finite_cyclic_Rhat proves that no null-propagating mode exists at all. Every finite pattern closes after eight ticks, so none can be a zero-cost propagator. The finite surface carries only matter, never light.
To give light a home, the framework introduces a separate carrier: an infinite ray, one that does not close. On this open carrier, the theorem open_null_light_not_finite_closed proves that a null mode exists, that its rest mass is zero, and that it is not a finite closed pattern. This is the declaration's core content: light is real in the framework, but it is not a finite, stable object. It is an open, propagating mode on an infinite line.
This split is the framework's account of the matter-light distinction. Matter is a localized, stable, closed pattern with positive rest mass. Light is a zero-cost, propagating pattern that cannot be localized or closed. The two are not two versions of the same thing; they are different kinds of objects, living on different carriers. The framework's certificate, NullVsClosedCert, records all of these facts together as a single package.
What the declaration does not claim is just as important. It does not claim that the open null mode is the photon of quantum electrodynamics, with its specific couplings and interactions. It does not claim that the finite cyclic surface is the only possible model of matter. It does not claim that the infinite ray is physically realized; it is a mathematical carrier that makes the null side non-vacuous. The theorem establishes a structural fact about the framework's own models, not a direct assertion about the physical universe.
THEOREM nullPropagatingMode_restMass_zero · IndisputableMonolith/Masses/MassGenesis/NullVsClosed.lean
/-- 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
theorem closed_nontrivial_restMass_pos
(ψ : LightPattern Λ)
(hloc : LocalizedSupport ψ)
(hnontrivial : NontrivialNeutralLoad ψ) :
0 < restMass ψ :=
restMass_pos_of_stable ψ
(closed_nontrivial_is_stable ψ hloc hnontrivial)
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 open_null_light_not_finite_closed · IndisputableMonolith/Masses/MassGenesis/NullVsClosed.lean
theorem open_null_light_not_finite_closed
(γ : OpenNullLightMode) :
OpenNullNotFiniteClosed γ :=
openNull_not_finite_closed γ
What this page does not claim
The open null mode is the photon of quantum electrodynamics. The finite cyclic surface is the only possible model of matter. The infinite ray is physically realized as a real object.
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 physical predictions follow from the open null carrier being infinite?
- How does the open null mode couple to the closed matter patterns?
- What distinguishes the finite cyclic surface from the infinite ray in the framework?
- Does the framework's light have a speed or a dispersion relation?
- What is the empirical status of the framework's matter-light split?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM nullPropagatingMode_restMass_zero · IndisputableMonolith/Masses/MassGenesis/NullVsClosed.lean
/-- 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 ψ hnullA null mode, a pattern that propagates without cost, always has zero rest mass. nullPropagatingMode_restMass_zero · 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)A stable, closed pattern always has positive rest mass. closed_nontrivial_restMass_pos · IndisputableMonolith/Masses/MassGenesis/NullVsClosed.leanTHEOREM 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 ψ)On the finite cyclic surface, no null-propagating mode exists. no_nullPropagatingMode_for_finite_cyclic_Rhat · IndisputableMonolith/Masses/MassGenesis/NullVsClosed.leanTHEOREM open_null_light_not_finite_closed · IndisputableMonolith/Masses/MassGenesis/NullVsClosed.lean
theorem open_null_light_not_finite_closed (γ : OpenNullLightMode) : OpenNullNotFiniteClosed γ := openNull_not_finite_closed γOn the open carrier, a null mode exists, has zero rest mass, and is not a finite closed pattern. open_null_light_not_finite_closed · IndisputableMonolith/Masses/MassGenesis/NullVsClosed.lean