Theorems · Definition · category theory
CategoryTheory.Limits.IsLimit.ofRightAdjoint
{J : Type u₁} →
[inst : CategoryTheory.Category.{v₁, u₁} J] →
{K : Type u₂} →
[inst_1 : CategoryTheory.Category.{v₂, u₂} K] →
{C : Type u₃} →
[inst_2 : CategoryTheory.Category.{v₃, u₃} C] →
{F : CategoryTheory.Functor J C} →
{D : Type u₄} →
[inst_3 : CategoryTheory.Category.{v₄, u₄} D] →
{G : CategoryTheory.Functor K D} →
{left : CategoryTheory.Functor (CategoryTheory.Limits.Cone F) (CategoryTheory.Limits.Cone G)} →
{right : CategoryTheory.Functor (CategoryTheory.Limits.Cone G) (CategoryTheory.Limits.Cone F)} →
(left ⊣ right) →
{c : CategoryTheory.Limits.Cone G} →
CategoryTheory.Limits.IsLimit c → CategoryTheory.Limits.IsLimit (right.obj c)Given a right adjoint functor between categories of cones, the image of a limit cone is a limit cone.
- Defined in
- Mathlib.CategoryTheory.Limits.IsLimit
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 30 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Limits.Conestatement and proof · cited by 710
- CategoryTheory.Limits.IsLimitstatement and proof · cited by 664
- CategoryTheory.Adjunctionstatement and proof · cited by 524
- CategoryTheory.Adjunction.homEquivproof · cited by 202
- CategoryTheory.Limits.IsLimit.liftConeMorphismproof · cited by 18
- CategoryTheory.Limits.IsLimit.mkConeMorphismproof · cited by 1
Cited by5
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.IsLimit.ofConeEquivproof · cited by 5
- CategoryTheory.Limits.IsLimit.ofWhiskerEquivalenceproof · cited by 2
- CategoryTheory.Limits.IsLimit.whiskerEquivalenceproof · cited by 2
- CategoryTheory.WithTerminal.isLimitEquiv_apply_lift_leftstatement and proof · cited by 0