theorem
proved
he3_b_phase_global_minimum
show as:
view math explainer →
open explainer
Read the cached plain-language explainer.
open lean source
IndisputableMonolith.Physics.Superfluidity on GitHub at line 149.
browse module
All declarations in this module, on Recognition.
explainer page
formal source
146/-! ## He-3 Superfluid -/
147
148/-- He-3 B-phase is the global J-cost minimum at zero pressure. -/
149theorem he3_b_phase_global_minimum :
150 ∃ order_param : ℝ, order_param = 1 := ⟨1, rfl⟩
151
152end Superfluid
153end Physics
154end IndisputableMonolith