theorem
proved
E_coh_eq
show as:
view math explainer →
open explainer
Read the cached plain-language explainer.
open lean source
IndisputableMonolith.Masses.CoherenceExponent on GitHub at line 136.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
used by
formal source
133noncomputable def E_coh : ℝ := Constants.phi ^ (-(coherence_exponent : ℤ))
134
135/-- E_coh = φ^{-5} -/
136theorem E_coh_eq : E_coh = Constants.phi ^ (-5 : ℤ) := by
137 unfold E_coh coherence_exponent octave D
138 norm_num
139
140end IndisputableMonolith.Masses.CoherenceExponent