Mathlib Map

Theorems · Theorem · combinatorics

SimpleGraph.card_filter_edgeFinset_toFinset_subset

∀ {V : Type u_1} [inst : Fintype V] {G : SimpleGraph V} [inst_1 : DecidableRel G.Adj] [inst_2 : DecidableEq V]
  (s : Finset V), {e ∈ G.edgeFinset | e.toFinset ⊆ s}.card = (SimpleGraph.induce (↑s) G).edgeFinset.card

The edges whose vertices lie in s are in bijection with the edges of the induced subgraph G.induce s.

Defined in
Mathlib.Combinatorics.SimpleGraph.Finite
Cited by
0 results in Mathlib
Foundations
Depth 78 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FintypeDecidableRelDecidableEq

Around this declaration

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

Cites25

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

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.