pith. sign in
theorem

time_before_spacetime

proved
show as:
module
IndisputableMonolith.Foundation.PreTemporalForcingOrder
domain
Foundation
line
101 · github
papers citing
none yet

plain-language theorem explainer

Recognition Science places the time-tick stage before the spacetime stage in its pre-temporal forcing order. Researchers tracing the logical dependencies from primitive distinction through J-cost and arithmetic objects to physical spacetime would cite this ordering. The proof is a one-line decision that evaluates the rank comparison directly via the decidable instance on natural numbers.

Claim. In the pre-temporal forcing order, the time-tick stage precedes the spacetime stage: $rank(timeTick) < rank(spacetime)$.

background

The module records the dependency order that exists before time in Recognition Science. Physical time is itself a forced object, so the ordering is a forcing order: stage A precedes stage B when B requires A as prior structure. The inductive type Stage enumerates the chain from distinction through recognitionInterface, singleValuedPredicate, symmetricComparison, compositionConsistency, rcl, jCost, arithmeticObject, timeTick to spacetime. The relation Before a b is defined to hold exactly when rank a < rank b, with a decidable instance supplied by Nat.decLt.

proof idea

The proof is a one-line wrapper that invokes the decidable instance for Before. The instance reduces the comparison to Nat.decLt on the ranks of the two stages, which the decide tactic resolves by computation.

why it matters

This result closes the pre-temporal segment of the forcing chain by confirming spacetime depends on timeTick. It supports the framework claim that physical spacetime emerges after recognition primitives, J-cost, and arithmetic objects, consistent with the later derivation of D=3 and the eight-tick octave. No downstream uses are recorded yet.

Switch to Lean above to see the machine-checked source, dependencies, and usage graph.