magma:G := TransitiveGroup(5, 1);
sage:G = TransitiveGroup(5, 1)
oscar:G = transitive_group(5, 1)
gap:G := TransitiveGroup(5, 1);
| Abstract group: | | $C_5$ |
magma:IdentifyGroup(G);
sage:G.id()
oscar:small_group_identification(G)
gap:IdGroup(G);
|
| Order: | | $5$ (is prime) |
magma:Order(G);
sage:G.order()
oscar:order(G)
gap:Order(G);
|
| Cyclic: | | yes |
magma:IsCyclic(G);
sage:G.is_cyclic()
oscar:is_cyclic(G)
gap:IsCyclic(G);
|
| Abelian: | | yes |
magma:IsAbelian(G);
sage:G.is_abelian()
oscar:is_abelian(G)
gap:IsAbelian(G);
|
| Solvable: | | yes |
magma:IsSolvable(G);
sage:G.is_solvable()
oscar:is_solvable(G)
gap:IsSolvable(G);
|
| Nilpotency class: | | $1$ |
magma:NilpotencyClass(G);
sage:libgap(G).NilpotencyClassOfGroup() if G.is_nilpotent() else -1
oscar:if is_nilpotent(G) nilpotency_class(G) end
gap:if IsNilpotentGroup(G) then NilpotencyClassOfGroup(G); fi;
|
| Degree $n$: | | $5$ |
magma:t, n := TransitiveGroupIdentification(G); n;
sage:G.degree()
oscar:degree(G)
gap:NrMovedPoints(G);
|
| Transitive number $t$: | | $1$ |
magma:t, n := TransitiveGroupIdentification(G); t;
sage:G.transitive_number()
oscar:transitive_group_identification(G)[2]
gap:TransitiveIdentification(G);
|
| CHM label: | |
$C(5) = 5$
|
| Parity: | | $1$ |
magma:IsEven(G);
sage:all(g.SignPerm() == 1 for g in libgap(G).GeneratorsOfGroup())
oscar:is_even(G)
gap:ForAll(GeneratorsOfGroup(G), g -> SignPerm(g) = 1);
|
| Transitivity: | | 1 |
| Primitive: | | yes |
magma:IsPrimitive(G);
sage:G.is_primitive()
oscar:is_primitive(G)
gap:IsPrimitive(G);
|
| $\card{\Aut(F/K)}$: | | $5$ |
magma:Order(Centralizer(SymmetricGroup(n), G));
sage:SymmetricGroup(5).centralizer(G).order()
oscar:order(centralizer(symmetric_group(5), G)[1])
gap:Order(Centralizer(SymmetricGroup(5), G));
|
| Generators: | | $(1,2,3,4,5)$ |
magma:Generators(G);
sage:G.gens()
oscar:gens(G)
gap:GeneratorsOfGroup(G);
|
none
Resolvents shown for degrees $\leq 47$
Prime degree - none
There are no siblings with degree $\leq 47$
A number field with this Galois group has no arithmetically equivalent fields.
| Label | Cycle Type | Size | Order | Index | Representative |
| 1A |
$1^{5}$ |
$1$ |
$1$ |
$0$ |
$()$ |
| 5A1 |
$5$ |
$1$ |
$5$ |
$4$ |
$(1,2,3,4,5)$ |
| 5A-1 |
$5$ |
$1$ |
$5$ |
$4$ |
$(1,5,4,3,2)$ |
| 5A2 |
$5$ |
$1$ |
$5$ |
$4$ |
$(1,3,5,2,4)$ |
| 5A-2 |
$5$ |
$1$ |
$5$ |
$4$ |
$(1,4,2,5,3)$ |
Malle's constant $a(G)$:
$1/4$
magma:ConjugacyClasses(G);
sage:G.conjugacy_classes()
oscar:conjugacy_classes(G)
gap:ConjugacyClasses(G);
magma:CharacterTable(G);
sage:G.character_table()
oscar:character_table(G)
gap:CharacterTable(G);
|
Complete
list of indecomposable integral representations:
| Name | Dim |
$(1,2,3,4,5) \mapsto $ |
| Triv | $1$ |
$\left(\begin{array}{r}1\end{array}\right)$ |
| $J$ | $4$ |
$\left(\begin{array}{rrrr}0 & 1 & 0 & 0\\0 & 0 & 1 & 0\\0 & 0 & 0 & 1\\-1 & -1 & -1 & -1\end{array}\right)$ |
| $R$ | $5$ |
$\left(\begin{array}{rrrrr}0 & 1 & 0 & 0 & 0\\0 & 0 & 1 & 0 & 0\\0 & 0 & 0 & 1 & 0\\0 & 0 & 0 & 0 & 1\\1 & 0 & 0 & 0 & 0\end{array}\right)$ |
|
The decomposition of an arbitrary integral representation as a direct
sum of indecomposables is unique.
| $f_{ 1 } =$ |
$x^{5} - t^{2} x^{4} + \left(-20 t^{2} - 50\right) x^{3} + \left(4 t^{4} + 10 t^{2}\right) x^{2} + \left(24 t^{4} + 300 t^{2} + 625\right) x + \left(36 t^{4} + 95 t^{2}\right)$
|
| |