theorem
proved
inflationModelCount
show as:
view math explainer →
open explainer
Generate a durable explainer page for this declaration.
open lean source
IndisputableMonolith.Physics.InflationaryCosmologyFromRS on GitHub at line 28.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
used by
formal source
25 | starobinsky | natural | higgs | chaotic | axionMonodromy
26 deriving DecidableEq, Repr, BEq, Fintype
27
28theorem inflationModelCount : Fintype.card InflationModel = 5 := by decide
29
30/-- E-folds N_e = 44 (baryonRung). -/
31def Nefolds : ℕ := 44
32
33structure InflationaryCosm where
34 five_models : Fintype.card InflationModel = 5
35 Nefolds_eq : Nefolds = 44
36
37def inflationaryCosmCert : InflationaryCosm where
38 five_models := inflationModelCount
39 Nefolds_eq := rfl
40
41end IndisputableMonolith.Physics.InflationaryCosmologyFromRS