Mathlib Map

Theorems · Definition · category theory

CategoryTheory.MorphismProperty.TransfiniteCompositionOfShape.ofComposableArrows

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    (W : CategoryTheory.MorphismProperty C) →
      {n : ℕ} →
        (F : CategoryTheory.ComposableArrows C n) →
          (∀ (i : Fin n), W (F.map (CategoryTheory.homOfLE ⋯))) → W.TransfiniteCompositionOfShape (Fin (n + 1)) F.hom

If F : ComposableArrows C n and all maps F.obj i.castSucc ⟶ F.obj i.succ are in W, then F.hom : F.left ⟶ F.right is a transfinite composition of shape Fin (n + 1) of morphisms in W.

Defined in
Mathlib.CategoryTheory.MorphismProperty.TransfiniteComposition
Cited by
5 results in Mathlib
Foundations
Depth 66 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.Category

Around this declaration

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

CategoryTheory.MorphismProperty.TransfiniteCompositionOfShape.ofMem · cited by 1TransfiniteCompositionOfS…CategoryTheory.MorphismProperty.TransfiniteCompositionOfShape.id · cited by 0TransfiniteCompositionOfS…CategoryTheory.MorphismProperty.TransfiniteCompositionOfShape.ofComp · cited by 0TransfiniteCompositionOfS…CategoryTheory.MorphismProperty.TransfiniteCompositionOfShape.ofComposableArrows_F · cited by 0TransfiniteCompositionOfS…CategoryTheory.MorphismProperty.TransfiniteCompositionOfShape.ofComposableArrows_incl_app · cited by 0TransfiniteCompositionOfS…CategoryTheory.MorphismProperty.TransfiniteCompositionOfShape.ofComposableArrows_isColimit_desc · cited by 0TransfiniteCompositionOfS…CategoryTheory.MorphismProperty.TransfiniteCompositionOfShape.ofComposableArrows_isoBot_hom · cited by 0TransfiniteCompositionOfS…CategoryTheory.MorphismProperty.TransfiniteCompositionOfShape.ofComposableArrows_isoBot_inv · cited by 0TransfiniteCompositionOfS…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor.map · cited by 8698Functor.mapCategoryTheory.MorphismProperty · cited by 2179CategoryTheory.MorphismPr…CategoryTheory.ComposableArrows · cited by 627CategoryTheory.Composable…CategoryTheory.homOfLE · cited by 554CategoryTheory.homOfLEIsMax · cited by 372IsMaxCategoryTheory.ComposableArrows.left · cited by 40ComposableArrows.leftCategoryTheory.TransfiniteCompositionOfShape · cited by 32CategoryTheory.Transfinit…CategoryTheory.ComposableArrows.hom · cited by 28ComposableArrows.homCategoryTheory.ComposableArrows.right · cited by 22ComposableArrows.rightCategoryTheory.MorphismProperty.TransfiniteCompositionOfShape · cited by 20MorphismProperty.Transfin…Fin.castSucc_le_succ · cited by 17Fin.castSucc_le_succCategoryTheory.TransfiniteCompositionOfShape.ofComposableArrows · cited by 3TransfiniteCompositionOfS…TransfiniteCompositionOfShape…CITED BYCITES

Cites14

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

Cited by8

Results whose statement or proof uses this declaration.