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

gap_zero_above_tc

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)

 124theorem gap_zero_above_tc (T T_c : ℝ) (hTc_pos : 0 < T_c)
 125    (hT_ge : T_c ≤ T) :
 126    superconducting_gap T T_c hTc_pos = 0 := by

proof body

Term-mode proof.

 127  unfold superconducting_gap
 128  simp [not_lt.mpr hT_ge]
 129
 130/-- **THEOREM EN-002.9**: The gap is maximized at T = 0. -/

used by (1)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (11)

Lean names referenced from this declaration's body.