GroupTheory
Stabilizer
construct the stabilizer of a point, list, or set in a permutation group
Calling Sequence
Parameters
Description
Examples
Compatibility
Stabilizer( alpha, G )
Stabiliser( alpha, G )
Stabilizer( L, G )
Stabiliser( L, G )
Stabilizer( S, G )
Stabiliser( S, G )
G
-
a permutation group
alpha
posint; the point whose stabilizer is to be computed
L
list(posint); a list of points
S
set(posint); a set of points
The stabilizer of a point α under a permutation group G is the set of elements of G that fix α. It is a subgroup of G. That is, an element g in G belongs to the stabilizer of α if αg=α.
The Stabilizer( alpha, G ) command computes the stabilizer of the point alpha under the action of the permutation group G.
The Stabilizer( L, G ) command, where L is a list of points in the domain of the permutation group G, computes the iterated stabilizer of L in G. This is the set of elements of G that fix each point in the list L.
The Stabilizer( S, G ) command, where S is a subset of the domain of the permutation group G, computes the set-wise stabilizer of S in G. This is the set of elements g in G that map the set S to itself, but do not necessarily fix each member of S.
The Stabiliser command is provided as an alias.
with⁡GroupTheory:
G≔Group⁡1,2,4,5
G≔1,2,4,5
S≔Stabilizer⁡3,G
S≔4,5,1,24,5
GroupOrder⁡S
4
G≔SL⁡3,3
G≔SL3,3
S≔Stabilizer⁡1,G
S≔2,11,6,4,12,73,13,58,10,5,78,139,1210,11
432
IsSubgroup⁡S,G
true
IsNormal⁡S,G
false
S≔Stabilizer⁡1,7,3,11,G
S≔
S≔Stabilizer⁡1,2,G
S≔5,8,116,9,127,10,13,5,10,126,8,137,9,11,3,46,79,1012,13,6,78,119,1310,12
AreIsomorphic⁡S,DirectProduct⁡Symm⁡3,Symm⁡3
S≔5,11,86,12,97,13,10,5,10,126,8,137,9,11,6,78,119,1310,12,3,48,119,1210,13,1,23,45,12,7,98,11,13,10
AreIsomorphic⁡S,WreathProduct⁡Symm⁡3,CyclicGroup⁡2
The GroupTheory[Stabilizer] command was introduced in Maple 17.
For more information on Maple 17 changes, see Updates in Maple 17.
See Also
GroupTheory[Group]
GroupTheory[GroupOrder]
GroupTheory[IsNormal]
GroupTheory[IsSubgroup]
GroupTheory[SL]
Download Help Document