Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.isColimitCoconeLeftOpOfCone

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    {J : Type u₂} →
      [inst_1 : CategoryTheory.Category.{v₂, u₂} J] →
        (F : CategoryTheory.Functor J Cᵒᵖ) →
          {c : CategoryTheory.Limits.Cone F} →
            CategoryTheory.Limits.IsLimit c →
              CategoryTheory.Limits.IsColimit (CategoryTheory.Limits.coconeLeftOpOfCone c)

Turn a limit of F : J ⥤ Cᵒᵖ into a colimit of F.leftOp : Jᵒᵖ ⥤ C.

Defined in
Mathlib.CategoryTheory.Limits.Opposites
Cited by
9 results in Mathlib
Foundations
Depth 28 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Category

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

CategoryTheory.Limits.colimitLeftOpIsoUnopLimit · cited by 4Limits.colimitLeftOpIsoUn…CategoryTheory.Limits.ι_comp_colimitLeftOpIsoUnopLimit_hom · cited by 2Limits.ι_comp_colimitLeft…CategoryTheory.Limits.preservesLimit_leftOp · cited by 1Limits.preservesLimit_lef…CategoryTheory.Limits.preservesLimit_of_rightOp · cited by 1Limits.preservesLimit_of_…CategoryTheory.Limits.preservesLimit_of_unop · cited by 1Limits.preservesLimit_of_…CategoryTheory.Limits.preservesLimit_op · cited by 1Limits.preservesLimit_opCategoryTheory.Limits.isColimitOfConeOfCoconeLeftOp · cited by 1Limits.isColimitOfConeOfC…CategoryTheory.ParametrizedAdjunction.preservesLimit_flip_obj · cited by 1ParametrizedAdjunction.pr…CategoryTheory.Limits.reflectsLimit_of_unop · cited by 1Limits.reflectsLimit_of_u…CategoryTheory.Limits.reflectsLimit_op · cited by 1Limits.reflectsLimit_opCategoryTheory.Limits.createsLimitOp · cited by 0Limits.createsLimitOpCategoryTheory.Limits.createsLimitRightOp · cited by 0Limits.createsLimitRightOpCategoryTheory.Limits.isColimitCoconeLeftOpOfCone_desc · cited by 0Limits.isColimitCoconeLef…CategoryTheory.Limits.createsLimitOfLeftOp · cited by 0Limits.createsLimitOfLeft…CategoryTheory.Limits.createsLimitOfUnop · cited by 0Limits.createsLimitOfUnopCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorOpposite · cited by 8081OppositeCategoryTheory.NatTrans.app · cited by 7406NatTrans.appCategoryTheory.Limits.Cocone.pt · cited by 1354Cocone.ptQuiver.Hom.unop · cited by 903Hom.unopCategoryTheory.Limits.IsColimit · cited by 773Limits.IsColimitCategoryTheory.Limits.Cocone · cited by 746Limits.CoconeCategoryTheory.Limits.Cone · cited by 710Limits.ConeCategoryTheory.Limits.IsLimit · cited by 664Limits.IsLimitCategoryTheory.Limits.Cocone.ι · cited by 605Cocone.ιCategoryTheory.Functor.leftOp · cited by 187Functor.leftOpCategoryTheory.Limits.IsLimit.lift · cited by 167IsLimit.liftLimits.isColimitCoconeLeftOpO…CITED BYCITES

Cites17

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by15

Results whose statement or proof uses this declaration.