theorem
proved
term proof
phi_coherent_minimizes_jcost_per_energy
show as:
view Lean formalization →
formal statement (Lean)
153theorem phi_coherent_minimizes_jcost_per_energy :
154 ∀ x : ℝ, ∀ hx : 0 < x,
155 jcost_energy 1 one_pos ≤ jcost_energy x hx := by
proof body
Term-mode proof.
156 intro x hx
157 exact jcost_energy_min_at_ground x hx
158
159/-! ## §IV. Storage Density Hierarchy -/
160
161/-- Energy density ratio between two rungs: φ^(n - m). -/