Theorems · Theorem · combinatorics
SimpleGraph.Walk.induce_cons
∀ {V : Type u} {G : SimpleGraph V} {u v u' : V} {s : Set V} (huu' : G.Adj u u') (w : G.Walk u' v)
(hw : ∀ x ∈ (SimpleGraph.Walk.cons huu' w).support, x ∈ s),
SimpleGraph.Walk.induce s (SimpleGraph.Walk.cons huu' w) hw = SimpleGraph.Walk.cons ⋯ (SimpleGraph.Walk.induce s w ⋯)- Cited by
- 0 results in Mathlib
- Foundations
- Depth 16 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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.Adjstatement and proof · cited by 1,346
- SimpleGraph.Walkstatement and proof · cited by 915
- SimpleGraph.Walk.supportstatement and proof · cited by 307
- SimpleGraph.inducestatement · cited by 80
- SimpleGraph.Walk.inducestatement · cited by 9
- SimpleGraph.Walk.start_mem_supportstatement · cited by 9
- SimpleGraph.Walk.end_mem_supportstatement · cited by 8
- SimpleGraph.induce_adjstatement · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.