theorem
proved
term proof
coherence_gate
show as:
view Lean formalization →
formal statement (Lean)
139theorem coherence_gate (sc : Superconductor) (hN : 2 ≤ sc.cooper_pairs.N) :
140 incoherent_effective_source sc.cooper_pairs <
141 superconductor_effective_source sc true := by
proof body
Term-mode proof.
142 simp only [superconductor_effective_source, ite_true]
143 exact coherent_exceeds_incoherent sc.cooper_pairs hN
144
145/-! ## 6. Certificate -/
146