Theorems · Theorem · combinatorics
SimpleGraph.Walk.map_mapToSubgraph_eq_induce
∀ {V : Type u} {G : SimpleGraph V} (s : Set V) {u v : V} (w : G.Walk u v) (hs : ∀ x ∈ w.support, x ∈ s),
SimpleGraph.Walk.map { toFun := fun x => ⟨↑x, ⋯⟩, map_rel' := ⋯ } w.mapToSubgraph = SimpleGraph.Walk.induce s w hsMapping a walk to its own subgraph and then to G[s] where s contains the walk's support is
the same as inducing the walk to s.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 72 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- Setstatement and proof · cited by 53,352
- Set.Elemstatement · cited by 7,166
- SimpleGraphstatement and proof · cited by 3,072
- SimpleGraph.Adjstatement · cited by 1,346
- SimpleGraph.Walkstatement and proof · cited by 915
- SimpleGraph.Walk.supportstatement and proof · cited by 307
- SimpleGraph.Subgraph.vertsstatement · cited by 210
- SimpleGraph.Homstatement · cited by 139
- SimpleGraph.Subgraph.coestatement · cited by 89
- SimpleGraph.inducestatement · cited by 80
- SimpleGraph.Walk.mapstatement · cited by 66
Cited by1
Results whose statement or proof uses this declaration.
- SimpleGraph.Walk.map_mapToSubgraph_eq_induce_idproof · cited by 0