Theorems · Theorem · combinatorics
SimpleGraph.Walk.transfer.eq_def
∀ {V : Type u} {G : SimpleGraph V} {u v : V} (p : G.Walk u v) (H : SimpleGraph V) (h : ∀ e ∈ p.edges, e ∈ H.edgeSet),
p.transfer H h =
match u, v, p, h with
| u, .(u), SimpleGraph.Walk.nil, h => SimpleGraph.Walk.nil
| u, w, SimpleGraph.Walk.cons h p, h_1 => SimpleGraph.Walk.cons ⋯ (p.transfer H ⋯)- Cited by
- 0 results in Mathlib
- Foundations
- Depth 63 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- SimpleGraphstatement and proof · cited by 3,072
- SimpleGraph.Adjstatement and proof · cited by 1,346
- SimpleGraph.Walkstatement and proof · cited by 915
- Sym2statement and proof · cited by 737
- Sym2.mkproof · cited by 332
- SimpleGraph.edgeSetstatement and proof · cited by 199
- SimpleGraph.Walk.edgesstatement and proof · cited by 145
- SimpleGraph.Walk.brecOn.goproof · cited by 16
- SimpleGraph.Walk.belowproof · cited by 16
- SimpleGraph.Walk.transferstatement and proof · cited by 16
- SimpleGraph.Walk.brecOn.eqproof · cited by 15
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.