Mathlib Map

Theorems · Definition · category theory

CategoryTheory.TransfiniteCompositionOfShape.ici

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    {J : Type w} →
      [inst_1 : LinearOrder J] →
        [inst_2 : OrderBot J] →
          {X Y : C} →
            {f : X ⟶ Y} →
              [inst_3 : SuccOrder J] →
                [inst_4 : WellFoundedLT J] →
                  (c : CategoryTheory.TransfiniteCompositionOfShape J f) →
                    (j : J) → CategoryTheory.TransfiniteCompositionOfShape (↑(Set.Ici j)) (c.incl.app j)

A transfinite composition of shape J induces a transfinite composition of shape Set.Ici j for any j : J.

Defined in
Mathlib.CategoryTheory.Limits.Shapes.Preorder.TransfiniteCompositionOfShape
Cited by
3 results in Mathlib
Foundations
Depth 53 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryLinearOrderOrderBotSuccOrderWellFoundedLT

Around this declaration

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

Cites24

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.