Graph Theory
Graph Theory
edu/lidicky/314
Chapters 2.1 - The Degree of a Vertex
Degree of a vertex v is the number of edges incident with v (loop counts 2×), denoted by deg(v) or d(v).
A vertex of even degree is called an even vertex, while a vertex of odd degree is an odd vertex.
deg(u) + deg(v) ≥ n − 1
for every two nonadjacent vertices u and v of G, then G is connected and diam(G) ≤ 2.
Theorem 2.6 Let r and n be integers with 0 ≤ r ≤ n − 1. There exists an r-regular graph of order n if and
only if at least one of r and n is even. (Harary graphs)
Theorem 2.7 For every graph G and every integer r ≥ ∆(G), there exists an r-regular graph H containing G
as and induced subgraph.
from G. Chartrand and P. Zhang. “A First Course in Graph Theory” MATH 314 - 3 - page 1/2
1: Is Theorem 2.4 tight? Find a disconnected graph where deg(u) + deg(v) = n − 2.
3: Is it possible that among a group of seven people that each person has exactly three friends in the group?
Explain.
4: 2.1 Give an example of the following or explain why no such example exists:
5: 2.3 The degree of each vertex of a certain graph of order 12 and size 31 is either 4 or 6. How many vertices
of degree 4 are there?
6: 2.25
(a) Let v be a vertex of a graph G. Show that if G − v is 3-regular, then G has odd order.
(b) Let G be an r-regular graph, where r is odd. Show that G does not contain any component of odd order.
8: If G is a k-regular graph then is G also a regular graph? If so what is the degree of a vertex?
from G. Chartrand and P. Zhang. “A First Course in Graph Theory” MATH 314 - 3 - page 2/2