theorem
proved
term proof
cabibbo_value
show as:
view Lean formalization →
formal statement (Lean)
49theorem cabibbo_value : cabibboAngle > 0.22 ∧ cabibboAngle < 0.23 := by
proof body
Term-mode proof.
50 unfold cabibboAngle
51 constructor <;> norm_num
52
53/-- The Wolfenstein parameter λ = sin(θ_c) ≈ 0.227. -/