Mathlib Map

Theorems · Theorem · combinatorics

SimpleGraph.card_edgeFinset_induce_compl_singleton

∀ {V : Type u_1} [inst : Fintype V] [inst_1 : DecidableEq V] (G : SimpleGraph V) [inst_2 : DecidableRel G.Adj] (x : V),
  (SimpleGraph.induce {x}ᶜ G).edgeFinset.card = (G.deleteIncidenceSet x).edgeFinset.card

Deleting the incidence set of the vertex x retains the same number of edges as in the induced subgraph of the vertices {x}ᶜ.

Defined in
Mathlib.Combinatorics.SimpleGraph.DeleteEdges
Cited by
1 results in Mathlib
Foundations
Depth 68 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FintypeDecidableEqDecidableRel

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites27

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.