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

LargeScaleStructureCert

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

open explainer

Generate a durable explainer page for this declaration.

open lean source

IndisputableMonolith.Cosmology.LargeScaleStructureFromRS on GitHub at line 39.

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

  36
  37theorem scale_pos (k : ℕ) : 0 < scale k := pow_pos phi_pos k
  38
  39structure LargeScaleStructureCert where
  40  five_regimes : Fintype.card LSSRegime = 5
  41  phi_ratio : ∀ k, scale (k + 1) / scale k = phi
  42  scale_always_pos : ∀ k, 0 < scale k
  43
  44noncomputable def largeScaleStructureCert : LargeScaleStructureCert where
  45  five_regimes := lssRegime_count
  46  phi_ratio := scale_ratio
  47  scale_always_pos := scale_pos
  48
  49end IndisputableMonolith.Cosmology.LargeScaleStructureFromRS