CompletedGroupAlgebra.Basic.InClass.Index

2 Theorem | 1 Definition | 2 Abbreviation

Completed Group Algebra / Basic / Within a Class / Index.

import
Imported by

Declarations

abbrev CompletedGroupAlgebraIndexInClass (C : ProCGroups.FiniteGroupClass.{v}) :=
  OrderDual (OpenNormalSubgroupInClass C G)

The \(C\)-indexed open-normal quotient tower for a completed group algebra. The order is chosen so that larger indices give finer quotients.

abbrev CompletedGroupAlgebraQuotientInClass (C : ProCGroups.FiniteGroupClass.{v})
    (U : CompletedGroupAlgebraIndexInClass G C) : Type v :=
  (openNormalSubgroupInClassSystem C G).X U

The finite quotient \(G/U\) at one \(C\)-indexed stage.

theorem finite_completedGroupAlgebraQuotientInClass
    (C : ProCGroups.FiniteGroupClass.{v}) (hC : ProCGroups.FiniteGroupClass.FiniteOnly C)
    (U : CompletedGroupAlgebraIndexInClass G C) :
    Finite (CompletedGroupAlgebraQuotientInClass G C U)

Quotients appearing in a finite quotient class are finite.

Show proof
def terminalCompletedGroupAlgebraIndexInClass
    (C : ProCGroups.FiniteGroupClass.{v})
    [ProCGroups.FiniteGroupClass.ContainsTrivialQuotients C] :
    CompletedGroupAlgebraIndexInClass G C :=
  OrderDual.toDual (OpenNormalSubgroupInClass.top (C := C) (G := G))

The terminal \(C\)-indexed completed-group-algebra quotient, corresponding to \(G/G\).

theorem terminalCompletedGroupAlgebraIndexInClass_le
    (C : ProCGroups.FiniteGroupClass.{v})
    [ProCGroups.FiniteGroupClass.ContainsTrivialQuotients C]
    (U : CompletedGroupAlgebraIndexInClass G C) :
    terminalCompletedGroupAlgebraIndexInClass (G := G) C ≤ U

The terminal in-class completed-group-algebra index is below every in-class index.

Show proof