Theorems · Definition · category theory
CategoryTheory.LiftRightAdjoint.constructRightAdjointEquiv
{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) →
(U' : CategoryTheory.Functor A C) →
(adj₁ : F ⊣ U) →
(adj₂ : L.comp F ⊣ U') →
[inst_3 : CategoryTheory.Limits.HasCoreflexiveEqualizers C] →
((X : B) → CategoryTheory.RegularMono (adj₁.unit.app X)) →
(Y : C) →
(X : B) →
(Y ⟶ CategoryTheory.LiftRightAdjoint.constructRightAdjointObj L U' adj₁ adj₂ X) ≃
(L.obj Y ⟶ X)The homset equivalence which helps show that L is a left adjoint.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 32 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites22
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.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapproof · cited by 8,698
- Equivstatement · cited by 8,337
- 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.Limits.parallelPairproof · cited by 766
- CategoryTheory.Adjunctionstatement and proof · cited by 524
Cited by4
Results whose statement or proof uses this declaration.
- CategoryTheory.isLeftAdjoint_triangle_liftproof · cited by 1
- CategoryTheory.LiftRightAdjoint.constructRightAdjointproof · cited by 1
- CategoryTheory.LiftRightAdjoint.constructRightAdjointEquiv_applystatement and proof · cited by 0
- CategoryTheory.LiftRightAdjoint.constructRightAdjointEquiv_symm_applystatement and proof · cited by 0