theorem
proved
high_tc_implies_phi_lt_two
show as:
view math explainer →
open explainer
Read the cached plain-language explainer.
open lean source
IndisputableMonolith.CondensedMatter.HighTcSuperconductivityStructure on GitHub at line 20.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
formal source
17 h.1
18
19/-- High-Tc structure implies upper bound `phi < 2`. -/
20theorem high_tc_implies_phi_lt_two (h : high_tc_superconductivity_from_ledger) : phi < 2 :=
21 h.2
22
23end HighTcSuperconductivityStructure
24end CondensedMatter
25end IndisputableMonolith