theorem
proved
term proof
C_is_complement_of_Jphi
show as:
view Lean formalization →
formal statement (Lean)
170theorem C_is_complement_of_Jphi :
171 C_kernel = 1 / 2 - Jphi_penalty := by
proof body
Term-mode proof.
172 have h := half_rung_budget
173 linarith
174
175/-- Numerical: `J(φ) + C ≈ 1/2`, with both individually positive. -/