GroupTheory/IsAlmostSimple - 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/IsAlmostSimple

GroupTheory

  

IsAlmostSimple

  

determine whether a group is almost simple

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

IsAlmostSimple( G )

Parameters

G

-

a permutation group

Description

• 

A group G is almost simple if it has an unique minimal normal subgroup which is a non-Abelian simple group. Alternatively, the group G is almost simple if, up to isomorphism, we have S≤G and G≤Aut⁡S, for a non-Abelian simple group S.

• 

The IsAlmostSimple( G ) command returns true if the group G is almost simple, and returns false otherwise.

Examples

> 

with⁡GroupTheory:

> 

IsAlmostSimple⁡MathieuGroup⁡10

true

(1)
> 

IsAlmostSimple⁡Symm⁡3

false

(2)
> 

IsAlmostSimple⁡Symm⁡4

false

(3)
> 

IsAlmostSimple⁡Symm⁡5

true

(4)
> 

IsAlmostSimple⁡Symm⁡6

true

(5)
> 

IsAlmostSimple⁡PSL⁡2,5

true

(6)
> 

IsAlmostSimple⁡CyclicGroup⁡11

false

(7)

Compatibility

• 

The GroupTheory[IsAlmostSimple] command was introduced in Maple 2019.

• 

For more information on Maple 2019 changes, see Updates in Maple 2019.

See Also

GroupTheory

GroupTheory[IsSimple]