Theorems · Theorem · category theory
CategoryTheory.Paths.induction_fixed_target
∀ {V : Type u₁} [inst : Quiver V] {b : CategoryTheory.Paths V} (P : {a : CategoryTheory.Paths V} → (a ⟶ b) → Prop),
P (CategoryTheory.CategoryStruct.id b) →
(∀ {u v : V} (p : (CategoryTheory.Paths.of V).obj v ⟶ b) (q : u ⟶ v),
P p → P (CategoryTheory.CategoryStruct.comp ((CategoryTheory.Paths.of V).map q) p)) →
∀ {a : CategoryTheory.Paths V} (f : a ⟶ b), P fTo prove a property on morphisms of a path category with given target b, it suffices to prove
it for the identity and prove that the property is preserved under composition on the left
with length 1 paths.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 50 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Quiver
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
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
- Quiver.Path.compproof · cited by 45
- Quiver.Path.lengthproof · cited by 39
- Quiver.Hom.toPathproof · cited by 38
- CategoryTheory.Paths.ofstatement and proof · cited by 20
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.Paths.induction'proof · cited by 1