Theorems · Theorem · commutative algebra
Ideal.quotient_mk_maps_eq
∀ {R : Type u_1} [inst : CommRing R] (P : Ideal (Polynomial R)),
((Ideal.Quotient.mk (Ideal.map (Polynomial.mapRingHom (Ideal.Quotient.mk (Ideal.comap Polynomial.C P))) P)).comp
Polynomial.C).comp
(Ideal.Quotient.mk (Ideal.comap Polynomial.C P)) =
(Ideal.quotientMap (Ideal.map (Polynomial.mapRingHom (Ideal.Quotient.mk (Ideal.comap Polynomial.C P))) P)
(Polynomial.mapRingHom (Ideal.Quotient.mk (Ideal.comap Polynomial.C P))) ⋯).comp
((Ideal.Quotient.mk P).comp Polynomial.C)The identity in this lemma asserts that the "obvious" square
``
R → (R / (P ∩ R))
↓ ↓
R[x] / P → (R / (P ∩ R))[x] / (P / (P ∩ R))
`
commutes. It is used, for instance, in the proof of quotient_mk_comp_C_is_integral_of_jacobson,
in the file Mathlib/RingTheory/Jacobson/Polynomial.lean`.
- Defined in
- Mathlib.RingTheory.Ideal.GoingUp
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 106 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.
Cites17
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · 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
- HasQuotient.Quotientstatement · cited by 2,301
- Polynomial.Cstatement and proof · cited by 1,598
- RingHom.compstatement · cited by 899
- Ideal.mapstatement and proof · cited by 692
- Ideal.Quotient.mkstatement and proof · cited by 610
- Ideal.comapstatement and proof · cited by 443
- RingHom.extproof · cited by 331
Cited by1
Results whose statement or proof uses this declaration.
- Polynomial.quotient_mk_comp_C_isIntegral_of_isJacobsonRingproof · cited by 2