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

CivilizationCert

definition
show as:
view math explainer →
module
IndisputableMonolith.Archaeology.CivilizationComplexityFromZRung
domain
Archaeology
line
47 · github
papers citing
none yet

open explainer

Read the cached plain-language explainer.

open lean source

IndisputableMonolith.Archaeology.CivilizationComplexityFromZRung on GitHub at line 47.

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

  44  rw [div_eq_iff hpos.ne']
  45  ring
  46
  47structure CivilizationCert where
  48  five_tiers : Fintype.card ComplexityTier = 5
  49  threshold_pos : ∀ k, 0 < tierThreshold k
  50  phi_sq_ratio : ∀ k, tierThreshold (k + 1) / tierThreshold k = phi ^ 2
  51
  52noncomputable def civilizationCert : CivilizationCert where
  53  five_tiers := tierCount
  54  threshold_pos := tierThreshold_pos
  55  phi_sq_ratio := tierThreshold_ratio
  56
  57end IndisputableMonolith.Archaeology.CivilizationComplexityFromZRung