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

From Groupprops
No edit summary
Line 24: Line 24:
! Function !! Value !! Similar groups !! Explanation
! Function !! Value !! Similar groups !! Explanation
|-
|-
| {{arithmetic function value given order|number of conjugacy classes|8|660}} || As <math>PSL(2,q), q = 11</math> (<math>q</math> odd): <math>(q + 5)/2 = (11 + 5)/2 = 8</math>
| {{arithmetic function value given order|number of conjugacy classes|8|660}} || As <math>PSL(2,q), q = 11</math> (<math>q</math> odd): <math>(q + 5)/2 = (11 + 5)/2 = 8</math><br>See [[element structure of projective special linear group of degree two over a finite field]], [[element structure of projective special linear group:PSL(2,11)]]
|-
| {{arithmetic function value given order|number of equivalence classes under rational conjugacy|6|660}} || See [[element structure of projective special linear group:PSL(2,11)]]
|-
|-
| {{arithmetic function value given order|number of conjugacy classes of subgroups|16|660}} || See [[subgroup structure of projective special linear group:PSL(2,11)]]
| {{arithmetic function value given order|number of conjugacy classes of subgroups|16|660}} || See [[subgroup structure of projective special linear group:PSL(2,11)]]

Revision as of 17:04, 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 As PSL(2,q),q=11, underlying prime p=11 (odd):
p(q21)/4=11(1121)/4=330
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
See element structure of projective special linear group of degree two over a finite field, element structure of projective special linear group:PSL(2,11)
number of equivalence classes under rational conjugacy 6 groups with same order and number of equivalence classes under rational conjugacy | groups with same number of equivalence classes under rational conjugacy See element structure of projective special linear group:PSL(2,11)
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