putnam-v1 / putnam-1963-b1
putnam-1963-b1
proved
difficulty 4
credited
Run this goal:
./swarm/run.sh --goal putnam-1963-b1What 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-1963-b1.lean
import Mathlib
open Topology Filter Polynomial
abbrev putnam_1963_b1_solution : ℤ := 2
theorem putnam_1963_b1 : ∀ a : ℤ, (X^2 - X + (C a)) ∣ (X ^ 13 + X + (C 90)) ↔ a = putnam_1963_b1_solution := by
sorryRuns (0)
No runs recorded for this suite yet — they appear here as the swarm attempts the benchmarks.