Theorems · Definition · category theory
CategoryTheory.LiftLeftAdjoint.constructLeftAdjoint
{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 B C} →
{F : CategoryTheory.Functor C B} →
(R : CategoryTheory.Functor A B) →
(F' : CategoryTheory.Functor C A) →
(adj₁ : F ⊣ U) →
(F' ⊣ R.comp U) →
[CategoryTheory.Limits.HasReflexiveCoequalizers A] →
((X : B) → CategoryTheory.RegularEpi (adj₁.counit.app X)) → CategoryTheory.Functor B AConstruct the left adjoint to R, with object map constructLeftAdjointObj.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 35 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
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
- CategoryTheory.Functor.idstatement · cited by 3,333
- CategoryTheory.Adjunctionstatement and proof · cited by 524
- CategoryTheory.Adjunction.counitstatement and proof · cited by 376
- CategoryTheory.RegularEpistatement and proof · cited by 16
- CategoryTheory.Limits.HasReflexiveCoequalizersstatement and proof · cited by 9
- CategoryTheory.Adjunction.leftAdjointOfEquivproof · cited by 7
- CategoryTheory.LiftLeftAdjoint.constructLeftAdjointEquivproof · cited by 3
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.isRightAdjoint_triangle_liftproof · cited by 1