Effective epimorphisms in TopCat #
This file proves the result TopCat.effectiveEpi_iff_isQuotientMap:
The effective epimorphisms in TopCat are precisely the quotient maps.
noncomputable def
TopCat.effectiveEpiStructOfQuotientMap
{B X : TopCat}
(π : X ⟶ B)
(hπ : Topology.IsQuotientMap ⇑(CategoryTheory.ConcreteCategory.hom π))
:
Implementation: If π is a morphism in TopCat which is a quotient map, then it is an effective
epimorphism. The theorem TopCat.effectiveEpi_iff_isQuotientMap should be used instead of
this definition.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The effective epimorphisms in TopCat are precisely the quotient maps.
@[deprecated TopCat.effectiveEpi_iff_isQuotientMap (since := "2024-10-22")]
Alias of TopCat.effectiveEpi_iff_isQuotientMap.
The effective epimorphisms in TopCat are precisely the quotient maps.