structure
definition
DiffGeoCert
show as:
view math explainer →
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
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