Graph Theory Notes
Graph Theory Notes
edu/lidicky/314
Chapters 1.1 and 1.2 - Introduction
A simple graph G is an ordered pair (V, E) of vertices V and edges E, where E {{u, v} : u, v V, u 6= v}.
|V | is order of G
|E| is size of G
Closed trail with no repetition of vertices (except first and last) is cycle.
Connected component of G is a connected subgraph of G that is not a proper subgraph of any other connected
subgraph of G.
1: 1.3 Let S = {2, 3, 4, 7, 11, 13}. Draw the graph G whose vertex set is S and such that ij E(G) for all
i, j S if i + j S or |i j| S. What is |E(G)| and |V (G)|? What is diameter of G?
2: For the depicted graph G, give an example of each of the following or explain why no such example exists.
s
r t
u w
v
x z
y
3: Theorem 1.7 Let R be the relation defined on the vertex set of a graph G by u R v, where u, v V (G),
if u is connected to v, that is, if G contains a u v path. Show that R is an equivalence relation. What are
equivalence classes of R?
4: Theorem 1.8 Let G be a graph of order 3 or more. If G contains two distinct vertices u and v such that
G u and G v are connected, then G itself is connected.
5: 1.15 Draw all connected graphs of order 5 in which the distance between every two distinct vertices is odd.
Explain why you know that you have drawn all such graphs.
6: 1.17 (a) Prove that if P and Q are two longest paths in a connected graph, then P and Q have at least one
vertex in common.
(b) Prove or disprove: Let G be connected graph of diameter k. If P and Q are two geodesics of length k in G,
then P and Q have at least one vertex in common.