Documentation

Mathlib.GroupTheory.SpecificGroups.Alternating

Alternating Groups #

The alternating group on a finite type α is the subgroup of the permutation group Perm α consisting of the even permutations.

Main definitions #

Main results #

Instances #

Tags #

alternating group permutation simple characteristic index

TODO #

The alternating group on a finite type, realized as a subgroup of Equiv.Perm. For $A_n$, use alternatingGroup (Fin n).

Equations
Instances For
    @[simp]
    theorem Equiv.Perm.mem_alternatingGroup {α : Type u_1} [Fintype α] [DecidableEq α] {f : Perm α} :
    theorem Equiv.Perm.mul_mem_alternatingGroup_of_isSwap {α : Type u_1} [Fintype α] [DecidableEq α] {g g' : Perm α} (hg : g.IsSwap) (hg' : g'.IsSwap) :
    def Equiv.altCongrHom {α : Type u_1} [Fintype α] [DecidableEq α] {β : Type u_2} [Fintype β] [DecidableEq β] (e : α ≃ β) :

    The group isomorphism between alternatingGroups induced by the given Equiv.

    Equations
    Instances For
      @[simp]
      theorem Equiv.altCongrHom_apply_coe {α : Type u_1} [Fintype α] [DecidableEq α] {β : Type u_2} [Fintype β] [DecidableEq β] (e : α ≃ β) (a✝ : ↥(alternatingGroup α)) :
      ↑(e.altCongrHom a✝) = e.permCongr ↑a✝
      theorem alternatingGroup.isConj_of {α : Type u_1} [Fintype α] [DecidableEq α] {σ τ : ↥(alternatingGroup α)} (hc : IsConj ↑σ ↑τ) (hσ : (↑σ).support.card + 2 ≤ Fintype.card α) :
      IsConj σ τ
      theorem alternatingGroup.isThreeCycle_isConj {α : Type u_1} [Fintype α] [DecidableEq α] (h5 : 5 ≤ Nat.card α) {σ τ : ↥(alternatingGroup α)} (hσ : (↑σ).IsThreeCycle) (hτ : (↑τ).IsThreeCycle) :
      IsConj σ τ

      The alternating group is the closure of the set of permutations with cycle type (2, 2).

      @[deprecated Equiv.Perm.closure_cycleType_eq_two_two_eq_alternatingGroup (since := "2026-03-10")]

      Alias of Equiv.Perm.closure_cycleType_eq_two_two_eq_alternatingGroup.


      The alternating group is the closure of the set of permutations with cycle type (2, 2).

      Part of proving $A_5$ is simple. Shows that the square of any element of $A_5$ with a 3-cycle in its cycle decomposition is a 3-cycle, so the normal closure of the original element must be $A_5$.

      @[deprecated "This was an auxilliary lemma for the proof of simplicity of A_5 which has now been superceded by `alternatingGroup.isSimpleGroup`." (since := "2026-04-28")]
      theorem alternatingGroup.isConj_swap_mul_swap_of_cycleType_two {g : Equiv.Perm (Fin 5)} (ha : g ∈ alternatingGroup (Fin 5)) (h1 : g ≠ 1) (h2 : ∀ n ∈ g.cycleType, n = 2) :

      Shows that any non-identity element of $A_5$ whose cycle decomposition consists only of swaps is conjugate to $(04)(13)$. This is used to show that the normal closure of such a permutation in $A_5$ is $A_5$.

      def alternatingGroup.ofSubtype {α : Type u_1} [Fintype α] [DecidableEq α] (s : Finset α) :

      The element of alternatingGroup α induced by an element of alternatingGroup s, when s : Finset α.

      Equations
      Instances For
        theorem alternatingGroup.ofSubtype_inj {α : Type u_1} [Fintype α] [DecidableEq α] {s : Finset α} {g h : ↥(alternatingGroup ↥s)} :
        (ofSubtype s) g = (ofSubtype s) h ↔ g = h
        theorem alternatingGroup.coe_ofSubtype {α : Type u_1} [Fintype α] [DecidableEq α] (s : Finset α) (k : ↥(alternatingGroup ↥s)) :
        theorem alternatingGroup.mem_range_ofSubtype_iff {α : Type u_1} [Fintype α] [DecidableEq α] (s : Finset α) (k : ↥(alternatingGroup α)) :
        k ∈ (ofSubtype s).range ↔ (↑k).support ⊆ s

        The alternating group is the only subgroup of index 2 of the permutation group.

        A subgroup of the permutation group of index ≤ 2 contains the alternating group.

        The alternating group is a characteristic subgroup of the permutation group.