putnam-v1 / putnam-1963-b2
putnam-1963-b2
open
difficulty 4
credited
Run this goal:
./swarm/run.sh --goal putnam-1963-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-1963-b2.lean
import Mathlib
open Topology Filter Polynomial
abbrev putnam_1963_b2_solution : Prop := True
theorem putnam_1963_b2 (S : Set ℝ)
(hS : S = {2 ^ m * 3 ^ n | (m : ℤ) (n : ℤ)})
: closure S ⊇ Set.Ioi (0 : ℝ) ↔ putnam_1963_b2_solution := by
sorryRuns (0)
No runs recorded for this suite yet — they appear here as the swarm attempts the benchmarks.