Theorems · Theorem · category theory
CategoryTheory.ObjectProperty.ind_iff_exists
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {P : CategoryTheory.ObjectProperty C},
P ≤ CategoryTheory.ObjectProperty.isFinitelyPresentable C →
∀ [CategoryTheory.IsFinitelyAccessibleCategory C] {X : C},
P.ind X ↔
∀ {Z : C} (g : Z ⟶ X) [CategoryTheory.IsFinitelyPresentable Z],
∃ W u v, CategoryTheory.CategoryStruct.comp u v = g ∧ P WIf C is finitely accessible and P implies finitely presentable, then X
satisfies ind P if and only if every morphism Z ⟶ X from a finitely presentable object
factors via an object satisfying P.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 114 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites47
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.Functor.objproof · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Functorproof · cited by 16,252
- CategoryTheory.Functor.mapproof · cited by 8,698
- CategoryTheory.NatTrans.appproof · cited by 7,406
- CategoryTheory.Functor.compproof · cited by 6,529
- CategoryTheory.Iso.invproof · cited by 6,514
- CategoryTheory.Functor.idproof · cited by 3,333
- CategoryTheory.ObjectPropertystatement and proof · cited by 798
- CategoryTheory.ObjectProperty.FullSubcategoryproof · cited by 726
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.MorphismProperty.ind_iff_existsproof · cited by 1