Theorems · Theorem · category theory
CategoryTheory.Paths.induction_fixed_source
∀ {V : Type u₁} [inst : Quiver V] {a : CategoryTheory.Paths V} (P : {b : CategoryTheory.Paths V} → (a ⟶ b) → Prop),
P (CategoryTheory.CategoryStruct.id a) →
(∀ {u v : V} (p : a ⟶ (CategoryTheory.Paths.of V).obj u) (q : u ⟶ v),
P p → P (CategoryTheory.CategoryStruct.comp p ((CategoryTheory.Paths.of V).map q))) →
∀ {b : CategoryTheory.Paths V} (f : a ⟶ b), P fTo prove a property on morphisms of a path category with given source a, 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
- 1 results in Mathlib
- Foundations
- Depth 14 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
- Quiver.Pathproof · cited by 166
- CategoryTheory.Pathsstatement and proof · cited by 82
- CategoryTheory.Paths.ofstatement and proof · cited by 20
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.Paths.inductionproof · cited by 2