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

cert

definition
show as:
view math explainer →
module
IndisputableMonolith.Anthropology.AgeGradingFromConfigDim
domain
Anthropology
line
66 · github
papers citing
none yet

open explainer

Read the cached plain-language explainer.

open lean source

IndisputableMonolith.Anthropology.AgeGradingFromConfigDim on GitHub at line 66.

browse module

All declarations in this module, on Recognition.

explainer page

A cached Ask Recognition explainer exists for this declaration.

open explainer

depends on

formal source

  63  ratio_pos : 0 < adolescenceChildhoodRatio
  64  ratio_near_phi : |adolescenceChildhoodRatio - phi| < 0.05 + 0.05
  65
  66noncomputable def cert : AgeGradingCert where
  67  grade_count := ageGradeCount_eq
  68  ratio_pos := adolescenceChildhoodRatio_pos
  69  ratio_near_phi := adolescenceChildhoodRatio_near_phi
  70
  71theorem cert_inhabited : Nonempty AgeGradingCert := ⟨cert⟩
  72
  73end
  74end AgeGradingFromConfigDim
  75end Anthropology
  76end IndisputableMonolith