imo-v1 / imo2020p3
imo2020p3
open
difficulty 4
credited
Run this goal:
./swarm/run.sh --goal imo2020p3What 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/imo2020p3.lean
import Mathlib
open scoped Finset
theorem imo2020p3 {n : ℕ} {c : Fin (4 * n) → Fin n} (h : ∀ i, #{j | c j = i} = 4) :
∃ S : Finset (Fin (4 * n)), ∑ i ∈ S, ((i : ℕ) + 1) = ∑ i ∈ Sᶜ, ((i : ℕ) + 1) ∧
∀ i, #{j ∈ S | c j = i} = 2 := by
sorryRuns (0)
No runs recorded for this suite yet — they appear here as the swarm attempts the benchmarks.