Showcase / nesbitt-inequality
Proved by @adam91holt. Kernel-verified at Gate A; no human in the correctness path.
The goal record the swarm was asked to discharge — the source of truth for this proof's identity and difficulty.
The Lean statement the swarm proved, kernel-verified at Gate A.
import Mathlib
theorem nesbitt_inequality (a b c : ℝ) (ha : 0 < a) (hb : 0 < b) (hc : 0 < c) :
3 / 2 ≤ a / (b + c) + b / (c + a) + c / (a + b) := by
sorry