Effective epimorphisms in CompHaus
#
This file proves that EffectiveEpi
, Epi
and Surjective
are all equivalent in CompHaus
.
As a consequence we deduce from the material in
Mathlib.Topology.Category.CompHausLike.EffectiveEpi
that CompHaus
is Preregular
and Precoherent
.
We also prove that for a finite family of morphisms in CompHaus
with fixed
target, the conditions jointly surjective, jointly epimorphic and effective epimorphic are all
equivalent.
Projects #
theorem
CompHaus.effectiveEpi_tfae
{B : CompHaus}
{X : CompHaus}
(π : X ⟶ B)
:
[CategoryTheory.EffectiveEpi π, CategoryTheory.Epi π, Function.Surjective ⇑π].TFAE
Equations
theorem
CompHaus.effectiveEpiFamily_tfae
{α : Type}
[Finite α]
{B : CompHaus}
(X : α → CompHaus)
(π : (a : α) → X a ⟶ B)
:
[CategoryTheory.EffectiveEpiFamily X π, CategoryTheory.Epi (CategoryTheory.Limits.Sigma.desc π),
∀ (b : ↑B.toTop), ∃ (a : α) (x : ↑(X a).toTop), (π a) x = b].TFAE