GroupTheory
IsCharacteristicallySimple
determine whether a group is characteristically simple
Calling Sequence
Parameters
Description
Examples
IsCharacteristicallySimple( G )
G
-
a group
A group G is characteristically simple if it is non-trivial and has no proper, non-trivial characteristic subgroups. Clearly, every simple group is characteristically simple.
The IsCharacteristicallySimple( G ) command returns true if the group G is characteristically simple, and returns false otherwise.
with⁡GroupTheory:
IsCharacteristicallySimple⁡CyclicGroup⁡37
true
IsCharacteristicallySimple⁡CyclicGroup⁡300
false
IsCharacteristicallySimple⁡Alt⁡8
IsCharacteristicallySimple⁡Symm⁡8
IsCharacteristicallySimple⁡SmallGroup⁡8,5
IsCharacteristicallySimple⁡SmallGroup⁡8,2
IsCharacteristicallySimple⁡DirectProduct⁡Alt⁡5,Alt⁡6
IsCharacteristicallySimple⁡DirectProduct⁡Alt⁡6,Alt⁡6
See Also
GroupTheory[IsSimple]
Download Help Document