def
definition
cert
show as:
view math explainer →
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
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