Documentation

Mathlib.Topology.Category.Stonean.EffectiveEpi

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.

noncomputable def Stonean.stoneanToCompHausEffectivePresentation (X : CompHaus) :
Stonean.toCompHaus.EffectivePresentation X

An effective presentation of an X : CompHaus with respect to the inclusion functor from Stonean

Equations
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), (π 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), (π a) x = b) :