Theorems · Theorem · combinatorics
SimpleGraph.degree_induce_of_neighborSet_subset
∀ {V : Type u_1} {s : Set V} [inst : DecidablePred fun x => x ∈ s] [inst_1 : Fintype V] {G : SimpleGraph V}
[inst_2 : DecidableRel G.Adj] {v : ↑s}, G.neighborSet ↑v ⊆ s → (SimpleGraph.induce s G).degree v = G.degree ↑vIf the neighbor set of a vertex v is a subset of s, then the degree of the vertex in the
induced subgraph of s is the same as in G.
- Defined in
- Mathlib.Combinatorics.SimpleGraph.Finite
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 62 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.
- DFunLike.coestatement · cited by 62,936
- Setstatement and proof · cited by 53,352
- Fintypestatement and proof · cited by 7,736
- Set.Elemstatement and proof · cited by 7,166
- SimpleGraphstatement and proof · cited by 3,072
- Finset.cardproof · cited by 2,327
- SimpleGraph.Adjstatement and proof · cited by 1,346
- Function.Embeddingstatement · cited by 988
- SimpleGraph.neighborSetstatement and proof · cited by 257
- Function.Embedding.subtypestatement and proof · cited by 128
- Finset.card_mapproof · cited by 114
- SimpleGraph.degreestatement · cited by 112
Cited by3
Results whose statement or proof uses this declaration.
- SimpleGraph.degree_induce_of_support_subsetproof · cited by 1
- SimpleGraph.le_minDegree_induce_of_support_subsetproof · cited by 0
- SimpleGraph.maxDegree_induce_of_support_subsetproof · cited by 0