Theorems · Definition · combinatorics
Quiver.Path.casesOn
{V : Type u} →
[inst : Quiver V] →
{a : V} →
{motive : (a_1 : V) → Quiver.Path a a_1 → Sort u_1} →
{a_1 : V} →
(t : Quiver.Path a a_1) →
motive a Quiver.Path.nil →
({b c : V} → (a_2 : Quiver.Path a b) → (a_3 : b ⟶ c) → motive c (a_2.cons a_3)) → motive a_1 t- Defined in
- Mathlib.Combinatorics.Quiver.Path
- Cited by
- 12 results in Mathlib
- Foundations
- Depth 4 from the axioms · uses no axioms
- Assumes
- Quiver
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
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
- Quiverstatement and proof · cited by 405
- Quiver.Pathstatement and proof · cited by 166
Cited by16
Results whose statement or proof uses this declaration.
- Quiver.Path.brecOn.eqproof · cited by 6
- Quiver.Path.eq_of_length_zeroproof · cited by 5
- Quiver.Path.ctorIdxproof · cited by 3
- Quiver.Path.comp_injproof · cited by 2
- Quiver.Path.length_ne_zero_iff_eq_consproof · cited by 2
- Matrix.pow_apply_pos_iff_nonempty_pathproof · cited by 1
- Prefunctor.pathStar_injectiveproof · cited by 1
- Quiver.Path.eq_nil_of_length_zeroproof · cited by 1
- Matrix.IsIrreducible.transposeproof · cited by 1
- Quiver.Path.length_eq_zero_iffproof · cited by 1
- CategoryTheory.Paths.induction_fixed_targetproof · cited by 1
- Quiver.Path.ctorElimproof · cited by 0