Mathlib Map

Theorems · Theorem · commutative algebra

Ideal.exists_ideal_over_prime_of_isIntegral_of_isDomain

∀ {R : Type u_1} [inst : CommRing R] {S : Type u_2} [inst_1 : CommRing S] [inst_2 : Algebra R S] [IsDomain S]
  [Algebra.IsIntegral R S] (P : Ideal R) [P.IsPrime],
  RingHom.ker (algebraMap R S) ≤ P → ∃ Q, Q.IsPrime ∧ Ideal.comap (algebraMap R S) Q = P

comap (algebraMap R S) is a surjection from the prime spec of R to prime spec of S. hP : (algebraMap R S).ker ≤ P is a slight generalization of the extension being injective

Defined in
Mathlib.RingTheory.Ideal.GoingUp
Cited by
2 results in Mathlib
Foundations
Depth 116 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingCommRingAlgebraIsDomainAlgebra.IsIntegralIdeal.IsPrime

Around this declaration

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

Cites31

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

Cited by2

Results whose statement or proof uses this declaration.