Theorems · Definition · category theory
CategoryTheory.LiftLeftAdjoint.otherMap
{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) →
(F ⊣ U) → (F' ⊣ R.comp U) → (X : B) → F'.obj (U.obj (F.obj (U.obj X))) ⟶ F'.obj (U.obj X)(Implementation)
To construct the left adjoint, we use the coequalizer of F' U ε_Y with the composite
F' U F U X ⟶ F' U F U R F' U X ⟶ F' U R F' U X ⟶ F' U X
where the first morphism is F' U F ι_UX, the second is F' U ε_RF'UX, and the third is δ_F'UX.
We will show that this coequalizer exists and that it forms the object map for a left adjoint to
R.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 21 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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
- Quiver.Homstatement · cited by 32,603
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.CategoryStruct.compproof · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapproof · cited by 8,698
- CategoryTheory.NatTrans.appproof · cited by 7,406
- CategoryTheory.Functor.compstatement and proof · cited by 6,529
- CategoryTheory.Adjunctionstatement and proof · cited by 524
- CategoryTheory.Adjunction.unitproof · cited by 387
- CategoryTheory.Adjunction.counitproof · cited by 376
Cited by4
Results whose statement or proof uses this declaration.
- CategoryTheory.LiftLeftAdjoint.constructLeftAdjointObjproof · cited by 3
- CategoryTheory.LiftLeftAdjoint.constructLeftAdjointEquivproof · cited by 3
- CategoryTheory.LiftLeftAdjoint.constructLeftAdjointEquiv_symm_applystatement · cited by 0
- CategoryTheory.LiftLeftAdjoint.constructLeftAdjointEquiv_applystatement · cited by 0