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

E_coh

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

open explainer

Read the cached plain-language explainer.

open lean source

IndisputableMonolith.Masses.CoherenceExponent on GitHub at line 133.

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

 130/-! ## Connection to E_coh -/
 131
 132/-- The coherence energy E_coh = φ^{-5} in RS-native units. -/
 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