Combinatorics • Topic 27
Degree of a Vertex
The degree of a vertex is a local property that often forces global structure.
Definition
Definition (Degree)
The degree of a vertex , denoted , is the number of edges incident to .
- Isolated Vertex: .
- Leaf: .
- Regular Graph: All vertices have the same degree (-regular).
Extremal Principles
Look at the vertex with the minimum or maximum degree.
Example
Prove that in any simple graph with vertices, there are at least two vertices with the same degree.
Proof. Possible degrees are . However, a graph cannot have both a vertex of degree 0 (connected to no one) and a vertex of degree (connected to everyone else). So the set of realized degrees is a subset of size at most from . By Pigeonhole Principle, two vertices share a degree. ∎
Practice Problems
Exercise (Problem 1)
If a graph has vertices and every vertex has degree , how many edges does it have?
Exercise (Problem 2)
Prove that if every vertex has degree , the graph contains a cycle.
Exercise (Problem 3)
Let be a graph with vertices and minimum degree . Prove is connected.