Effective epimorphisms in Stonean
#
This file proves that EffectiveEpi
, Epi
and Surjective
are all equivalent in Stonean
.
As a consequence we deduce from the material in
Mathlib.Topology.Category.CompHausLike.EffectiveEpi
that Stonean
is Preregular
and Precoherent
.
We also prove that for a finite family of morphisms in Stonean
with fixed
target, the conditions jointly surjective, jointly epimorphic and effective epimorphic are all
equivalent.
An effective presentation of an X : CompHaus
with respect to the inclusion functor from Stonean
Equations
- Stonean.stoneanToCompHausEffectivePresentation X = { p := X.presentation, f := CompHaus.presentation.π X, effectiveEpi := ⋯ }
Instances For
theorem
Stonean.effectiveEpiFamily_tfae
{α : Type}
[Finite α]
{B : Stonean}
(X : α → Stonean)
(π : (a : α) → X a ⟶ B)
:
[CategoryTheory.EffectiveEpiFamily X π, CategoryTheory.Epi (CategoryTheory.Limits.Sigma.desc π), ∀ (b : ↑B.toTop), ∃ (a : α) (x : ↑(X a).toTop), (CategoryTheory.ConcreteCategory.hom (π a)) x = b].TFAE
theorem
Stonean.effectiveEpiFamily_of_jointly_surjective
{α : Type}
[Finite α]
{B : Stonean}
(X : α → Stonean)
(π : (a : α) → X a ⟶ B)
(surj : ∀ (b : ↑B.toTop), ∃ (a : α) (x : ↑(X a).toTop), (CategoryTheory.ConcreteCategory.hom (π a)) x = b)
: