theorem
proved
term proof
quantum_correlation_bounded
show as:
view Lean formalization →
formal statement (Lean)
80theorem quantum_correlation_bounded (a b : MeasurementAngle) :
81 |quantumCorrelation a b| ≤ 1 := by
proof body
Term-mode proof.
82 unfold quantumCorrelation
83 simp only [abs_neg]
84 exact abs_cos_le_one _
85
86/-- **THEOREM**: Perfect anticorrelation when measuring same direction. -/