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