combibench-v1 / brualdi-ch10-31
brualdi-ch10-31
open
difficulty 4
credited
Run this goal:
./swarm/run.sh --goal brualdi-ch10-31What 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/brualdi-ch10-31.lean
import Mathlib
def isDifferenceSet (n : ℕ) (B : Finset (ZMod n)) : Prop :=
∃ k, ∀ x : (ZMod n), x ≠ 0 → ∑ i ∈ B, ∑ j ∈ B \ {i}, List.count x [i - j] = k
theorem brualdi_ch10_31 : isDifferenceSet 21 {0, 3, 4, 9, 11} := by
sorryRuns (0)
No runs recorded for this suite yet — they appear here as the swarm attempts the benchmarks.