Theorems · Theorem · commutative algebra
Ideal.comp_quotientMap_eq_of_comp_eq
∀ {R : Type u} [inst : Ring R] {S : Type v} [inst_1 : Ring S] {R' : Type u_5} {S' : Type u_6} [inst_2 : Ring R']
[inst_3 : Ring S'] {f : R →+* S} {f' : R' →+* S'} {g : R →+* R'} {g' : S →+* S'} (hfg : f'.comp g = g'.comp f)
(I : Ideal S') [inst_4 : I.IsTwoSided],
have leq := ⋯;
(Ideal.quotientMap I g' ⋯).comp (Ideal.quotientMap (Ideal.comap g' I) f ⋯) =
(Ideal.quotientMap I f' ⋯).comp (Ideal.quotientMap (Ideal.comap f' I) g leq)Commutativity of a square is preserved when taking quotients by an ideal.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 88 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- RingHomstatement and proof · cited by 10,189
- Ringstatement and proof · cited by 7,463
- Idealstatement and proof · cited by 4,748
- HasQuotient.Quotientstatement and proof · cited by 2,301
- le_rflstatement and proof · cited by 1,558
- RingHom.compstatement and proof · cited by 899
- Ideal.Quotient.mkproof · cited by 610
- Ideal.comapstatement and proof · cited by 443
- le_of_eqstatement · cited by 366
- RingHom.extproof · cited by 331
- Ideal.IsTwoSidedstatement and proof · cited by 179
Cited by1
Results whose statement or proof uses this declaration.
- Polynomial.jacobson_bot_of_integral_localizationproof · cited by 0