Theorems · Theorem · category theory
CategoryTheory.MorphismProperty.ind_iff_exists
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {P : CategoryTheory.MorphismProperty C},
P ≤ CategoryTheory.MorphismProperty.isFinitelyPresentable C →
∀ {X Y : C} (f : X ⟶ Y) [CategoryTheory.IsFinitelyAccessibleCategory (CategoryTheory.Under X)],
P.ind f ↔
∀ {Z : C} (p : X ⟶ Z) (g : Z ⟶ Y),
CategoryTheory.MorphismProperty.isFinitelyPresentable C p →
CategoryTheory.CategoryStruct.comp p g = f →
∃ W u v, CategoryTheory.CategoryStruct.comp u v = g ∧ P (CategoryTheory.CategoryStruct.comp p u)- Cited by
- 1 results in Mathlib
- Foundations
- Depth 115 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites23
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.Homstatement and proof · cited by 32,603
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Category.assocproof · cited by 6,433
- CategoryTheory.MorphismPropertystatement and proof · cited by 2,179
- CategoryTheory.Comma.rightproof · cited by 727
- CategoryTheory.Comma.homproof · cited by 490
- CategoryTheory.Understatement and proof · cited by 276
- CategoryTheory.Under.rightproof · cited by 128
- CategoryTheory.Under.homproof · cited by 73
- CategoryTheory.Under.Hom.rightproof · cited by 67
- CategoryTheory.Under.mkproof · cited by 65
Cited by1
Results whose statement or proof uses this declaration.