magma:G := TransitiveGroup(6, 4);
sage:G = TransitiveGroup(6, 4)
oscar:G = transitive_group(6, 4)
gap:G := TransitiveGroup(6, 4);
| Abstract group: | | $A_4$ |
magma:IdentifyGroup(G);
sage:G.id()
oscar:small_group_identification(G)
gap:IdGroup(G);
|
| Order: | | $12=2^{2} \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$: | | $6$ |
magma:t, n := TransitiveGroupIdentification(G); n;
sage:G.degree()
oscar:degree(G)
gap:NrMovedPoints(G);
|
| Transitive number $t$: | | $4$ |
magma:t, n := TransitiveGroupIdentification(G); t;
sage:G.transitive_number()
oscar:transitive_group_identification(G)[2]
gap:TransitiveIdentification(G);
|
| CHM label: | |
$A_{4}(6) = [2^{2}]3$
|
| 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: | | no |
magma:IsPrimitive(G);
sage:G.is_primitive()
oscar:is_primitive(G)
gap:IsPrimitive(G);
|
| $\card{\Aut(F/K)}$: | | $2$ |
magma:Order(Centralizer(SymmetricGroup(n), G));
sage:SymmetricGroup(6).centralizer(G).order()
oscar:order(centralizer(symmetric_group(6), G)[1])
gap:Order(Centralizer(SymmetricGroup(6), G));
|
| Generators: | | $(1,4)(2,5)$, $(1,3,5)(2,4,6)$ |
magma:Generators(G);
sage:G.gens()
oscar:gens(G)
gap:GeneratorsOfGroup(G);
|
Resolvents shown for degrees $\leq 47$
Degree 2: None
Degree 3: $C_3$
4T4, 12T4Siblings 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^{6}$ |
$1$ |
$1$ |
$0$ |
$()$ |
| 2A |
$2^{2},1^{2}$ |
$3$ |
$2$ |
$2$ |
$(1,4)(3,6)$ |
| 3A1 |
$3^{2}$ |
$4$ |
$3$ |
$4$ |
$(1,3,5)(2,4,6)$ |
| 3A-1 |
$3^{2}$ |
$4$ |
$3$ |
$4$ |
$(1,5,3)(2,6,4)$ |
Malle's constant $a(G)$:
$1/2$
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^{6} + \left(t + 3\right) x^{4} + t x^{2} - 1$
|
| |