Theorems · Theorem · commutative algebra
Ideal.exists_nonzero_mem_of_ne_bot
∀ {R : Type u_1} [inst : CommRing R] {P : Ideal (Polynomial R)},
P ≠ ⊥ →
(∀ (x : R), Polynomial.C x ∈ P → x = 0) →
∃ p ∈ P, Polynomial.map (Ideal.Quotient.mk (Ideal.comap Polynomial.C P)) p ≠ 0This technical lemma asserts the existence of a polynomial p in an ideal P ⊂ R[x]
that is non-zero in the quotient R / (P ∩ R) [x]. The assumptions are equivalent to
P ≠ 0 and P ∩ R = (0).
- Defined in
- Mathlib.RingTheory.Ideal.GoingUp
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 108 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommRing
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites22
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- CommRingstatement and proof · cited by 17,173
- RingHomstatement · cited by 10,189
- Polynomialstatement and proof · cited by 5,681
- Idealstatement and proof · cited by 4,748
- Bot.botstatement and proof · cited by 4,720
- HasQuotient.Quotientstatement · cited by 2,301
- Polynomial.Cstatement and proof · cited by 1,598
- Polynomial.mapstatement and proof · cited by 806
- Ideal.Quotient.mkstatement and proof · cited by 610
- Ideal.comapstatement and proof · cited by 443
- Polynomial.mapRingHomproof · cited by 98
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.