Ring-theoretic results in terms of categorical languages #
THIS FILE IS SYNCHRONIZED WITH MATHLIB4. Any changes to this file require a corresponding PR to mathlib4.
@[protected, instance]
@[protected, instance]
theorem
is_localization.epi
{R : Type u_1}
[comm_ring R]
(M : submonoid R)
(S : Type u_1)
[comm_ring S]
[algebra R S]
[is_localization M S] :
@[protected, instance]
@[protected, instance]
@[protected, instance]
def
CommRing.is_local_ring_hom_comp
{R S T : CommRing}
(f : R ⟶ S)
(g : S ⟶ T)
[is_local_ring_hom g]
[is_local_ring_hom f] :
is_local_ring_hom (f ≫ g)
@[protected, instance]