magma:G := TransitiveGroup(4, 5);
sage:G = TransitiveGroup(4, 5)
oscar:G = transitive_group(4, 5)
gap:G := TransitiveGroup(4, 5);
| Abstract group: | | $S_4$ |
magma:IdentifyGroup(G);
sage:G.id()
oscar:small_group_identification(G)
gap:IdGroup(G);
|
| Order: | | $24=2^{3} \cdot 3$ |
magma:Order(G);
sage:G.order()
oscar:order(G)
gap:Order(G);
|
| Cyclic: | | no |
magma:IsCyclic(G);
sage:G.is_cyclic()
oscar:is_cyclic(G)
gap:IsCyclic(G);
|
| Abelian: | | no |
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: | | not nilpotent |
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$: | | $4$ |
magma:t, n := TransitiveGroupIdentification(G); n;
sage:G.degree()
oscar:degree(G)
gap:NrMovedPoints(G);
|
| Transitive number $t$: | | $5$ |
magma:t, n := TransitiveGroupIdentification(G); t;
sage:G.transitive_number()
oscar:transitive_group_identification(G)[2]
gap:TransitiveIdentification(G);
|
| CHM label: | |
$S4$
|
| 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: | | 4 |
| Primitive: | | yes |
magma:IsPrimitive(G);
sage:G.is_primitive()
oscar:is_primitive(G)
gap:IsPrimitive(G);
|
| $\card{\Aut(F/K)}$: | | $1$ |
magma:Order(Centralizer(SymmetricGroup(n), G));
sage:SymmetricGroup(4).centralizer(G).order()
oscar:order(centralizer(symmetric_group(4), G)[1])
gap:Order(Centralizer(SymmetricGroup(4), G));
|
| Generators: | | $(1,2,3,4)$, $(1,2)$ |
magma:Generators(G);
sage:G.gens()
oscar:gens(G)
gap:GeneratorsOfGroup(G);
|
Resolvents shown for degrees $\leq 47$
Degree 2: None
6T7, 6T8, 8T14, 12T8, 12T9, 24T10Siblings are shown 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^{4}$ |
$1$ |
$1$ |
$0$ |
$()$ |
| 2A |
$2^{2}$ |
$3$ |
$2$ |
$2$ |
$(1,2)(3,4)$ |
| 2B |
$2,1^{2}$ |
$6$ |
$2$ |
$1$ |
$(1,2)$ |
| 3A |
$3,1$ |
$8$ |
$3$ |
$2$ |
$(1,2,3)$ |
| 4A |
$4$ |
$6$ |
$4$ |
$3$ |
$(1,4,2,3)$ |
Malle's constant $a(G)$:
$1$
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);
| $f_{ 1 } =$ |
$x^{4}+s x^{2}+t x+t$
|
| The polynomial $f_{1}$ is generic for any base field $K$ |