putnam-v1 / putnam-1969-a4

putnam-1969-a4

open
difficulty 4
credited
Run this goal:./swarm/run.sh --goal putnam-1969-a4

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-1969-a4.lean
import Mathlib

open Matrix Filter Topology Set Nat

theorem putnam_1969_a4 : Tendsto (fun n => ∑ i ∈ Finset.Icc (1 : ℤ) n, (-1)^(i+1)*(i : ℝ)^(-i)) atTop (𝓝 (∫ x in Ioo (0 : ℝ) 1, x^x)) := by
  sorry

Runs (0)

No runs recorded for this suite yet — they appear here as the swarm attempts the benchmarks.