Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.LimitPresentation.reindex

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    {J : Type w} →
      [inst_1 : CategoryTheory.Category.{t, w} J] →
        {X : C} →
          CategoryTheory.Limits.LimitPresentation J X →
            {J' : Type u_1} →
              [inst_2 : CategoryTheory.Category.{v_1, u_1} J'] →
                (F : CategoryTheory.Functor J' J) → [F.Initial] → CategoryTheory.Limits.LimitPresentation J' X

Change the index category of a limit presentation.

Defined in
Mathlib.CategoryTheory.Limits.Presentation
Cited by
3 results in Mathlib
Foundations
Depth 44 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Functor.Initial

Around this declaration

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

Cites12

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

Cited by4

Results whose statement or proof uses this declaration.