Documentation

Mathlib.Topology.Category.CompHaus.EffectiveEpi

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.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
theorem CompHaus.effectiveEpiFamily_of_jointly_surjective {α : Type} [Finite α] {B : CompHaus} (X : αCompHaus) (π : (a : α) → X a B) (surj : ∀ (b : B.toTop), ∃ (a : α) (x : (X a).toTop), (π a) x = b) :