Theorems · Theorem · combinatorics
SimpleGraph.exists_maximal_degree_vertex
∀ {V : Type u_1} (G : SimpleGraph V) [inst : Fintype V] [inst_1 : DecidableRel G.Adj] [Nonempty V],
∃ v, G.maxDegree = G.degree vThere exists a vertex of maximal degree. Note the assumption of being nonempty is necessary, as the lemma implies there exists a vertex.
- Defined in
- Mathlib.Combinatorics.SimpleGraph.Finite
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 81 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.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- Fintypestatement and proof · cited by 7,736
- SimpleGraphstatement and proof · cited by 3,072
- SimpleGraph.Adjstatement and proof · cited by 1,346
- SimpleGraph.neighborSetstatement · cited by 257
- SimpleGraph.degreestatement · cited by 112
- SimpleGraph.maxDegreestatement · cited by 19
Cited by3
Results whose statement or proof uses this declaration.
- SimpleGraph.Copy.maxDegree_monoproof · cited by 3
- SimpleGraph.maxDegree_le_of_forall_degree_leproof · cited by 2
- SimpleGraph.maxDegree_lt_card_vertsproof · cited by 0