Theorems · Theorem · combinatorics
SimpleGraph.edgeFinset_deleteIncidenceSet_eq_sdiff
∀ {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 = G.edgeFinset \ G.incidenceFinset xThe finite edge set of G.deleteIncidenceSet x is the finite edge set of the simple graph G
set difference the finite incidence set of the vertex x.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 73 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
- Finsetstatement · 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
- Sym2statement · cited by 737
- SimpleGraph.neighborSetstatement · cited by 257
- Finset.coe_injectiveproof · cited by 127
- SimpleGraph.edgeFinsetstatement and proof · cited by 116
- Finset.coe_sdiffproof · cited by 23
- SimpleGraph.incidenceFinsetstatement and proof · cited by 15
- SimpleGraph.deleteIncidenceSetstatement and proof · cited by 11
Cited by2
Results whose statement or proof uses this declaration.
- SimpleGraph.edgeFinset_deleteIncidenceSet_eq_filterproof · cited by 1
- SimpleGraph.card_edgeFinset_deleteIncidenceSetproof · cited by 0