Theorems · Definition · combinatorics
SimpleGraph.Walk.induce
{V : Type u} →
{G : SimpleGraph V} →
(s : Set V) →
{u v : V} → (w : G.Walk u v) → (hw : ∀ x ∈ w.support, x ∈ s) → (SimpleGraph.induce s G).Walk ⟨u, ⋯⟩ ⟨v, ⋯⟩A walk in G which is fully contained in a set s of vertices lifts to a walk of G[s].
- Cited by
- 9 results in Mathlib
- Foundations
- Depth 15 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
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
- Set.Elemstatement · cited by 7,166
- SimpleGraphstatement and proof · cited by 3,072
- SimpleGraph.Walkstatement and proof · cited by 915
- SimpleGraph.Walk.supportstatement and proof · cited by 307
- SimpleGraph.inducestatement · cited by 80
- SimpleGraph.Walk.brecOnproof · cited by 15
- SimpleGraph.Walk.start_mem_supportstatement · cited by 9
- SimpleGraph.Walk.end_mem_supportstatement · cited by 8
Cited by9
Results whose statement or proof uses this declaration.
- SimpleGraph.Connected.induce_compl_singleton_of_degree_eq_oneproof · cited by 1
- SimpleGraph.Walk.map_mapToSubgraph_eq_inducestatement · cited by 1
- SimpleGraph.Preconnected.induce_of_degree_eq_oneproof · cited by 0
- SimpleGraph.Walk.map_inducestatement · cited by 0
- SimpleGraph.Walk.map_induce_induceHomOfLEstatement · cited by 0
- SimpleGraph.Walk.induce_consstatement · cited by 0
- SimpleGraph.Walk.induce_nilstatement · cited by 0
- SimpleGraph.Walk.support_inducestatement · cited by 0
- SimpleGraph.Walk.map_mapToSubgraph_eq_induce_idstatement · cited by 0