Theorems · Theorem · combinatorics
SimpleGraph.Copy.minDegree_mono
∀ {V : Type u_1} {W : Type u_2} {G : SimpleGraph V} {H : SimpleGraph W} [inst : Fintype V] [inst_1 : Fintype W]
[inst_2 : DecidableRel G.Adj] [inst_3 : DecidableRel H.Adj] {f : G.Copy H},
Function.Surjective ⇑f → G.minDegree ≤ H.minDegree- Defined in
- Mathlib.Combinatorics.SimpleGraph.Copy
- Cited by
- 2 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.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Fintypestatement and proof · cited by 7,736
- SimpleGraphstatement and proof · cited by 3,072
- le_reflproof · cited by 2,061
- SimpleGraph.Adjstatement and proof · cited by 1,346
- IsEmptyproof · cited by 759
- le_imp_le_of_le_of_leproof · cited by 576
- isEmpty_or_nonemptyproof · cited by 269
- SimpleGraph.Copystatement and proof · cited by 49
- SimpleGraph.minDegreestatement and proof · cited by 25
- Function.isEmptyproof · cited by 15
- SimpleGraph.minDegree_le_degreeproof · cited by 6
Cited by2
Results whose statement or proof uses this declaration.
- SimpleGraph.Hom.minDegree_monoproof · cited by 1
- SimpleGraph.Copy.minDegree_leproof · cited by 0