Theorems · Theorem · combinatorics
SimpleGraph.Hom.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 →g H},
Function.Bijective ⇑f → G.minDegree ≤ H.minDegree- Defined in
- Mathlib.Combinatorics.SimpleGraph.Copy
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 84 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
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
- SimpleGraph.Adjstatement and proof · cited by 1,346
- Function.Bijectivestatement and proof · cited by 863
- SimpleGraph.Homstatement and proof · cited by 139
- Function.Bijective.surjectiveproof · cited by 114
- SimpleGraph.minDegreestatement · cited by 25
- SimpleGraph.Copy.minDegree_monoproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- SimpleGraph.Hom.minDegree_leproof · cited by 0