Showcase / realization-determines-counts
Attribution inferred from git history (no explicit solver credit). 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 realization_determines_counts (p q V E F V' E' F' : ℕ) (hp : 3 ≤ p) (hq : 3 ≤ q)
(hV : 0 < V) (hF : 0 < F) (hV' : 0 < V') (hF' : 0 < F')
(h1 : p * F = 2 * E) (h2 : q * V = 2 * E) (h3 : V + F = E + 2)
(h1' : p * F' = 2 * E') (h2' : q * V' = 2 * E') (h3' : V' + F' = E' + 2) :
V = V' ∧ E = E' ∧ F = F' := by
sorry