Properties

Label 7.1.14.19a4.2
Base \(\Q_{7}\)
Degree \(14\)
e \(14\)
f \(1\)
c \(19\)
Galois group $F_7 \times C_2$ (as 14T7)

Related objects

Downloads

Learn more

Show commands: Magma / SageMath

Defining polynomial

Copy content comment:Define the p-adic field
 
Copy content sage:Prec = 100 # Default precision of 100 Q7 = Qp(7, Prec); x = polygen(QQ) K.<a> = Q7.extension(x^14 + 35*x^6 + 21)
 
Copy content magma:Prec := 100; // Default precision of 100 Q7 := pAdicField(7, Prec); K := LocalField(Q7, Polynomial(Q7, [21, 0, 0, 0, 0, 0, 35, 0, 0, 0, 0, 0, 0, 0, 1]));
 

\(x^{14} + 35 x^{6} + 21\) Copy content Toggle raw display

Copy content comment:Defining polynomial
 
Copy content sage:K.defining_polynomial()
 
Copy content magma:DefiningPolynomial(K);
 

Invariants

Base field: $\Q_{7}$
Copy content comment:Base field Qp
 
Copy content sage:K.base()
 
Copy content magma:Q7;
 
Degree $d$: $14$
Copy content comment:Degree over Qp
 
Copy content sage:K.absolute_degree()
 
Copy content magma:Degree(K);
 
Ramification index $e$:$14$
Copy content comment:Ramification index
 
Copy content sage:K.absolute_e()
 
Copy content magma:RamificationIndex(K);
 
Residue field degree $f$:$1$
Copy content comment:Residue field degree (Inertia degree)
 
Copy content sage:K.absolute_f()
 
Copy content magma:InertiaDegree(K);
 
Discriminant exponent $c$:$19$
Copy content comment:Discriminant exponent
 
Copy content magma:Valuation(Discriminant(K));
 
Discriminant root field:$\Q_{7}(\sqrt{7})$
Root number: $-i$
$\Aut(K/\Q_{7})$: $C_2$
This field is not Galois over $\Q_{7}.$
Visible Artin slopes:$[\frac{3}{2}]$
Visible Swan slopes:$[\frac{1}{2}]$
Means:$\langle\frac{3}{7}\rangle$
Rams:$(1)$
Jump set:undefined
Roots of unity:$6 = (7 - 1)$
Copy content comment:Roots of unity
 
Copy content sage:len(K.roots_of_unity())
 

Intermediate fields

$\Q_{7}(\sqrt{7})$, 7.1.7.9a2.1

Fields in the database are given up to isomorphism. Isomorphic intermediate fields are shown with their multiplicities.

Canonical tower

Unramified subfield:$\Q_{7}$
Copy content comment:Maximal unramified subextension
 
Copy content sage:K.maximal_unramified_subextension()
 
Relative Eisenstein polynomial: \( x^{14} + 35 x^{6} + 21 \) Copy content Toggle raw display

Ramification polygon

Residual polynomials:$z^7 + 2$,$2 z^6 + 4$
Associated inertia:$1$,$6$
Indices of inseparability:$[6, 0]$

Invariants of the Galois closure

Galois degree: $84$
Galois group: $C_2\times F_7$ (as 14T7)
Inertia group: $D_7$ (as 14T2)
Wild inertia group: $C_7$
Galois unramified degree: $6$
Galois tame degree: $2$
Galois Artin slopes: $[\frac{3}{2}]$
Galois Swan slopes: $[\frac{1}{2}]$
Galois mean slope: $1.3571428571428572$
Galois splitting model: $x^{14} - 112 x^{12} + 4592 x^{10} - 84448 x^{8} + 720832 x^{6} - 2063488 x^{4} - 75264 x^{2} - 896$ Copy content Toggle raw display