Projective special linear group:PSL(2,11): Difference between revisions

From Groupprops
Line 16: Line 16:
| {{arithmetic function value given order|exponent of a group|330|660}} ||
| {{arithmetic function value given order|exponent of a group|330|660}} ||
|-
|-
| {{arithmetic function value given order|Frattini length|1|660}} ||
| {{arithmetic functions for simple non-abelian group|660}}
|-
| {{arithmetic function value given order|chief length|1|660}} ||
|-
| {{arithmetic function value given order|composition length|1|660}} ||
|}
|}



Revision as of 16:50, 21 May 2012

This article is about a particular group, i.e., a group unique upto isomorphism. View specific information (such as linear representation theory, subgroup structure) about this group
View a complete list of particular groups (this is a very huge list!)[SHOW MORE]

Definition

This group is defined as the projective special linear group of degree two over field:F11, the field with 11 elements.

Arithmetic functions

Basic arithmetic functions

Function Value Similar groups Explanation
order (number of elements, equivalently, cardinality or size of underlying set) 660 groups with same order As PSL(2,q), q=11: (q3q)/2=(11311)/2=11(111)(11+1)/2=111012/2=660
exponent of a group 330 groups with same order and exponent of a group | groups with same exponent of a group
Frattini length 1 groups with same order and Frattini length | groups with same Frattini length the group is a simple non-abelian group
chief length 1 groups with same order and chief length | groups with same chief length the group is a simple non-abelian group
composition length 1 groups with same order and composition length | groups with same composition length the group is a simple non-abelian group

Arithmetic functions of a counting nature

Function Value Similar groups Explanation
number of conjugacy classes 8 groups with same order and number of conjugacy classes | groups with same number of conjugacy classes As PSL(2,q),q=11 (q odd): (q+5)/2=(11+5)/2=8
number of conjugacy classes of subgroups 16 groups with same order and number of conjugacy classes of subgroups | groups with same number of conjugacy classes of subgroups See subgroup structure of projective special linear group:PSL(2,11)
number of subgroups 620 groups with same order and number of subgroups | groups with same number of subgroups See subgroup structure of projective special linear group:PSL(2,11)

Group properties

Property Satisfied? Explanation
abelian group No
nilpotent group No
solvable group No
simple group, simple non-abelian group Yes projective special linear group is simple (with a couple of exceptions, but this isn't one of them)
minimal simple group No contains a subgroup isomorphic to alternating group:A5 (really?). See also classification of finite minimal simple groups

GAP implementation

Group ID

This finite group has order 660 and has ID 13 among the groups of order 660 in GAP's SmallGroup library. For context, there are groups of order 660. It can thus be defined using GAP's SmallGroup function as:

SmallGroup(660,13)

For instance, we can use the following assignment in GAP to create the group and name it G:

gap> G := SmallGroup(660,13);

Conversely, to check whether a given group G is in fact the group we want, we can use GAP's IdGroup function:

IdGroup(G) = [660,13]

or just do:

IdGroup(G)

to have GAP output the group ID, that we can then compare to what we want.


Other descriptions

Description Functions used
PSL(2,11) GAP:PSL