Theorems · Theorem · commutative algebra
Localization.localRingHom_comp
∀ {R : Type u_1} [inst : CommSemiring R] {P : Type u_3} [inst_1 : CommSemiring P] (I : Ideal R) [hI : I.IsPrime]
{S : Type u_4} [inst_2 : CommSemiring S] (J : Ideal S) [hJ : J.IsPrime] (K : Ideal P) [hK : K.IsPrime] (f : R →+* S)
(hIJ : I = Ideal.comap f J) (g : S →+* P) (hJK : J = Ideal.comap g K),
Localization.localRingHom I K (g.comp f) ⋯ =
(Localization.localRingHom J K g hJK).comp (Localization.localRingHom I J f hIJ)- Cited by
- 5 results in Mathlib
- Foundations
- Depth 66 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- CommSemiringstatement and proof · cited by 10,911
- RingHomstatement and proof · cited by 10,189
- Idealstatement and proof · cited by 4,748
- Algebra.algebraMapproof · cited by 4,706
- RingHom.compstatement and proof · cited by 899
- Ideal.IsPrimestatement and proof · cited by 827
- Ideal.primeComplstatement · cited by 462
- Ideal.comapstatement and proof · cited by 443
- Localization.AtPrimestatement and proof · cited by 299
- Localization.localRingHomstatement and proof · cited by 54
- Localization.localRingHom_to_mapproof · cited by 13
Cited by5
Results whose statement or proof uses this declaration.
- RingHom.SurjectiveOnStalks.compproof · cited by 3
- AlgebraicGeometry.StructureSheaf.comap_compproof · cited by 1
- MaximalSpectrum.mapPiLocalization_compproof · cited by 1
- PrimeSpectrum.mapPiLocalization_compproof · cited by 1
- RingHom.SurjectiveOnStalks.of_compproof · cited by 0