Theorems · Theorem · combinatorics
Quiver.Path.vertices_comp
∀ {V : Type u_1} [inst : Quiver V] {a b c : V} (p : Quiver.Path a b) (q : Quiver.Path b c),
(p.comp q).vertices = p.vertices.dropLast ++ q.vertices- Cited by
- 2 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.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Quiver.Homproof · cited by 32,603
- Quiverstatement and proof · cited by 405
- Quiver.Pathstatement and proof · cited by 166
- Quiver.Path.compstatement and proof · cited by 45
- Quiver.Path.verticesstatement and proof · cited by 21
- Quiver.Path.dropLast_append_end_eqproof · cited by 1
Cited by2
Results whose statement or proof uses this declaration.
- Quiver.Path.exists_eq_comp_and_length_eq_of_lt_lengthproof · cited by 1
- Quiver.Path.vertices_comp_get_length_eqproof · cited by 0