Theorems · Theorem · category theory
CategoryTheory.Paths.induction
∀ {V : Type u₁} [inst : Quiver V] (P : {a b : CategoryTheory.Paths V} → (a ⟶ b) → Prop),
(∀ {v : V}, P (CategoryTheory.CategoryStruct.id ((CategoryTheory.Paths.of V).obj v))) →
(∀ {u v w : V} (p : (CategoryTheory.Paths.of V).obj u ⟶ (CategoryTheory.Paths.of V).obj v) (q : v ⟶ w),
P p → P (CategoryTheory.CategoryStruct.comp p ((CategoryTheory.Paths.of V).map q))) →
∀ {a b : CategoryTheory.Paths V} (f : a ⟶ b), P fTo prove a property on morphisms of a path category, it suffices to prove it for the identity and prove that the property is preserved under composition on the right with length 1 paths.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 15 from the axioms · uses propext
- Assumes
- Quiver
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.CategoryStruct.idstatement and proof · cited by 6,235
- Prefunctor.objstatement and proof · cited by 1,241
- Prefunctor.mapstatement and proof · cited by 952
- Quiverstatement and proof · cited by 405
- CategoryTheory.Pathsstatement and proof · cited by 82
- CategoryTheory.Paths.ofstatement and proof · cited by 20
- CategoryTheory.Paths.induction_fixed_sourceproof · cited by 1
Cited by2
Results whose statement or proof uses this declaration.
- SimplexCategoryGenRel.multiplicativeClosure_isGenerator_eq_topproof · cited by 2
- CategoryTheory.Paths.morphismProperty_eq_topproof · cited by 1