The Subgroup Structure#
General Subgroup Constructions#
The operators and functions which construct a subgroup of a polycyclic group always return the subgroup as a polycyclic group.
- H ^ g: GrpGPC, GrpGPCElt -> GrpGPC#
- Conjugate(H, g): GrpGPC, GrpGPCElt -> GrpGPC#
Construct the conjugate \(g^{-1}*H*g\) of the group \(H\) under the action of the element \(g\). The group \(H\) and the element \(g\) must belong to a common group.
Subgroup Constructions Requiring a Nilpotent Covering Group#
The operators and functions described in this section require the existence of a nilpotent covering group. They are based on algorithms published in [Lo, 1998]. Again, the constructed subgroup is returned as a polycyclic group.
- H meet K: GrpGPC, GrpGPC -> GrpGPC#
Given two groups \(H\) and \(K\), contained in some common group \(G\) which is nilpotent, construct the intersection of \(H\) and \(K\).
- H meet:= K: GrpGPC, GrpGPC -> GrpGPC#
Given two groups \(H\) and \(K\), contained in some common group \(G\) which is nilpotent, replace \(H\) with the intersection of \(H\) and \(K\).
- Centraliser(G, g): GrpGPC, GrpGPCElt -> GrpGPC#
- Centralizer(G, g): GrpGPC, GrpGPCElt -> GrpGPC#
The subgroup of \(G\) centralising \(g\). Both \(g\) and \(G\) must be contained in some common nilpotent group.
- Centraliser(G, H): GrpGPC, GrpGPC -> GrpGPC#
- Centralizer(G, H): GrpGPC, GrpGPC -> GrpGPC#
The subgroup of \(G\) centralising \(H\). Both \(H\) and \(G\) must be subgroups of some common nilpotent group.
- Core(G, H): GrpGPC, GrpGPC -> GrpGPC#
The maximal normal subgroup of the nilpotent group \(G\) that is contained in the subgroup \(H\) of \(G\).