Mathlib Map

Theorems · Theorem · commutative algebra

Ideal.relNorm_eq_pow_of_isPrime_isGalois

∀ {R : Type u_1} [inst : CommRing R] [inst_1 : IsDomain R] {S : Type u_3} [inst_2 : CommRing S] [inst_3 : IsDomain S]
  [inst_4 : IsIntegrallyClosed R] [inst_5 : IsIntegrallyClosed S] [inst_6 : Algebra R S] [inst_7 : Module.Finite R S]
  [inst_8 : Module.IsTorsionFree R S] [inst_9 : IsDedekindDomain R] [inst_10 : IsDedekindDomain S] (P : Ideal S)
  (p : Ideal R) [hPp : P.LiesOver p] [p.IsMaximal] [P.IsPrime] [IsGalois (FractionRing R) (FractionRing S)],
  (Ideal.relNorm R) P = p ^ P.inertiaDeg R

See Ideal.relNorm_eq_pow_of_isMaximal for a statement that does not require the extension to be Galois.

Defined in
Mathlib.RingTheory.Ideal.Norm.RelNorm
Cited by
1 results in Mathlib
Foundations
Depth 204 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingIsDomainCommRingIsDomainIsIntegrallyClosedIsIntegrallyClosedAlgebraModule.FiniteModule.IsTorsionFreeIsDedekindDomainIsDedekindDomainIdeal.LiesOverIdeal.IsMaximalIdeal.IsPrimeIsGalois

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites64

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.