Theorems · Theorem · commutative algebra
Ideal.ideal_prod_prime
∀ {R : Type u} {S : Type v} [inst : Semiring R] [inst_1 : Semiring S] (I : Ideal (R × S)),
I.IsPrime ↔ (∃ p, p.IsPrime ∧ I = p.prod ⊤) ∨ ∃ p, p.IsPrime ∧ I = ⊤.prod pClassification of prime ideals in product rings: the prime ideals of R × S are precisely the
ideals of the form p × S or R × p, where p is a prime ideal of R or S.
- Defined in
- Mathlib.RingTheory.Ideal.Prod
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 71 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Semiringstatement and proof · cited by 13,802
- Top.topstatement and proof · cited by 9,680
- Idealstatement and proof · cited by 4,748
- Ideal.IsPrimestatement and proof · cited by 827
- Ideal.mapproof · cited by 692
- RingHom.sndproof · cited by 39
- RingHom.fstproof · cited by 36
- Ideal.prodstatement and proof · cited by 28
- Ideal.ideal_prod_eqproof · cited by 4
- Ideal.isPrime_ideal_prod_topproof · cited by 2
- Ideal.isPrime_of_isPrime_prod_topproof · cited by 2
- Ideal.isPrime_ideal_prod_top'proof · cited by 1
Cited by2
Results whose statement or proof uses this declaration.
- PrimeSpectrum.range_comap_fstproof · cited by 1
- PrimeSpectrum.range_comap_sndproof · cited by 1