Theorems · Theorem · combinatorics
SimpleGraph.Walk.IsPath.neighborSet_toSubgraph_internal
∀ {V : Type u} {G : SimpleGraph V} {v u : V} {i : ℕ} {p : G.Walk u v},
p.IsPath → i ≠ 0 → i < p.length → p.toSubgraph.neighborSet (p.getVert i) = {p.getVert (i - 1), p.getVert (i + 1)}- Cited by
- 1 results in Mathlib
- Foundations
- Depth 77 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
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
- Set.extproof · cited by 2,266
- SimpleGraph.Walkstatement and proof · cited by 915
- SimpleGraph.Walk.lengthstatement and proof · cited by 212
- add_tsub_cancel_rightproof · cited by 172
- SimpleGraph.Subgraph.Adjproof · cited by 147
- SimpleGraph.Walk.IsPathstatement and proof · cited by 140
- Set.mem_ofPred_eqproof · cited by 122
- SimpleGraph.Walk.getVertstatement and proof · cited by 114
- SimpleGraph.Walk.toSubgraphstatement and proof · cited by 49
- SimpleGraph.Subgraph.neighborSetstatement · cited by 46
Cited by1
Results whose statement or proof uses this declaration.
- SimpleGraph.Walk.IsPath.ncard_neighborSet_toSubgraph_internal_eq_twoproof · cited by 0