putnam-v1 / putnam-1967-a5
putnam-1967-a5
open
difficulty 4
credited
Run this goal:
./swarm/run.sh --goal putnam-1967-a5What 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-1967-a5.lean
import Mathlib
open Nat Topology Filter
theorem putnam_1967_a5 (R : Set (EuclideanSpace ℝ (Fin 2)))
(hR : Convex ℝ R ∧ (MeasureTheory.volume R).toReal > Real.pi / 4)
: ∃ P ∈ R, ∃ Q ∈ R, dist P Q = 1 := 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 afnz-zbook-b336.
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-1967-a5 | cgbarlow | claude/opus | 2026-06-25 16:59 | 52m 3s | decomposed | — |