Each conjugacy class of subgroups C is represented as a record with at least the following components.
isDomain
:true
, because conjugacy classes of subgroups are
domains.
isConjugacyClassSubgroups
:true
.
group
:
representative
:The following components are optional and may be bound by some functions which compute or make use of their value.
normalizer
:C.representative
in C.group
.
normalizerLattice
:ConjugacyClassesSubgroups
. It
determines the normalizer of the subgroup C.representative
.
It is a list of length 2. The first element is another conjugacy
class D (in the same group), the second is an element g in
C.group
. The normalizer of C.representative
is then
D.representative ^ g
.
conjugands
:C.representative
in
C.group
. Thus the elements of the class C can be computed
by conjugating C.representative
with those elements.
GAP 3.4.4