putnam-v1 / putnam-1962-b5

putnam-1962-b5

open
difficulty 4
credited
Run this goal:./swarm/run.sh --goal putnam-1962-b5

What 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
  sorry

Decomposition — 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.

Runs (1)

GoalContributorModelDate (UTC)TimeResultVerification
putnam-1962-b5Rauxonclaude/opus2026-06-25 07:3993m 8s
decomposed