putnam-v1 / putnam-1967-a5

putnam-1967-a5

open
difficulty 4
credited
Run this goal:./swarm/run.sh --goal putnam-1967-a5

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-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
  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 afnz-zbook-b336.

Runs (1)

GoalContributorModelDate (UTC)TimeResultVerification
putnam-1967-a5cgbarlowclaude/opus2026-06-25 16:5952m 3s
decomposed