Documentation

FormalConjectures.Wikipedia.LeinsterGroup

Leinster Groups #

A finite group is a Leinster group if the sum of the orders of all its normal subgroups equals twice the group's order.

References:

TODO: The following properties from the Wikipedia article can also be formalized:

A finite group G is a Leinster group if the sum of the orders of all its normal subgroups equals twice the group's order.

Equations
Instances For
    theorem LeinsterGroup.infinitely_many_leinster_groups :
    sorry ¬∃ (n : ), ∀ (G : Type) (x : Group G) (x_1 : Fintype G), IsLeinster GFintype.card G < n

    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".

    Cyclic groups of perfect number order are Leinster groups.

    This follows from the fact that for a cyclic group, all subgroups are normal and correspond to divisors of the group order, and a number is perfect if and only if the sum of its divisors (including itself) equals twice the number.

    An abelian group is a Leinster group if and only if it is cyclic with order equal to a perfect number.

    Reference: Leinster, Tom (2001). "Perfect numbers and groups". Theorem 2.1.

    theorem LeinsterGroup.exists_nonabelian_leinster_group :
    ∃ (G : Type) (x : Group G) (x_1 : Fintype G), IsLeinster G ¬∀ (a b : G), a * b = b * a

    Non-abelian Leinster groups exist.

    For example, S₃ × C₅ (order 30) and A₅ × C₁₅₁₂₈ are Leinster groups.

    Reference: Leinster, Tom (2001). "Perfect numbers and groups".

    The dihedral group DihedralGroup n (of order 2n) is a Leinster group if and only if n is an odd perfect number. This gives a one-to-one correspondence between dihedral Leinster groups and odd perfect numbers.

    In particular, the existence of odd perfect numbers is equivalent to the existence of dihedral Leinster groups.

    Reference: Leinster, Tom (2001). "Perfect numbers and groups".