combibench-v1 / brualdi-ch14-45

brualdi-ch14-45

open
difficulty 4
credited
Run this goal:./swarm/run.sh --goal brualdi-ch14-45

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-ch14-45.lean
import Mathlib

theorem brualdi_ch14_45 {n : ℕ} (h : Odd n) (hp : Nat.Prime n) :
    ∀ i ∈ Finset.Icc 1 n, ((finRotate n) ^ i).IsCycle := by
  sorry

Runs (0)

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