Mathlib Map

Theorems · Definition · category theory

CategoryTheory.ObjectProperty.ColimitOfShape.reindex

{C : Type u_1} →
  [inst : CategoryTheory.Category.{v_1, u_1} C] →
    {P : CategoryTheory.ObjectProperty C} →
      {J : Type u'} →
        [inst_1 : CategoryTheory.Category.{v', u'} J] →
          {J' : Type u''} →
            [inst_2 : CategoryTheory.Category.{v'', u''} J'] →
              {X : C} → P.ColimitOfShape J X → (G : CategoryTheory.Functor J' J) → [G.Final] → P.ColimitOfShape J' X

Change the index category for ObjectProperty.ColimitOfShape.

Defined in
Mathlib.CategoryTheory.ObjectProperty.ColimitsOfShape
Cited by
2 results in Mathlib
Foundations
Depth 45 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Functor.Final

Around this declaration

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

Cites8

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

Cited by2

Results whose statement or proof uses this declaration.