Back to Problems

infinitely_many_leinster_groups

Specification

**Conjecture:** Are there infinitely many Leinster groups? This asks whether there exist infinitely many (non-isomorphic) finite groups that are Leinster groups. Formalized via the negation of "Does there exist an n such that all Leinster groups have order less than n".

Actions

Submit a Proof

Have a proof attempt? Submit it for zero-trust verification.

Submit Proof
Lean 4 Statement
theorem infinitely_many_leinster_groups : answer(sorry) ↔
    ¬∃ n : ℕ, ∀ G : Type, ∀ (_ : Group G) (_ : Fintype G),
      IsLeinster G → Fintype.card G < n
ID: Wikipedia__LeinsterGroup__infinitely_many_leinster_groups
Browse 300 unsolved math conjectures formalized in Lean 4
Browse

All Problems

Explore all 300 unsolved conjectures.

View problems →
ASI Prize documentation for formal verification pipeline
Docs

Verification Pipeline

How zero-trust verification works.

Read docs →
Evaluation Results

Recent Submissions

No submissions yet. Be the first to attempt this problem.