Theorems · Definition · category theory
CategoryTheory.Functor.LeibnizAdjunction.adj
{C₁ : Type u₁} →
{C₂ : Type u₂} →
{C₃ : Type u₃} →
[inst : CategoryTheory.Category.{v₁, u₁} C₁] →
[inst_1 : CategoryTheory.Category.{v₂, u₂} C₂] →
[inst_2 : CategoryTheory.Category.{v₃, u₃} C₃] →
(F : CategoryTheory.Functor C₁ (CategoryTheory.Functor C₂ C₃)) →
(G : CategoryTheory.Functor C₁ᵒᵖ (CategoryTheory.Functor C₃ C₂)) →
(F ⊣₂ G) →
(X₁ : CategoryTheory.Arrow C₁) →
[inst_3 : CategoryTheory.Limits.HasPullbacks C₂] →
[inst_4 : CategoryTheory.Limits.HasPushouts C₃] →
F.leibnizPushout.obj X₁ ⊣ G.leibnizPullback.obj (Opposite.op X₁)Given a parametrized adjunction F ⊣₂ G and an arrow X₁ : Arrow C₁, this is the induced
adjunction F.leibnizPushout.obj X₁ ⊣ G.leibnizPullback.obj (op X₁).
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 45 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites31
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homproof · 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
- Oppositestatement and proof · cited by 8,081
- CategoryTheory.NatTrans.appproof · cited by 7,406
- CategoryTheory.CategoryStruct.idproof · cited by 6,235
- Equiv.symmproof · cited by 3,681
- CategoryTheory.Functor.idproof · cited by 3,333
- Opposite.unopproof · cited by 2,231
Cited by6
Results whose statement or proof uses this declaration.
- CategoryTheory.Functor.leibnizAdjunctionproof · cited by 1
- CategoryTheory.Functor.leibnizAdjunction_adjstatement · cited by 0
- CategoryTheory.Functor.LeibnizAdjunction.adj_counit_app_leftstatement and proof · cited by 0
- CategoryTheory.Functor.LeibnizAdjunction.adj_counit_app_rightstatement and proof · cited by 0
- CategoryTheory.Functor.LeibnizAdjunction.adj_unit_app_leftstatement and proof · cited by 0
- CategoryTheory.Functor.LeibnizAdjunction.adj_unit_app_rightstatement and proof · cited by 0