pith. machine review for the scientific record. sign in
theorem proved term proof

rs_energy_storage_hierarchy

show as:
view Lean formalization →

No prose has been written for this declaration yet. The Lean source and graph data below render without it.

generate prose now

formal statement (Lean)

 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.

depends on (7)

Lean names referenced from this declaration's body.