GroupTheory/IsCharacteristicallySimple - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

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

> 

with⁡GroupTheory:

> 

IsCharacteristicallySimple⁡CyclicGroup⁡37

true

(1)
> 

IsCharacteristicallySimple⁡CyclicGroup⁡300

false

(2)
> 

IsCharacteristicallySimple⁡Alt⁡8

true

(3)
> 

IsCharacteristicallySimple⁡Symm⁡8

false

(4)
> 

IsCharacteristicallySimple⁡SmallGroup⁡8,5

true

(5)
> 

IsCharacteristicallySimple⁡SmallGroup⁡8,2

false

(6)
> 

IsCharacteristicallySimple⁡DirectProduct⁡Alt⁡5,Alt⁡6

false

(7)
> 

IsCharacteristicallySimple⁡DirectProduct⁡Alt⁡6,Alt⁡6

true

(8)

See Also

GroupTheory

GroupTheory[IsSimple]