Encyclopedia Masses Masses Mass Genesis Open Propagation Open Null Light Mode Nonempty

ARTICLE 3 claims 3 theorems

Masses Mass Genesis Open Propagation Open Null Light Mode Nonempty

A zero-cost, non-repeating recognition mode exists, giving the framework a carrier for massless propagation.

The open null carrier

In the Recognition Science framework, a recognition event is a discrete record of an interaction, and the framework's cost function measures the price of that record. The declaration openNullLightMode_nonempty establishes a specific existence result: there is at least one recognition mode that propagates along an infinite, non-repeating ray and has zero total cost. This is the framework's carrier for massless propagation, the structural analogue of a photon in conventional physics.

The mode is built from a canonical zero-cost recognition mode on the identity ray, where the ray is simply the sequence of natural numbers. The theorem proves that this mode has zero rest mass, defined as the total cost of the propagating mode. It also proves that the ray cannot close with any positive period: for any step p greater than zero, the ray's value at position n+p always differs from its value at n. This injectivity is what distinguishes the open null carrier from finite, closed matter patterns, which repeat after a fixed number of ticks.

The declaration is a support result within the Mass Genesis module. It fills a gap: finite light patterns close after the eight-tick cycle, which is correct for matter but leaves the null propagation predicate empty on the finite surface. The open null carrier provides the missing carrier for the null side. It is a definitional and existence claim, not a derivation of photon momentum or polarization, which the framework treats as separate physics layers.

What the declaration does not claim is broader than what it does. It does not derive the speed of light, the fine-structure constant, or any specific particle mass. It does not prove that the framework's model of massless propagation matches any measured value. It establishes only that a zero-cost, non-repeating recognition mode exists, and that this mode has zero rest mass by definition. The physical bridge from this recognition-level carrier to observable photons remains an open target, not a theorem.

THEOREM openNullLightMode_nonempty · IndisputableMonolith/Masses/MassGenesis/OpenPropagation.lean
theorem openNullLightMode_nonempty :
    ∃ γ : OpenNullLightMode, openNullRestMass γ = 0 :=
  ⟨canonicalOpenNullMode, openNullRestMass_zero canonicalOpenNullMode⟩
THEOREM openNullRestMass_zero · IndisputableMonolith/Masses/MassGenesis/OpenPropagation.lean
theorem openNullRestMass_zero (γ : OpenNullLightMode) :
    openNullRestMass γ = 0 :=
  γ.zero_cost
THEOREM openNullRay_no_positive_period · IndisputableMonolith/Masses/MassGenesis/OpenPropagation.lean
/-- An injective ray cannot close with any positive period. -/
theorem openNullRay_no_positive_period
    (γ : OpenNullLightMode) (n p : ℕ) (hp : 0 < p) :
    γ.ray (n + p) ≠ γ.ray n := by
  intro h
  have hidx : n + p = n := γ.ray_injective h
  omega

What this page does not claim

The declaration does not derive the speed of light or any measured value for massless particles. It does not define photon momentum or polarization, which are separate physics layers. It does not prove that the framework's null carrier corresponds to any physical photon.

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/OpenPropagation.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