Theorems · Theorem · combinatorics
SimpleGraph.Copy.max_degree_le
Deprecated since 2026-05-20Use SimpleGraph.Copy.maxDegree_mono instead.
∀ {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), G.maxDegree ≤ H.maxDegreeAlias of SimpleGraph.Copy.maxDegree_mono.
- Defined in
- Mathlib.Combinatorics.SimpleGraph.Copy
- Cited by
- 0 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.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Fintypestatement · cited by 7,736
- SimpleGraphstatement · cited by 3,072
- SimpleGraph.Adjstatement · cited by 1,346
- SimpleGraph.Copystatement · cited by 49
- SimpleGraph.maxDegreestatement · cited by 19
- SimpleGraph.Copy.maxDegree_monoproof · cited by 3
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.