theorem
proved
decidable or rfl
phi_rung_jcost_energy
show as:
view Lean formalization →
formal statement (Lean)
147theorem phi_rung_jcost_energy (n : ℤ) :
148 jcost_energy (phi ^ n) (zpow_pos phi_pos n) =
149 E_coh_storage * Jcost (phi ^ n) := by
proof body
Decided by rfl or decide.
150 rfl
151
152/-- **THEOREM EN-004.11**: Ground state minimizes energy for any positive x. -/