Encyclopedia Masses Masses Mass Genesis Null Vs Closed Open Null Light Rest Mass Zero
ARTICLE 4 claims 4 theorems
Masses Mass Genesis Null Vs Closed Open Null Light Rest Mass Zero
A machine-checked theorem shows that a certain kind of propagating pattern in this framework always has zero rest mass, and such patterns can never be the finite, stable patterns that carry matter.
The open null carrier
In physics, light is the classic example of something with zero rest mass: a photon has no mass at rest, and it always travels at the speed of light. The Recognition Science framework aims to derive such a split from first principles, and one of its machine-checked theorems, called open_null_light_restMass_zero, captures a piece of that split. The theorem states that any OpenNullLightMode, which is a zero-cost propagating recognition mode on an infinite ray, has a rest mass of exactly zero. In plain terms, if a pattern is built to propagate without any cost on an endless line, it carries no mass at rest.
The framework's library, a machine-checked collection of formal theorems, also proves that such an open null mode cannot be a finite, closed pattern. A finite, closed pattern is one that repeats after a fixed number of steps, like a loop; the framework shows that any such loop closes after eight ticks, so it cannot be a null-propagating mode. This is the key distinction: the null carrier is open and infinite, while matter is closed and finite. The theorem open_null_light_not_finite_closed states this explicitly: an open null mode is never a finite closed pattern.
The positive mass side is also established. For a finite, localized pattern with a nontrivial neutral load, the framework proves that its integrated meaning load is positive, and it is a stable closed pattern. Consequently, such a pattern has positive rest mass. This is the matter side of the split: localized, closed, and massive. The null side is open, infinite, and massless. The two cannot coincide, as the theorem nullPropagatingMode_not_stable shows: a null mode is never a stable closed light pattern.
In Recognition Science, this split is called the null-vs-closed split, and it is recorded in the module Mass Genesis M4. The framework models light as an open, infinite, zero-cost propagation mode, and matter as a closed, finite, positive-mass pattern. This is a formal distinction, proved in the library, but it does not claim to be a complete theory of light or matter. It is a structural result about the framework's own definitions, not a derivation of the photon's properties from experiment.
What the theorem does not claim is equally important. It does not claim that the open null mode is the only way to represent light, nor does it claim that all massless particles must be open and infinite. The framework's finite cyclic model has no null-propagating modes at all, so the null side is carried entirely by the open carrier. The theorem also does not claim that the open null mode has any particular speed or that it interacts with matter in any specific way. It only establishes the rest mass and the finiteness property.
The consequence is that the framework has a clean, formal separation between two kinds of patterns: those that propagate without cost on an infinite line and have zero rest mass, and those that are closed, localized, and have positive rest mass. This is a structural foundation, not a complete physics. The reader can now see that the framework's account of mass genesis rests on a precise, machine-checked distinction between open and closed patterns, and that light and matter are modeled as fundamentally different kinds of recognition events.
THEOREM open_null_light_restMass_zero · IndisputableMonolith/Masses/MassGenesis/NullVsClosed.lean
theorem open_null_light_restMass_zero
(γ : OpenNullLightMode) :
openNullRestMass γ = 0 :=
openNullRestMass_zero γ
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 γ
THEOREM closed_nontrivial_integratedMeaningLoad_pos · closed_nontrivial_is_stable · IndisputableMonolith/Masses/MassGenesis/NullVsClosed.lean
theorem closed_nontrivial_integratedMeaningLoad_pos
(ψ : LightPattern Λ)
(_hloc : LocalizedSupport ψ)
(hnontrivial : NontrivialNeutralLoad ψ) :
0 < integratedMeaningLoad ψ :=
(integratedMeaningLoad_pos_iff_nontrivial ψ).2 hnontrivial
/-- 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
THEOREM nullPropagatingMode_not_stable · IndisputableMonolith/Masses/MassGenesis/NullVsClosed.lean
/-- A null mode and a stable closed light pattern cannot coincide. -/
theorem nullPropagatingMode_not_stable
(ψ : LightPattern Λ) (hnull : NullPropagatingMode ψ) :
¬ StableClosedLightPattern ψ :=
not_stable_of_null ψ hnull
What this page does not claim
The theorem does not claim that the open null mode is the only possible representation of light in the framework. It does not claim that all massless particles must be open and infinite in the framework. It does not claim that the open null mode has any specific speed or interaction properties.
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:
- How does the open null carrier relate to the observed properties of light, such as its speed and polarization?
- What experimental evidence connects the framework's open null mode to actual photons?
- Can the framework derive the speed of light from the properties of the open null carrier?
- How does the framework's closed matter pattern account for the variety of massive particles observed in nature?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM open_null_light_restMass_zero · IndisputableMonolith/Masses/MassGenesis/NullVsClosed.lean
theorem open_null_light_restMass_zero (γ : OpenNullLightMode) : openNullRestMass γ = 0 := openNullRestMass_zero γAny OpenNullLightMode, which is a zero-cost propagating recognition mode on an infinite ray, has a rest mass of exactly zero. open_null_light_restMass_zero · 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 γAn open null mode is never a finite closed pattern. open_null_light_not_finite_closed · IndisputableMonolith/Masses/MassGenesis/NullVsClosed.leanTHEOREM closed_nontrivial_integratedMeaningLoad_pos · closed_nontrivial_is_stable · IndisputableMonolith/Masses/MassGenesis/NullVsClosed.lean
theorem closed_nontrivial_integratedMeaningLoad_pos (ψ : LightPattern Λ) (_hloc : LocalizedSupport ψ) (hnontrivial : NontrivialNeutralLoad ψ) : 0 < integratedMeaningLoad ψ := (integratedMeaningLoad_pos_iff_nontrivial ψ).2 hnontrivial/-- 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 hnontrivialFor a finite, localized pattern with a nontrivial neutral load, the framework proves that its integrated meaning load is positive, and it is a stable closed pattern. closed_nontrivial_integratedMeaningLoad_pos · closed_nontrivial_is_stable · IndisputableMonolith/Masses/MassGenesis/NullVsClosed.leanTHEOREM nullPropagatingMode_not_stable · IndisputableMonolith/Masses/MassGenesis/NullVsClosed.lean
/-- A null mode and a stable closed light pattern cannot coincide. -/ theorem nullPropagatingMode_not_stable (ψ : LightPattern Λ) (hnull : NullPropagatingMode ψ) : ¬ StableClosedLightPattern ψ := not_stable_of_null ψ hnullA null mode is never a stable closed light pattern. nullPropagatingMode_not_stable · IndisputableMonolith/Masses/MassGenesis/NullVsClosed.lean