Mathlib Map

Theorems · Inductive type · category theory

CategoryTheory.TransfiniteCompositionOfShape

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    (J : Type w) →
      [inst_1 : LinearOrder J] →
        [OrderBot J] → {X Y : C} → (X ⟶ Y) → [SuccOrder J] → [WellFoundedLT J] → Type (max (max u v) w)

Given a well-ordered type J, a morphism f : X ⟶ Y in a category C is a transfinite composition of shape J if we have a well order continuous functor F : J ⥤ C, an isomorphism F.obj ⊥ ≅ X, a colimit cocone for F whose point is Y, such that the composition X ⟶ F.obj ⊥ ⟶ Y is f.

Defined in
Mathlib.CategoryTheory.Limits.Shapes.Preorder.TransfiniteCompositionOfShape
Cited by
32 results in Mathlib
Foundations
Depth 17 from the axioms · uses propext
Assumes
CategoryTheory.CategoryLinearOrderOrderBotSuccOrderWellFoundedLT

Around this declaration

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

CategoryTheory.TransfiniteCompositionOfShape.F · cited by 47TransfiniteCompositionOfS…CategoryTheory.MorphismProperty.TransfiniteCompositionOfShape.toTransfiniteCompositionOfShape · cited by 24TransfiniteCompositionOfS…CategoryTheory.TransfiniteCompositionOfShape.incl · cited by 22TransfiniteCompositionOfS…HomotopicalAlgebra.RelativeCellComplex.toTransfiniteCompositionOfShape · cited by 17RelativeCellComplex.toTra…CategoryTheory.TransfiniteCompositionOfShape.isoBot · cited by 14TransfiniteCompositionOfS…CategoryTheory.TransfiniteCompositionOfShape.isColimit · cited by 7TransfiniteCompositionOfS…CategoryTheory.MorphismProperty.TransfiniteCompositionOfShape.ofComposableArrows · cited by 5TransfiniteCompositionOfS…CategoryTheory.SmallObject.relativeCellComplexιObj · cited by 4SmallObject.relativeCellC…CategoryTheory.TransfiniteCompositionOfShape.map · cited by 4TransfiniteCompositionOfS…CategoryTheory.TransfiniteCompositionOfShape.ofArrowIso · cited by 4TransfiniteCompositionOfS…CategoryTheory.TransfiniteCompositionOfShape.ici · cited by 3TransfiniteCompositionOfS…CategoryTheory.TransfiniteCompositionOfShape.iic · cited by 3TransfiniteCompositionOfS…CategoryTheory.TransfiniteCompositionOfShape.ofComposableArrows · cited by 3TransfiniteCompositionOfS…CategoryTheory.TransfiniteCompositionOfShape.ofOrderIso · cited by 3TransfiniteCompositionOfS…CategoryTheory.SmallObject.transfiniteCompositionOfShapeιIterationAppRight · cited by 3SmallObject.transfiniteCo…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomLinearOrder · cited by 8572LinearOrderOrderBot · cited by 1055OrderBotSuccOrder · cited by 574SuccOrderWellFoundedLT · cited by 491WellFoundedLTCategoryTheory.TransfiniteCom…CITED BYCITES

Cites6

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

Cited by71

Results whose statement or proof uses this declaration.