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

Online Help

Home : Support : Online Help : GroupTheory/IsCPGroup

GroupTheory

  

IsCPGroup

  

determine whether a group is a (CP)-group

  

IsCP1Group

  

determine whether a group is a (CP1)-group

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

IsCPGroup( G )

IsCP1Group( G )

Parameters

G

-

a group

Description

• 

A group  is a (CP)-group if each of its elements has prime-power order, where the prime may depend upon the element. A group of prime-power order is a (CP)-group, but there are (CP)-groups, such as  , whose order is divisible by more than one prime. This is equivalent to the condition that the centralizer of each non-trivial element is a -group, for some prime  depending upon the element. It is also equivalent for finite groups to the Gruenberg-Kegel graph of the group being totally disconnected.

• 

A group  is a (CP1)-group if each of its non-trivial elements has prime order where, again, the prime may depend upon the element. Equivalently, a group is a (CP1)-group if the centralizer of each non-trivial element contains only elements of order dividing , for a prime  depending upon the element. The symmetric group  is again an example of a (CP1)-group not of prime exponent.

• 

It is a consequence of these definitions that every (CP1)-group is a (CP)-group. Both (CP)-groups and (CP1)-groups are (CN)-groups.

• 

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

• 

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

Examples

The symmetric group  furnishes an example of a (CP)-group that is not a group of prime power order, and a (CP1)-group that is not of prime exponent.

(1)

(2)

(3)

(4)

The symmetric group  is also a (CP)-group, but symmetric groups of larger degree are not. However,  is not a (CP1)-group.

(5)

(6)

(7)

A cyclic group is a (CP)-group if, and only if, it has prime power order.

(8)

And cyclic groups are (CP1)-groups precisely when the order is a prime.

(9)

Dihedral groups are (CP)-groups just when the degree is a prime power.

(10)

And, dihedral groups of prime degree are the only ones that are (CP1)-groups.

(11)

Groups of prime exponent are (CP1)-groups.

(12)

(13)

(14)

(15)

(16)

(17)

(18)

(19)

(20)

(21)

(22)

The group  is the Frobenius group of order  and is a (CP)-group.

(23)

Other Frobenius groups provide important examples of (CP)-groups.

(24)

These are all the simple (CP)-groups (M. Suzuki).

(25)

(26)

(27)

(28)

(29)

(30)

(31)

(32)

The only simple (in fact, the only insoluble) (CP1)-group is the alternating group  .

(33)

An example of an infinite (CP)-group.

(34)

(35)

(36)

See Also

GraphTheory[DrawGraph]

GroupTheory

GroupTheory[AlternatingGroup]

GroupTheory[CyclicGroup]

GroupTheory[DihedralGroup]

GroupTheory[Exponent]

GroupTheory[GroupOrder]

GroupTheory[GruenbergKegelGraph]

GroupTheory[Index]

GroupTheory[IsCNGroup]

GroupTheory[PCore]

GroupTheory[ProjectiveSpecialLinearGroup]

GroupTheory[QuasicyclicGroup]

GroupTheory[SmallGroup]

GroupTheory[Suzuki2B2]

GroupTheory[SymmetricGroup]

seq

with

 


Download Help Document