GroupTheory/IsCharacteristicallySimple - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : GroupTheory/IsCharacteristicallySimple

GroupTheory

  

IsCharacteristicallySimple

  

determine whether a group is characteristically simple

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

IsCharacteristicallySimple( G )

Parameters

G

-

a group

Description

• 

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.

Examples

withGroupTheory:

IsCharacteristicallySimpleCyclicGroup37

true

(1)

IsCharacteristicallySimpleCyclicGroup300

false

(2)

IsCharacteristicallySimpleAlt8

true

(3)

IsCharacteristicallySimpleSymm8

false

(4)

IsCharacteristicallySimpleSmallGroup8,5

true

(5)

IsCharacteristicallySimpleSmallGroup8,2

false

(6)

IsCharacteristicallySimpleDirectProductAlt5,Alt6

false

(7)

IsCharacteristicallySimpleDirectProductAlt6,Alt6

true

(8)

See Also

GroupTheory

GroupTheory[IsSimple]