Theorems · Theorem · combinatorics
SimpleGraph.degree_induce_of_support_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], G.support ⊆ s → ∀ (v : ↑s), (SimpleGraph.induce s G).degree v = G.degree ↑vIf the support of the simple graph G is a subset of the set s, then the degree of vertices
in the induced subgraph of s are the same as in G.
- Defined in
- Mathlib.Combinatorics.SimpleGraph.Finite
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 63 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
- LE.le.transproof · cited by 3,151
- SimpleGraphstatement and proof · cited by 3,072
- SimpleGraph.Adjstatement and proof · cited by 1,346
- Function.Embeddingstatement · cited by 988
- SimpleGraph.neighborSetstatement · cited by 257
- Function.Embedding.subtypestatement · cited by 128
- SimpleGraph.degreestatement · cited by 112
- SimpleGraph.inducestatement · cited by 80
Cited by1
Results whose statement or proof uses this declaration.
- SimpleGraph.degree_induce_supportproof · cited by 0