201theorem rs_energy_storage_hierarchy : 202 (∀ n : ℤ, 0 < phi_rung_energy n) ∧ 203 (∀ n m : ℤ, m < n → phi_rung_energy m < phi_rung_energy n) ∧ 204 E_chemical < E_nuclear := by
proof body
Term-mode proof.
205 refine ⟨phi_rung_energy_pos, ?_, nuclear_exceeds_chemical⟩ 206 intros n m h 207 exact phi_ladder_energy_strictly_increasing m n h 208 209/-- Certificate: EN-004 Energy Storage Density — DERIVED -/
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.