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

DiffGeoCert

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

open explainer

Read the cached plain-language explainer.

open lean source

IndisputableMonolith.Mathematics.DifferentialGeometryFromRS on GitHub at line 34.

browse module

All declarations in this module, on Recognition.

explainer page

A cached Ask Recognition explainer exists for this declaration.

open explainer

depends on

used by

formal source

  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