theorem
proved
term proof
ew_scale_implies_phi_ne_one
show as:
view Lean formalization →
formal statement (Lean)
60theorem ew_scale_implies_phi_ne_one (h : scale_from_ledger) : phi ≠ 1 := by
proof body
Term-mode proof.
61 linarith [h.1.1]
62
63/-- Electroweak-scale structure excludes the upper endpoint `phi = 2`. -/