combibench-v1 / brualdi-ch8-30

brualdi-ch8-30

open
difficulty 4
credited
Run this goal:./swarm/run.sh --goal brualdi-ch8-30

What 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-ch8-30.lean
import Mathlib

theorem brualdi_ch8_30 (n : ℕ) (hn : 2 ≤ n) :
    Fintype.card (Nat.Partition (n - 1)) < Fintype.card (Nat.Partition n) := by
  sorry

Runs (0)

No runs recorded for this suite yet — they appear here as the swarm attempts the benchmarks.