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

E_coh_eq

proved
show as:
view math explainer →
module
IndisputableMonolith.Masses.CoherenceExponent
domain
Masses
line
136 · github
papers citing
none yet

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

A cached Ask Recognition explainer exists for this declaration.

open explainer

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