Spacetime
Spacetime is defined as the four-dimensional manifold in the Recognition Science geometry scaffold. Researchers working on QFT cutoffs or entanglement entropy would reference this placeholder to type-check spacetime structures. The definition is a direct one-line assignment of dimension four to the Manifold record.
claimLet $M$ be the manifold structure with dimension field $d : ℕ$. Spacetime is the instance of $M$ with $d = 4$.
background
The Manifold structure is a record carrying a single field dim : ℕ together with a Repr instance. This supplies the minimal typed carrier for points and coordinate charts in the module. The module itself is explicitly marked as a scaffold that is not part of the verified certificate chain; its purpose is only to let downstream modules type-check. Upstream, the dimension value 4 is independent of the spatial dimension D supplied by TauStepDerivation.dim and of the meta-realization structure for in UniversalForcingSelfReference.for.
proof idea
One-line definition that constructs the Manifold record with its dim field set to the literal 4.
why it matters in Recognition Science
This definition supplies the typed spacetime manifold used by downstream structures such as RealityCertificate, UVCutoffFalsifier, and IsSmoothRecognitionGeometry. It fills the placeholder role in the Relativity geometry module, enabling type-checking for recognition geometry charts and dimension status. As a scaffold it touches the open question of full differential geometry formalization in the verified chain.
scope and limits
- Does not supply a full differential geometry formalization.
- Does not prove any manifold properties beyond the dimension field.
- Does not connect to the forcing chain T0-T8 or the Recognition Composition Law.
formal statement (Lean)
47def Spacetime : Manifold := { dim := 4 }
proof body
Definition body.
48
49/-- Coordinate indices for spacetime. -/
used by (15)
-
RealityCertificate -
comparisonTable -
cutoff_above_lhc -
UVCutoffFalsifier -
implications -
IsSmoothRecognitionGeometry -
dimension_status -
independent_strict_refines -
latticeSpacing_tendsto_zero -
lorentzian_from_det -
mass_gap_bounds -
signature_unique -
spacetime_dim -
SpacetimeEmergenceCert -
spacetime_emergence_cert_nonempty