GaloisRep K A M
are the A
-linear galois reps of a field K
on the A
-module M
.
Equations
- GaloisRep K A M = (Field.absoluteGaloisGroup K →ₜ* Module.End A M)
Instances For
The kernel of a galois rep.
Instances For
A field extension induces a map between galois reps. Note that this relies on an arbitrarily chosen embedding of the algebraic closures.
Equations
Instances For
A framed galois rep is a galois rep with a distinguished basis.
We implement it by via a galois rep on Aⁿ
.
Equations
- FramedGaloisRep K A n = GaloisRep K A (n → A)
Instances For
A field extension induces a map between framed galois reps. Note that this relies on an arbitrarily chosen embedding of the algebraic closures.
Equations
- ρ.map f = GaloisRep.map ρ f
Instances For
We can conjugate a galois rep by a linear isomorphism on the space.
Equations
- ρ.conj e = (↑(ContinuousAlgEquiv.ofIsModuleTopology (LinearEquiv.algConj A e))).toContinuousMonoidHom.comp ρ
Instances For
Equivalent modules have equivalent set of galois reps.
Equations
Instances For
Given a basis, we may frame a galois rep into a framed galois rep.
Instances For
Given a basis of M
, we may realize a framed galois rep as a galois rep on M
.
Equations
- ρ.unframe b = GaloisRep.conj ρ (b.repr.trans (Finsupp.linearEquivFunOnFinite A A n)).symm
Instances For
A
-linear framed galois reps are equivalent to continuous homomorphisms into GLₙ(A)
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Make an A
-linear framed galois reps from a continuous hom into GLₙ(A)
.
Equations
Instances For
1
-dimensional framed galois reps are equivalent to (continuous) characters.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The determinant of a galois rep.
Instances For
Make a A
-linear galois rep on M
into a B
-linear rep on B ⊗ M
.
Equations
- GaloisRep.baseChange B ρ = { toMonoidHom := ↑↑(Module.End.baseChangeHom A B M), continuous_toFun := ⋯ }.comp ρ
Instances For
Make a framed n
dimensional A
-linear galois rep into a B
-linear rep by composing with
GLₙ(A) → GLₙ(B)
.
Equations
- ρ.baseChange f hf = FramedGaloisRep.ofGL ((Units.mapₜ { toMonoidHom := ↑f.mapMatrix, continuous_toFun := ⋯ }).comp (FramedGaloisRep.GL ρ))
Instances For
Given a (global) galois rep, this is the local galois rep at a finite prime v
.
Note: this fixes an arbitrary embedding Kᵃˡᵍ → Kᵥᵃˡᵍ
, or equivalently,
an arbitrary choice of valuation on Kᵃˡᵍ
extending v
.
Equations
- ρ.toLocal v = ρ.map (algebraMap K (IsDedekindDomain.HeightOneSpectrum.adicCompletion K v))
Instances For
The class of galois reps unramified at v
.
Instances
The characteristic polynomial of the frobenious conjugacy class at v
under ρ
.
Equations
Instances For
The underlying space of a galois rep. This is a type class synonym that allows G
to act
on it via ρ
.
Instances For
Equations
Equations
- instDistribMulActionAbsoluteGaloisGroupSpace ρ = { smul := fun (g : Field.absoluteGaloisGroup K) (v : ρ.Space) => (ρ g) v, one_smul := ⋯, mul_smul := ⋯, smul_zero := ⋯, smul_add := ⋯ }
A galois rep ρ : Γ K → Aut_A(M)
has a flat prolongation at v
if M
(when viewed as a
Γ Kᵥ
) module is isomorphic to the geometric points of a finite etale hopf algebra over Kᵥ
, and
there exists an finite flat hopf algebra over 𝒪ᵥ
whose generic fiber is isomorphic to it.
In particular this requires M
(and by extension A
) to have finite cardinality.
Note that the Algebra.Etale Kᵥ (Kᵥ ⊗[𝒪ᵥ] G)
condition is redundant because Kᵥ
has char 0
and all finite flat group schemes over Kᵥ
are etale.
But this would be hard to prove in general, while in the applications they would come from
finite groups so it would be easy to show that they are etale. If this turns out to not be the case,
we can remove this condition and state the aformentioned result as a sorry.
Equations
- One or more equations did not get rendered due to their size.
Instances For
A galois rep ρ : Γ K → Aut_A(M)
is flat at v
if A/I ⊗ M
has a flat prolongation at v
for all open ideals I
.
- cond (I : Ideal A) : IsOpen ↑I → HasFlatProlongationAt v (baseChange (A ⧸ I) ρ)
Instances
A Galois representation is a representation (note that we are forgetting topological information here).
Equations
Instances For
Irreducibility of a Galois representation over a field.