Theorems · Theorem · combinatorics
SimpleGraph.Walk.darts_append
∀ {V : Type u} {G : SimpleGraph V} {u v w : V} (p : G.Walk u v) (p' : G.Walk v w),
(p.append p').darts = p.darts ++ p'.darts- Cited by
- 3 results in Mathlib
- Foundations
- Depth 8 from the axioms · uses propext
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.
- SimpleGraphstatement and proof · cited by 3,072
- SimpleGraph.Adjproof · cited by 1,346
- SimpleGraph.Walkstatement and proof · cited by 915
- SimpleGraph.Dartstatement · cited by 109
- SimpleGraph.Walk.appendstatement and proof · cited by 95
- SimpleGraph.Walk.dartsstatement and proof · cited by 74
Cited by3
Results whose statement or proof uses this declaration.
- SimpleGraph.Walk.edges_appendproof · cited by 3
- SimpleGraph.Walk.darts_reverseproof · cited by 3
- SimpleGraph.Walk.rotate_dartsproof · cited by 1