Theorems · Theorem · combinatorics
SimpleGraph.degree_le_of_le
∀ {V : Type u_1} {G : SimpleGraph V} {v : V} [inst : Fintype ↑(G.neighborSet v)] {H : SimpleGraph V}
[inst_1 : Fintype ↑(H.neighborSet v)], G ≤ H → G.degree v ≤ H.degree vIf G ≤ H then G.degree v ≤ H.degree v for any vertex v.
- Defined in
- Mathlib.Combinatorics.SimpleGraph.Finite
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 82 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Fintypestatement and proof · cited by 7,736
- Set.Elemstatement and proof · cited by 7,166
- SimpleGraphstatement and proof · cited by 3,072
- SimpleGraph.neighborSetstatement and proof · cited by 257
- SimpleGraph.degreestatement · cited by 112
- Set.card_le_cardproof · cited by 5
Cited by1
Results whose statement or proof uses this declaration.
- SimpleGraph.minDegree_le_minDegreeproof · cited by 1