pith. machine review for the scientific record. sign in
def

rsSpacetimeDim

definition
show as:
view math explainer →
module
IndisputableMonolith.Mathematics.DifferentialGeometryFromRS
domain
Mathematics
line
29 · github
papers citing
none yet

open explainer

Generate a durable explainer page for this declaration.

open lean source

IndisputableMonolith.Mathematics.DifferentialGeometryFromRS on GitHub at line 29.

browse module

All declarations in this module, on Recognition.

explainer page

Tracked in the explainer inventory; generation is lazy so crawlers do not trigger LLM jobs.

open explainer

depends on

used by

formal source

  26theorem diffGeoStructureCount : Fintype.card DiffGeoStructure = 5 := by decide
  27
  28def rsDimension : ℕ := 3
  29def rsSpacetimeDim : ℕ := rsDimension + 1
  30
  31theorem rsSpacetimeDim_eq_4 : rsSpacetimeDim = 4 := by decide
  32theorem rsSpacetimeDim_lorentzian : rsSpacetimeDim = 4 := rsSpacetimeDim_eq_4
  33
  34structure DiffGeoCert where
  35  five_structures : Fintype.card DiffGeoStructure = 5
  36  spacetime_4 : rsSpacetimeDim = 4
  37
  38def diffGeoCert : DiffGeoCert where
  39  five_structures := diffGeoStructureCount
  40  spacetime_4 := rsSpacetimeDim_eq_4
  41
  42end IndisputableMonolith.Mathematics.DifferentialGeometryFromRS