Showcase / descartes-total-angular-defect
Proved by @perttu. 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 descartes_total_angular_defect (p q V E F : ℕ) (hp : 3 ≤ p) (hq : 3 ≤ q)
(hV : 0 < V) (hF : 0 < F) (h1 : p * F = 2 * E) (h2 : q * V = 2 * E) (h3 : V + F = E + 2) :
(V : ℝ) * (2 * Real.pi - (q : ℝ) * (((p : ℝ) - 2) / (p : ℝ)) * Real.pi) = 4 * Real.pi := by
sorry