Theorems · Theorem · combinatorics
SimpleGraph.maxDegree_lt_card_verts
∀ {V : Type u_1} (G : SimpleGraph V) [inst : Fintype V] [inst_1 : DecidableRel G.Adj] [Nonempty V],
G.maxDegree < Fintype.card VThe maximum degree of a nonempty graph is less than the number of vertices. Note that the assumption
that V is nonempty is necessary, as otherwise this would assert the existence of a
natural number less than zero.
- Defined in
- Mathlib.Combinatorics.SimpleGraph.Finite
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 82 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- FintypeDecidableRelNonempty
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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
- Fintype.cardstatement and proof · cited by 1,386
- SimpleGraph.Adjstatement and proof · cited by 1,346
- SimpleGraph.degreeproof · cited by 112
- SimpleGraph.maxDegreestatement and proof · cited by 19
- SimpleGraph.degree_lt_card_vertsproof · cited by 3
- SimpleGraph.exists_maximal_degree_vertexproof · cited by 3
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.