Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Adjunction.Quadruple.epi_leftTriple_leftToRight_iff_mono_rightTriple_rightToLeft

∀ {C : Type u₁} {D : Type u₂} [inst : CategoryTheory.Category.{v₁, u₁} C] [inst_1 : CategoryTheory.Category.{v₂, u₂} D]
  {L : CategoryTheory.Functor C D} {F : CategoryTheory.Functor D C} {G : CategoryTheory.Functor C D}
  {R : CategoryTheory.Functor D C} (q : CategoryTheory.Adjunction.Quadruple L F G R) [inst_2 : L.Full]
  [inst_3 : L.Faithful] [inst_4 : G.Full] [inst_5 : G.Faithful] [CategoryTheory.Limits.HasPullbacks C]
  [CategoryTheory.Limits.HasPushouts D],
  CategoryTheory.Epi q.leftTriple.leftToRight ↔ CategoryTheory.Mono q.rightTriple.rightToLeft

For an adjoint quadruple L ⊣ F ⊣ G ⊣ R where L and G are fully faithful and their domain and codomain have all pullbacks resp. pushouts, the natural transformation L ⟶ G is an epimorphism iff the natural transformation R ⟶ F is a monomorphism.

Defined in
Mathlib.CategoryTheory.Adjunction.Quadruple
Cited by
0 results in Mathlib
Foundations
Depth 43 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Functor.FullCategoryTheory.Functor.FaithfulCategoryTheory.Functor.FullCategoryTheory.Functor.FaithfulCategoryTheory.Limits.HasPullbacksCategoryTheory.Limits.HasPushouts

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites17

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.