combibench-v1 / hackmath-10
hackmath-10
open
difficulty 4
credited
Run this goal:
./swarm/run.sh --goal hackmath-10What 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/hackmath-10.lean
import Mathlib
theorem hackmath_10 (sols : Finset (Fin 3 → (ℕ × ℕ)))
(h_sols : ∀ f, f ∈ sols ↔ (∑ i, (f i).1 = 7 ∧ ∑ i, (f i).2 = 5)) :
sols.card = ((756) : ℕ ) := by
sorryRuns (0)
No runs recorded for this suite yet — they appear here as the swarm attempts the benchmarks.