IsCAGroup - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


GroupTheory

  

IsCCGroup

  

determine whether a group is a (CC)-group

  

IsCAGroup

  

determine whether a group is a (CA)-group

  

IsCNGroup

  

determine whether a group is a (CN)-group

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

IsCCGroup( G )

IsCAGroup( G )

IsCNGroup( G )

Parameters

G

-

a group

Description

• 

A group  is a (CC)-group if the centralizer of each of its non-trivial elements is cyclic. Cyclic groups are obviously (CC)-groups, but there are non-Abelian (CC)-groups, such as the symmetric group of degree .

• 

A group  is a (CA)-group if the centralizer of each of its non-trivial elements is Abelian. This is equivalent to commutativity being a transitive relation on the elements of the group. The only non-Abelian finite simple groups that are (CA)-groups are the groups , for . In fact, a (CA)-group is either soluble or simple, and a non-simple, non-Abelian finite (CA)-group is a Frobenius group.

• 

A group  is a (CN)-group if the centralizer of each of its non-trivial elements is nilpotent.

• 

The classes of (CA)-groups and (CN)-groups were important in the development of the classification of the finite simple groups. The proof, by Suzuki (1957), that a finite simple non-Abelian (CA)-group has even order, and the proof, by Feit-Hall-Thompson (1960), that the same is true for (CN)-groups, presaged the later proof of the Odd-Order Theorem, by Feit and Thompson (1963).

• 

The IsCCGroup( G ) command returns true if the group G is a (CC)-group and returns false otherwise.

• 

The IsCAGroup( G ) command returns true if the group G is a (CA)-group and returns false otherwise.

• 

The IsCNGroup( G ) command returns true if the group G is a (CN)-group and returns false otherwise.

Examples

The symmetric group of degree  is non-nilpotent and a (CC)-group, so it is, simultaneously, the smallest non-cyclic (CC)-group, the smallest non-Abelian (CA)-group, and the smallest non-nilpotent (CN)-group. (CN)-group.

(1)

The smallest non-Abelian group that is a (CA)-group, but is not a (CC)-group is the alternating group of degree .

(2)

(3)

The smallest group that is a (CN)-group, but not a (CA)-group is the symmetric group of degree .

(4)

(5)

The groups PSL( 2, 2^n ) are important examples of (CA)-groups.

(6)

(7)

A Frobenius group need not be a (CA)-group.

(8)

The Suzuki groups  are an important class of non-Abelian simple (CN)-groups.

(9)

(10)

Compatibility

• 

The GroupTheory[IsCCGroup], GroupTheory[IsCAGroup] and GroupTheory[IsCNGroup] commands were introduced in Maple 2019.

• 

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

See Also

GroupTheory

GroupTheory[IsAbelian]

GroupTheory[IsCyclic]

GroupTheory[IsNilpotent]

https://en.wikipedia.org/wiki/CA-group

https://en.wikipedia.org/wiki/CN-group

 


Download Help Document