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

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : Mathematics : Group Theory : MinimumPermutationRepresentationDegree

GroupTheory

  

MinimumPermutationRepresentationDegree

  

compute the minimum degree of a permutation representation of a group

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

MinimumPermutationRepresentationDegree( G )

MinPermRepDegree( G )

MinimumDegreePermutatinoRepresentation( G )

MinDegreePermRep( G )

Parameters

G

-

a group

Description

• 

Cayley's Theorem asserts that each finite group is isomorphic to a group of permutations of a finite set.  In other words, each finite group G can be embedded in a symmetric group Sn, for some positive integer n.

• 

The MinimumPermutationRepresentationDegree( G ) command returns the minimum degree of a faithful permutation representation for a (finite) group G. That is the least positive integer n such that G embeds in the symmetric group of degree n.

• 

You can use the alias MinPermRepDegree instead of the longer command name MinimumPermutationRepresentationDegree.

• 

The MinimumDegreePermutatinoRepresentation( G ) command returns a permutation group isomorphic to the group G and whose degree is minimal, that is, equal to the value returned by MinimumPermutationRepresentationDegree( G ).

• 

You can use the shorter alias MinDegreePermRep'.

• 

In general, these two commands depend upon searching the lattice of subgroups of the group G, so they can be expensive for large groups, and are subject to the limitations of the SubgroupLattice command. The MinPermRepDegree command works for some finite symbolic groups, but the MinDegreePermRep command cannot work for a symbolic group.

Examples

withGroupTheory:

MinPermRepDegreeCyclicGroup12

7

(1)

MinPermRepDegreeGL2,5

24

(2)

MinPermRepDegreeSmallGroup504,202

19

(3)

MinPermRepDegreeQuaternionGroup

8

(4)

DegreeGU2,3

32

(5)

MinPermRepDegreeGU2,3

24

(6)

PMinDegreePermRepGU2,3

P1,18,14,13,3,19,9,172,16,23,4,12,7,11,215,10,8,6,20,22,15,24,1,6,132,15,163,24,174,23,57,12,89,10,1811,20,2114,22,19

(7)

DegreeP

24

(8)

MinPermRepDegreePSL5,q

q4+q3+q2+q+1

(9)

Compatibility

• 

The GroupTheory[MinimumPermutationRepresentationDegree] command was introduced in Maple 2016.

• 

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

See Also

GroupTheory

GroupTheory[CyclicGroup]

GroupTheory[GL]

GroupTheory[SubgroupLattice]

GroupTheory[SymmetricGroup]