putnam-v1 / putnam-1969-b2
putnam-1969-b2
open
difficulty 4
credited
Run this goal:
./swarm/run.sh --goal putnam-1969-b2What 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-b2.lean
import Mathlib
open Matrix Filter Topology Set Nat
abbrev putnam_1969_b2_solution : Prop := False
theorem putnam_1969_b2 (P : ℕ → Prop)
(P_def : ∀ n, P n ↔ ∀ (G : Type) [Group G] [Finite G],
∀ H : Fin n → Subgroup G, (∀ i, H i < ⊤) → ⋃ i, (H i : Set G) < ⊤) :
P 2 ∧ (P 3 ↔ putnam_1969_b2_solution) := 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.
Runs (1)
| Goal | Contributor | Model | Date (UTC) | Time | Result | Verification |
|---|---|---|---|---|---|---|
| putnam-1969-b2 | cgbarlow | claude/opus | 2026-06-26 13:31 | 20m 49s | decomposed | — |