Documentation

Mathlib.Topology.Category.Profinite.EffectiveEpi

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.lean 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
Instances For
    theorem Profinite.effectiveEpiFamily_tfae {α : Type} [Finite α] {B : Profinite} (X : α → Profinite) (π : (a : α) → X a ⟶ B) :
    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) :