Theorems · Theorem · combinatorics
SimpleGraph.minDegree_le_minDegree
∀ {V : Type u_1} {G : SimpleGraph V} [inst : Fintype V] {H : SimpleGraph V} [inst_1 : DecidableRel G.Adj]
[inst_2 : DecidableRel H.Adj], G ≤ H → G.minDegree ≤ H.minDegreeIf G is a subgraph of H then G.minDegree ≤ H.minDegree.
- Defined in
- Mathlib.Combinatorics.SimpleGraph.Finite
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 83 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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
- LE.le.transproof · cited by 3,151
- SimpleGraphstatement and proof · cited by 3,072
- SimpleGraph.Adjstatement and proof · cited by 1,346
- IsEmptyproof · cited by 759
- isEmpty_or_nonemptyproof · cited by 269
- SimpleGraph.minDegreestatement and proof · cited by 25
- SimpleGraph.minDegree_le_degreeproof · cited by 6
- SimpleGraph.minDegree_of_subsingletonproof · cited by 6
- SimpleGraph.le_minDegree_of_forall_le_degreeproof · cited by 3
- SimpleGraph.degree_le_of_leproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- SimpleGraph.colorable_of_cliqueFree_lt_minDegreeproof · cited by 0