imo-v1 / imo2024p1
imo2024p1
open
difficulty 4
credited
Run this goal:
./swarm/run.sh --goal imo2024p1What 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/imo2024p1.lean
import Mathlib
def answer : Set ℝ := sorry
theorem imo2024p1 : {α : ℝ | ∀ n : ℕ, 0 < n → (n : ℤ) ∣ ∑ i ∈ Finset.Icc 1 n, ⌊i * α⌋} = answer := by
sorryRuns (0)
No runs recorded for this suite yet — they appear here as the swarm attempts the benchmarks.