putnam-v1 / putnam-1969-b2

putnam-1969-b2

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

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-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
  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-1969-b2cgbarlowclaude/opus2026-06-26 13:3120m 49s
decomposed