Theorems · Theorem · combinatorics
SimpleGraph.edgeFinset_deleteIncidenceSet_eq_filter
∀ {V : Type u_1} [inst : Fintype V] [inst_1 : DecidableEq V] (G : SimpleGraph V) [inst_2 : DecidableRel G.Adj] (x : V),
(G.deleteIncidenceSet x).edgeFinset = {x_1 ∈ G.edgeFinset | x ∉ x_1}Deleting the incident set of the vertex x is equivalent to filtering the edges of the simple
graph G that do not contain x.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 74 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setproof · cited by 53,352
- Finsetstatement and proof · cited by 13,712
- Fintypestatement and proof · cited by 7,736
- SimpleGraphstatement and proof · cited by 3,072
- SimpleGraph.Adjstatement and proof · cited by 1,346
- Finset.filterstatement and proof · cited by 949
- Sym2statement and proof · cited by 737
- Finset.filter_congrproof · cited by 167
- Set.mem_ofPred_eqproof · cited by 122
- SimpleGraph.edgeFinsetstatement and proof · cited by 116
- Set.mem_toFinsetproof · cited by 47
- SimpleGraph.incidenceFinsetproof · cited by 15
Cited by1
Results whose statement or proof uses this declaration.
- SimpleGraph.antitoneOn_extremalNumber_div_choose_twoproof · cited by 3