Mathlib Map

Theorems · Theorem · commutative algebra

Ideal.map_algebraMap_eq_finset_prod_pow

Deprecated since 2026-04-08Use Ideal.map_algebraMap_eq_finsetProd_pow instead.

∀ {R : Type u_1} [inst : CommRing R] [inst_1 : IsDedekindDomain R] {S : Type u_3} [inst_2 : CommRing S]
  [inst_3 : Algebra S R] [inst_4 : Algebra.IsIntegral S R] [inst_5 : IsDomain S] [inst_6 : Module.IsTorsionFree S R]
  {p : Ideal S} [inst_7 : p.IsMaximal],
  p ≠ 0 → Ideal.map (algebraMap S R) p = ∏ P ∈ (p.primesOver R).toFinset, P ^ P.ramificationIdx S

Alias of Ideal.map_algebraMap_eq_finsetProd_pow. If p is a maximal ideal, then the lift of p in an extension is the product of the primes over p to the power the ramification index.

Defined in
Mathlib.RingTheory.DedekindDomain.Factorization
Cited by
0 results in Mathlib
Foundations
Depth 156 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingIsDedekindDomainCommRingAlgebraAlgebra.IsIntegralIsDomainModule.IsTorsionFreeIdeal.IsMaximal

Around this declaration

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

Cites16

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

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.