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.cardThe 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
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.
- DFunLike.coestatement · cited by 62,936
- Setstatement · cited by 53,352
- Finsetstatement and proof · cited by 13,712
- SetLike.coestatement and proof · cited by 8,199
- Fintypestatement and proof · cited by 7,736
- Set.Elemstatement and proof · cited by 7,166
- SimpleGraphstatement and proof · cited by 3,072
- Finset.cardstatement and proof · cited by 2,327
- SimpleGraph.Adjstatement and proof · cited by 1,346
- Function.Embeddingstatement · cited by 988
- Finset.filterstatement · cited by 949
- Finset.mapproof · cited by 747
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.