Theorems · Theorem · combinatorics
SimpleGraph.exists_minimal_degree_vertex
∀ {V : Type u_1} (G : SimpleGraph V) [inst : Fintype V] [inst_1 : DecidableRel G.Adj] [Nonempty V],
∃ v, G.minDegree = G.degree vThere exists a vertex of minimal 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.minDegreestatement · cited by 25
Cited by3
Results whose statement or proof uses this declaration.
- SimpleGraph.le_minDegree_of_forall_le_degreeproof · cited by 3
- SimpleGraph.Preconnected.minDegree_pos_of_nontrivialproof · cited by 1
- SimpleGraph.minDegree_lt_cardproof · cited by 0