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

InflationModelsCert

definition
show as:
view math explainer →
module
IndisputableMonolith.Cosmology.InflationModelsFromConfigDim
domain
Cosmology
line
28 · github
papers citing
none yet

open explainer

Generate a durable explainer page for this declaration.

open lean source

IndisputableMonolith.Cosmology.InflationModelsFromConfigDim on GitHub at line 28.

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

  25
  26theorem inflationModel_count : Fintype.card InflationModel = 5 := by decide
  27
  28structure InflationModelsCert where
  29  five_models : Fintype.card InflationModel = 5
  30
  31def inflationModelsCert : InflationModelsCert where
  32  five_models := inflationModel_count
  33
  34end IndisputableMonolith.Cosmology.InflationModelsFromConfigDim