Theorems · Theorem · combinatorics
Quiver.Path.length.eq_def
∀ {V : Type u} [inst : Quiver V] {a : V} (x : V) (x_1 : Quiver.Path a x),
x_1.length =
match x, x_1 with
| .(a), Quiver.Path.nil => 0
| x, p.cons a_1 => p.length + 1- Defined in
- Mathlib.Combinatorics.Quiver.Path
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 10 from the axioms · uses no axioms
- Assumes
- Quiver
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
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
- Quiver.Path.lengthstatement and proof · cited by 39
- Quiver.Path.brecOn.goproof · cited by 7
- Quiver.Path.belowproof · cited by 7
- Quiver.Path.brecOn.eqproof · cited by 6
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.