Showcase / prod-one-sub-inv-sq-telescope
Proved by @ruvnet. 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 prod_one_sub_inv_sq (n : ℕ) (hn : 2 ≤ n) :
∏ k ∈ Finset.Icc 2 n, ((1 : ℚ) - 1 / (k : ℚ) ^ 2) = ((n : ℚ) + 1) / (2 * (n : ℚ)) := by
sorry