Theorems · Theorem · category theory
CategoryTheory.isLeftAdjoint_triangle_lift
∀ {A : Type u₁} {B : Type u₂} {C : Type u₃} [inst : CategoryTheory.Category.{v₁, u₁} A]
[inst_1 : CategoryTheory.Category.{v₂, u₂} B] [inst_2 : CategoryTheory.Category.{v₃, u₃} C]
{U : CategoryTheory.Functor A B} {F : CategoryTheory.Functor B A} (L : CategoryTheory.Functor C B) (adj₁ : F ⊣ U)
(h : (X : B) → CategoryTheory.RegularMono (adj₁.unit.app X)) [CategoryTheory.Limits.HasCoreflexiveEqualizers C]
[(L.comp F).IsLeftAdjoint], L.IsLeftAdjointThe adjoint triangle theorem: Suppose U : A ⥤ B has a left adjoint F such that each unit
η_X : X ⟶ UFX is a regular monomorphism. Then if a category C has equalizers of coreflexive
pairs, then a functor L : C ⥤ B has a right adjoint if the composite L ⋙ F does.
Note the converse is true (with weaker assumptions), by Adjunction.comp.
See https://ncatlab.org/nlab/show/adjoint+triangle+theorem
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 36 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- CategoryTheory.Functor.objstatement · cited by 19,642
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.NatTrans.appstatement and proof · cited by 7,406
- CategoryTheory.Functor.compstatement and proof · cited by 6,529
- Equiv.symmproof · cited by 3,681
- CategoryTheory.Functor.idstatement · cited by 3,333
- CategoryTheory.Adjunctionstatement and proof · cited by 524
- CategoryTheory.Adjunction.unitstatement and proof · cited by 387
- CategoryTheory.Functor.IsLeftAdjointstatement and proof · cited by 28
- CategoryTheory.RegularMonostatement and proof · cited by 14
- CategoryTheory.Adjunction.ofIsLeftAdjointproof · cited by 9
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.isLeftAdjoint_square_liftproof · cited by 0