Encyclopedia Foundation Foundation Pre Temporal Forcing Order Recognition Light Before Spacetime
ARTICLE 4 claims 4 theorems
Foundation Pre Temporal Forcing Order Recognition Light Before Spacetime
In Recognition Science, the word 'light' names two different things: a primitive act of distinction that precedes time, and the physical photon that requires spacetime.
Two senses of light
The declaration recognition_light_before_spacetime records a dependency order in the Recognition Science framework. The framework models reality as a ledger, a discrete record of events, where each event is a recognition, an act of distinguishing one thing from another. The declaration states that this primitive act of distinction comes before spacetime in the framework's forcing order. This is not a chronological claim about the early universe; it is a statement about logical priority. The framework says that the structure of spacetime requires prior acts of recognition, just as a map requires prior acts of surveying.
The framework distinguishes two senses of light. The first, recognition-light, is the primitive revealing act of distinction itself, prior to time and spacetime. The second, physical light, is the null-cone, photon, and electromagnetic carrier that is downstream of the framework's cost function, ticks, and spacetime. The declaration physical_light_after_spacetime records that physical light comes after spacetime in the forcing order. So light is fundamental in two senses, but only the first sense is pre-temporal. Physical light is the first boundary of spacetime, not the first item in the forcing chain.
The framework's library, a machine-checked collection of formal theorems, proves these dependency statements by computation. The chain of dependencies runs from distinction to recognition to predicate to symmetry to composition to the cost function to arithmetic to time to spacetime to the light cone to the photon to the embodied observer. The declaration recognition_light_before_spacetime is one link in this chain, and the theorem physical_light_not_first proves that physical light is not the first item in the forcing order. The framework also proves that a primitive observer, the recognition interface itself, comes before time and before physical light, while a physical observer comes after physical light.
What this means in plain terms: the framework claims that the possibility of distinguishing anything at all is more basic than the spacetime in which physical light travels. The declaration does not claim that recognition-light is a form of electromagnetic radiation, nor that it travels at any speed, nor that it has a wavelength or frequency. It does not claim that physical light is not fundamental in physics; it claims only that in the framework's forcing order, physical light is downstream of spacetime. The framework's claim is about the order of logical dependence, not about the nature of light as it appears to a physicist.
THEOREM recognition_light_before_spacetime · IndisputableMonolith/Foundation/PreTemporalForcingOrder.lean
theorem recognition_light_before_spacetime :
Before RecognitionLight Stage.spacetime := by
decide
THEOREM physical_light_after_spacetime · IndisputableMonolith/Foundation/PreTemporalForcingOrder.lean
theorem physical_light_after_spacetime :
Before Stage.spacetime PhysicalLight := by
decide
THEOREM physical_light_not_first · IndisputableMonolith/Foundation/PreTemporalForcingOrder.lean
/-- Physical light is not first in the forcing order. It requires spacetime. -/
theorem physical_light_not_first :
¬∀ s : Stage, s ≠ PhysicalLight → Before PhysicalLight s := by
intro h
have hbad := h Stage.distinction (by decide)
norm_num [Before, PhysicalLight, rank] at hbad
THEOREM primitive_observer_before_time · primitive_observer_before_physical_light · physical_observer_after_physical_light · IndisputableMonolith/Foundation/PreTemporalForcingOrder.lean
theorem primitive_observer_before_time :
Before PrimitiveObserver Stage.timeTick := by
decide
theorem primitive_observer_before_physical_light :
Before PrimitiveObserver PhysicalLight := by
decide
theorem physical_observer_after_physical_light :
Before PhysicalLight PhysicalObserver := by
decide
What this page does not claim
Recognition-light is not electromagnetic radiation and has no speed, wavelength, or frequency. Physical light is not claimed to be non-fundamental in physics; the claim is only about its position in the forcing order. The forcing order is not a chronological timeline of the early universe.
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/Foundation/PreTemporalForcingOrder.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 is the forcing order's relationship to the framework's cost function J?
- How does the framework derive the light cone from the cost function and ticks?
- What does the framework mean by an embodied observer, and how does it differ from a primitive observer?
- What is the physical interpretation of the forcing order's stages beyond the light-related ones?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM recognition_light_before_spacetime · IndisputableMonolith/Foundation/PreTemporalForcingOrder.lean
theorem recognition_light_before_spacetime : Before RecognitionLight Stage.spacetime := by decideThe declaration states that this primitive act of distinction comes before spacetime in the framework's forcing order. recognition_light_before_spacetime · IndisputableMonolith/Foundation/PreTemporalForcingOrder.leanTHEOREM physical_light_after_spacetime · IndisputableMonolith/Foundation/PreTemporalForcingOrder.lean
theorem physical_light_after_spacetime : Before Stage.spacetime PhysicalLight := by decideThe declaration physical_light_after_spacetime records that physical light comes after spacetime in the forcing order. physical_light_after_spacetime · IndisputableMonolith/Foundation/PreTemporalForcingOrder.leanTHEOREM physical_light_not_first · IndisputableMonolith/Foundation/PreTemporalForcingOrder.lean
/-- Physical light is not first in the forcing order. It requires spacetime. -/ theorem physical_light_not_first : ¬∀ s : Stage, s ≠ PhysicalLight → Before PhysicalLight s := by intro h have hbad := h Stage.distinction (by decide) norm_num [Before, PhysicalLight, rank] at hbadThe theorem physical_light_not_first proves that physical light is not the first item in the forcing order. physical_light_not_first · IndisputableMonolith/Foundation/PreTemporalForcingOrder.leanTHEOREM primitive_observer_before_time · primitive_observer_before_physical_light · physical_observer_after_physical_light · IndisputableMonolith/Foundation/PreTemporalForcingOrder.lean
theorem primitive_observer_before_time : Before PrimitiveObserver Stage.timeTick := by decidetheorem primitive_observer_before_physical_light : Before PrimitiveObserver PhysicalLight := by decidetheorem physical_observer_after_physical_light : Before PhysicalLight PhysicalObserver := by decideThe framework also proves that a primitive observer, the recognition interface itself, comes before time and before physical light, while a physical observer comes after physical light. primitive_observer_before_time · primitive_observer_before_physical_light · physical_observer_after_physical_light · IndisputableMonolith/Foundation/PreTemporalForcingOrder.lean