Theorems · Definition · category theory
CategoryTheory.MorphismProperty.ind
{C : Type u} →
[inst : CategoryTheory.Category.{v, u} C] → CategoryTheory.MorphismProperty C → CategoryTheory.MorphismProperty CLet P be a property of morphisms. P.ind is satisfied for f : X ⟶ Y
if there exists a family of natural maps tᵢ : X ⟶ Yᵢ and sᵢ : Yᵢ ⟶ Y indexed by J
such that
- J is filtered
- Y ≅ colim Yᵢ via {sᵢ}ᵢ
- tᵢ satisfies P for all i
- f = tᵢ ≫ sᵢ for all i.
See CategoryTheory.MorphismProperty.ind_iff_ind_under_mk for an equivalent characterization
in terms of Y as an object of Under X.
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 23 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.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homproof · cited by 32,603
- CategoryTheory.Functor.objproof · cited by 19,642
- CategoryTheory.CategoryStruct.compproof · cited by 17,999
- CategoryTheory.Functorproof · cited by 16,252
- CategoryTheory.NatTrans.appproof · cited by 7,406
- CategoryTheory.MorphismPropertystatement and proof · cited by 2,179
- CategoryTheory.Functor.constproof · cited by 1,264
- CategoryTheory.Limits.IsColimitproof · cited by 773
- CategoryTheory.SmallCategoryproof · cited by 480
- CategoryTheory.IsFilteredproof · cited by 210
Cited by7
Results whose statement or proof uses this declaration.
- CategoryTheory.MorphismProperty.IsStableUnderComposition.ind_of_preIndSpreadsstatement and proof · cited by 1
- CategoryTheory.MorphismProperty.ind_iff_existsstatement · cited by 1
- CategoryTheory.MorphismProperty.ind_iff_ind_underMkstatement and proof · cited by 1
- CategoryTheory.MorphismProperty.underObj_ind_eq_ind_underObjstatement · cited by 1
- CategoryTheory.MorphismProperty.le_indstatement · cited by 1
- CategoryTheory.MorphismProperty.ind_indstatement and proof · cited by 0
- CategoryTheory.MorphismProperty.IsMultiplicative.ind_of_preIndSpreadsstatement and proof · cited by 0