Documentation

Mathlib.GroupTheory.SpecificGroups.Alternating.Simple

The alternating group is simple #

Main results #

Main definitions #

The proofs of the above results follow from the Iwasawa criterion applied to the following Iwasawa structures. Their definitions are similar: the groups Equiv.Perm α and alternatingGroup α act on α hence they act on Set.powersetCard α n, for any natural number n. For n = 2, this gives an Iwaswa structure of Equiv.Perm α, for n = 3 or n = 4, this gives an Iwasawa structure of alternatingGroup α.

TODO #

This file contains two uncomfortable uses of convert:

def Equiv.Perm.iwasawaStructure_two {α : Type u_1} [Finite α] [DecidableEq α] [(s : Set α) → DecidablePred fun (x : α) => x s] :

The Iwasawa structure of Perm α acting on Set.powersetCard α 2.

Equations
Instances For
    theorem Equiv.Perm.alternatingGroup_le_of_normal {α : Type u_2} [DecidableEq α] [Fintype α] ( : 5 Nat.card α) {N : Subgroup (Perm α)} [N.Normal] (ntN : Nontrivial N) :

    If α has at least 5 elements, then any nontrivial normal subgroup of Equiv.Perm α contains alternatingGroup α.

    The Iwasawa structure of alternatingGroup α acting on Set.powersetCard α 3.

    Equations
    Instances For

      If α has at least 5 elements, but not 6, then the only nontrivial normal subgroup of alternatingGroup α is .

      theorem alternatingGroup.mem_map_kleinFour_ofSubtype {α : Type u_1} [DecidableEq α] [Fintype α] {s : Finset α} (hs : s.card = 4) (k : (alternatingGroup α)) :
      k Subgroup.map (ofSubtype s) (kleinFour s) (↑k).support s (k = 1 (↑k).cycleType = {2, 2})
      theorem alternatingGroup.map_kleinFour_conj {α : Type u_1} [DecidableEq α] [Fintype α] (s : Finset α) (hs : s.card = 4) (g : (alternatingGroup α)) :

      The Iwasawa structure of alternatingGroup α acting on Set.powersetCard α 4, provided α has at least 5 elements.

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For

        If α has at least 5 elements, but not 8, then the only nontrivial normal subgroup of alternatingGroup α is .

        When α has at least 5 elements, then alternatingGroup α is a simple group.