Documentation

Mathlib.NumberTheory.NumberField.Completion.Ramification

Ramification theory of completions of number fields #

This file studies the ramification of completions of number fields.

Main definitions #

Main results #

Tags #

number field, infinite places, ramification

If w is a ramified place over v then w.Completion has v.Completion dimension two.

If w is an unramified place over v then w.Completion has v.Completion dimension one.

noncomputable def NumberField.InfinitePlace.inertiaDeg {K : Type u_1} {L : Type u_2} [Field K] [Field L] [Algebra K L] (v : InfinitePlace K) (w : InfinitePlace L) :

The inertia degree of w over v.

Equations
Instances For
    theorem NumberField.InfinitePlace.inertiaDeg_eq_two {K : Type u_1} {L : Type u_2} [Field K] [Field L] [Algebra K L] {v : InfinitePlace K} {w : InfinitePlace L} (hw : w ramifiedPlacesOver L v) :

    The degree of L over K is equal to the sum of the inertia degrees of the places over v.