magma:G := TransitiveGroup(4, 1);
sage:G = TransitiveGroup(4, 1)
oscar:G = transitive_group(4, 1)
gap:G := TransitiveGroup(4, 1);
| Abstract group: | | $C_4$ |
magma:IdentifyGroup(G);
sage:G.id()
oscar:small_group_identification(G)
gap:IdGroup(G);
|
| Order: | | $4=2^{2}$ |
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$: | | $4$ |
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(4) = 4$
|
| 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)}$: | | $4$ |
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)$ |
magma:Generators(G);
sage:G.gens()
oscar:gens(G)
gap:GeneratorsOfGroup(G);
|
Resolvents shown for degrees $\leq 47$
Degree 2: $C_2$
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^{4}$ |
$1$ |
$1$ |
$0$ |
$()$ |
| 2A |
$2^{2}$ |
$1$ |
$2$ |
$2$ |
$(1,3)(2,4)$ |
| 4A1 |
$4$ |
$1$ |
$4$ |
$3$ |
$(1,2,3,4)$ |
| 4A-1 |
$4$ |
$1$ |
$4$ |
$3$ |
$(1,4,3,2)$ |
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);
|
Complete
list of indecomposable integral representations:
| Name | Dim |
$(1,2,3,4) \mapsto $ |
| Triv | $1$ |
$\left(\begin{array}{r}1\end{array}\right)$ |
| $B$ | $1$ |
$\left(\begin{array}{r}-1\end{array}\right)$ |
| $C$ | $2$ |
$\left(\begin{array}{rr}0 & -1\\1 & 0\end{array}\right)$ |
| $E$ | $2$ |
$\left(\begin{array}{rr}0 & 1\\1 & 0\end{array}\right)$ |
| $(C,\text{Triv})$ | $3$ |
$\left(\begin{array}{rrr}1 & 0 & 1\\0 & 0 & -1\\0 & 1 & 0\end{array}\right)$ |
| $(C,B)$ | $3$ |
$\left(\begin{array}{rrr}-1 & 0 & 1\\0 & 0 & -1\\0 & 1 & 0\end{array}\right)$ |
| $(C,E)$ | $4$ |
$\left(\begin{array}{rrrr}0 & 1 & 0 & 0\\1 & 0 & 0 & 1\\0 & 0 & 0 & -1\\0 & 0 & 1 & 0\end{array}\right)$ |
| $(C,E)'$ | $4$ |
$\left(\begin{array}{rrrr}0 & 1 & 0 & 1\\1 & 0 & 0 & -1\\0 & 0 & 0 & -1\\0 & 0 & 1 & 0\end{array}\right)$ |
| $(C,\text{Triv}+B)$ | $4$ |
$\left(\begin{array}{rrrr}1 & 0 & 0 & 1\\0 & -1 & 0 & 1\\0 & 0 & 0 & -1\\0 & 0 & 1 & 0\end{array}\right)$ |
|
The decomposition of an arbitrary integral representation as a direct
sum of indecomposables is unique.
| $f_{ 1 } =$ |
$x^{4} −2 s \left(1+t^{2}\right)x^{2} +s^{2} t^{2} \left(1+t^{2}\right)$
|
| The polynomial $f_{1}$ is generic for any base field $K$ of characteristic $\neq$ 2 |