putnam-v1 / putnam-1962-b5
putnam-1962-b5
open
difficulty 4
credited
Run this goal:
./swarm/run.sh --goal putnam-1962-b5What it runs
The Lean statement the swarm must prove — kernel-verified at Gate A. The trailing sorry is the open obligation a proof replaces.
goals/putnam-1962-b5.lean
import Mathlib
open MeasureTheory
theorem putnam_1962_b5 (n : ℤ)
(ng1 : n > 1)
: (3 * (n : ℝ) + 1) / (2 * n + 2) < ∑ i : Finset.Icc 1 n, ((i : ℝ) / n) ^ (n : ℝ) ∧ ∑ i : Finset.Icc 1 n, ((i : ℝ) / n) ^ (n : ℝ) < 2 := by
sorryDecomposition — helper lemmas
The swarm split this goal into helper sub-lemmas, proved them separately, and composed them back into the parent proof (unsorry ADR-009). Decomposed by rauxon-3.
Open — not yet proved.
Open — not yet proved.
Open — not yet proved.
Open — not yet proved.
Open — not yet proved.
Runs (1)
| Goal | Contributor | Model | Date (UTC) | Time | Result | Verification |
|---|---|---|---|---|---|---|
| putnam-1962-b5 | Rauxon | claude/opus | 2026-06-25 07:39 | 93m 8s | decomposed | — |