Documentation

LeanPool.Neukirch.ExtensionOfDedekindDomains

LeanPool.Neukirch.ExtensionOfDedekindDomains #

Imported Lean Pool material for LeanPool.Neukirch.ExtensionOfDedekindDomains.

theorem Ideal.ramificationIdx_algebra_tower_of_eq {R : Type u_1} {S : Type u_2} {T : Type u_3} [CommRing R] [CommRing S] [CommRing T] [Algebra R S] [Algebra S T] [Algebra R T] [IsScalarTower R S T] [IsDedekindDomain S] [IsDedekindDomain T] {p : Ideal R} {P : Ideal S} {Q : Ideal T} [hpm : P.IsPrime] [hqm : Q.IsPrime] (_hf0 : map (algebraMap R S) p ) (hg0 : map (algebraMap S T) P ) (hfg : map (algebraMap R T) p ) (_hp0 : P ) (_hq0 : Q 0) (hg : P = comap (algebraMap S T) Q) :

Multiplicativity of the ramification index in a tower of Dedekind domains, stated with the hypotheses used by the Hilbert ramification development.

theorem Ideal.inertiaDeg_algebra_tower_of_eq {R : Type u_1} {S : Type u_2} {T : Type u_3} [CommRing R] [CommRing S] [CommRing T] [Algebra R S] [Algebra S T] [Algebra R T] [IsScalarTower R S T] {p : Ideal R} {P : Ideal S} {I : Ideal T} [p.IsMaximal] [P.IsMaximal] [Nontrivial (T I)] (hp : p = comap (algebraMap R S) P) (hP : P = comap (algebraMap S T) I) :

Multiplicativity of the inertia degree in a tower of Dedekind domains, stated with the hypotheses used by the Hilbert ramification development.

class Ideal.Nonsplit {R : Type u_4} {S : Type u_5} [CommRing R] [CommRing S] (f : R →+* S) (p : Ideal R) :

The decomposition of a prime in a tower is Nonsplit when there is a unique prime above.

Instances