Theorems · Theorem · combinatorics
SimpleGraph.Walk.exists_boundary_dart
∀ {V : Type u} {G : SimpleGraph V} {u v : V} (p : G.Walk u v) (S : Set V),
u ∈ S → v ∉ S → ∃ d ∈ p.darts, d.toProd.1 ∈ S ∧ d.toProd.2 ∉ SGiven a set S and a walk w from u to v such that u ∈ S but v ∉ S,
there exists a dart in the walk whose start is in S but whose end is not.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 12 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- Setstatement and proof · cited by 53,352
- SimpleGraphstatement and proof · cited by 3,072
- SimpleGraph.Adjproof · cited by 1,346
- SimpleGraph.Walkstatement and proof · cited by 915
- SimpleGraph.Dartstatement and proof · cited by 109
- SimpleGraph.Walk.dartsstatement and proof · cited by 74
- SimpleGraph.Dart.toProdstatement and proof · cited by 48
Cited by3
Results whose statement or proof uses this declaration.
- SimpleGraph.reachable_eq_of_maximal_isAcyclicproof · cited by 2
- SimpleGraph.not_reachable_sum_inl_inrproof · cited by 1
- SimpleGraph.ComponentCompl.exists_adj_boundary_pairproof · cited by 0