Mathlib Map

Theorems · Inductive type · category theory

CategoryTheory.MorphismProperty.IsStableUnderTransfiniteCompositionOfShape

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    CategoryTheory.MorphismProperty C →
      (J : Type w) → [inst : LinearOrder J] → [SuccOrder J] → [OrderBot J] → [WellFoundedLT J] → Prop

A class of morphisms W : MorphismProperty C is stable under transfinite compositions of shape J if for any well-order-continuous functor F : J ⥤ C such that F.obj j ⟶ F.obj (Order.succ j) is in W, then F.obj ⊥ ⟶ c.pt is in W for any colimit cocone c : Cocone F.

Defined in
Mathlib.CategoryTheory.MorphismProperty.TransfiniteComposition
Cited by
7 results in Mathlib
Foundations
Depth 17 from the axioms · uses propext
Assumes
CategoryTheory.CategoryLinearOrderSuccOrderOrderBotWellFoundedLT

Around this declaration

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

CategoryTheory.MorphismProperty.transfiniteCompositionsOfShape_le · cited by 7MorphismProperty.transfin…CategoryTheory.MorphismProperty.transfiniteCompositionsOfShape_le_llp_rlp · cited by 3MorphismProperty.transfin…CategoryTheory.MorphismProperty.IsStableUnderTransfiniteCompositionOfShape.casesOn · cited by 1IsStableUnderTransfiniteC…CategoryTheory.MorphismProperty.IsStableUnderTransfiniteCompositionOfShape.le · cited by 1IsStableUnderTransfiniteC…CategoryTheory.MorphismProperty.isStableUnderTransfiniteCompositionOfShape_iff · cited by 1MorphismProperty.isStable…CategoryTheory.MorphismProperty.isStableUnderTransfiniteCompositionOfShape_iff_of_orderIso · cited by 1MorphismProperty.isStable…CategoryTheory.MorphismProperty.IsStableUnderTransfiniteComposition.casesOn · cited by 0IsStableUnderTransfiniteC…CategoryTheory.MorphismProperty.IsStableUnderTransfiniteComposition.recOn · cited by 0IsStableUnderTransfiniteC…CategoryTheory.MorphismProperty.IsStableUnderTransfiniteCompositionOfShape.congr_simp · cited by 0IsStableUnderTransfiniteC…CategoryTheory.MorphismProperty.IsStableUnderInfiniteComposition · cited by 0MorphismProperty.IsStable…CategoryTheory.MorphismProperty.IsStableUnderTransfiniteCompositionOfShape.of_isStableUnderColimitsOfShape · cited by 0IsStableUnderTransfiniteC…CategoryTheory.MorphismProperty.IsStableUnderTransfiniteCompositionOfShape.recOn · cited by 0IsStableUnderTransfiniteC…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryLinearOrder · cited by 8572LinearOrderCategoryTheory.MorphismProperty · cited by 2179CategoryTheory.MorphismPr…OrderBot · cited by 1055OrderBotSuccOrder · cited by 574SuccOrderWellFoundedLT · cited by 491WellFoundedLTMorphismProperty.IsStableUnde…CITED BYCITES

Cites6

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

Cited by12

Results whose statement or proof uses this declaration.