Theorems · Theorem · combinatorics
SimpleGraph.IsContained.maxDegree_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], G.IsContained H → G.maxDegree ≤ H.maxDegree- Defined in
- Mathlib.Combinatorics.SimpleGraph.Copy
- Cited by
- 2 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.
Cites7
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
- SimpleGraphstatement and proof · cited by 3,072
- SimpleGraph.Adjstatement and proof · cited by 1,346
- SimpleGraph.IsContainedstatement and proof · cited by 68
- SimpleGraph.Copyproof · cited by 49
- SimpleGraph.maxDegreestatement and proof · cited by 19
- SimpleGraph.Copy.maxDegree_monoproof · cited by 3
Cited by2
Results whose statement or proof uses this declaration.
- SimpleGraph.IsContained.max_degree_leproof · cited by 0
- SimpleGraph.maxDegree_monoproof · cited by 0