putnam-v1 / putnam-1968-b6
putnam-1968-b6
open
difficulty 4
credited
Run this goal:
./swarm/run.sh --goal putnam-1968-b6What 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-1968-b6.lean
import Mathlib
open Finset Polynomial Topology Filter Metric
theorem putnam_1968_b6 : ¬∃ K : ℕ → Set ℚ, (∀ n : ℕ, IsCompact (K n)) ∧ (∀ S : Set ℚ, IsCompact S → ∃ n : ℕ, S ⊆ K n) := by
sorryRuns (0)
No runs recorded for this suite yet — they appear here as the swarm attempts the benchmarks.