Theorems · Theorem · category theory
CategoryTheory.LiftLeftAdjoint.constructLeftAdjointEquiv_symm_apply
∀ {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) (adj₂ : F' ⊣ R.comp U)
[inst_3 : CategoryTheory.Limits.HasReflexiveCoequalizers A]
(h : (X : B) → CategoryTheory.RegularEpi (adj₁.counit.app X)) (Y : A) (X : B) (a : X ⟶ R.obj Y),
(CategoryTheory.LiftLeftAdjoint.constructLeftAdjointEquiv R F' adj₁ adj₂ h Y X).symm a =
(CategoryTheory.Limits.Cofork.IsColimit.homIso
(CategoryTheory.Limits.colimit.isColimit
(CategoryTheory.Limits.parallelPair (F'.map (U.map (adj₁.counit.app X)))
(CategoryTheory.LiftLeftAdjoint.otherMap R F' adj₁ adj₂ X)))
Y).symm
⟨(adj₂.homEquiv (U.obj X) Y).symm
((adj₁.homEquiv (U.obj X) (R.obj Y))
↑((CategoryTheory.Limits.Cofork.IsColimit.homIso (CategoryTheory.LiftLeftAdjoint.counitCoequalises adj₁ h X)
(R.obj Y))
a)),
⋯⟩- Cited by
- 0 results in Mathlib
- Foundations
- Depth 33 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites27
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapstatement · 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.symmstatement and proof · cited by 3,681
- CategoryTheory.Functor.idstatement · cited by 3,333
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.