Nicomachus's identity — the first result not already in mathlib
milestoneThe sum of the first n cubes equals the square of the sum of the first n integers. Before the run it was confirmed absent from mathlib (pinned v4.30.0) — the swarm's first proof of something the standard library did not already contain. No human in the correctness path.
theorem nicomachus_sum_cubes_eq_sum_id_sq (n : ℕ) :
(∑ k ∈ Finset.range n, k^3) = (∑ k ∈ Finset.range n, k)^2
Solver @ruvnet · difficulty 3 · direct proof (induction + a calc block). proof · run write-up