$30
Graph Theory
Assignment 3
1. Show that these two graphs are isomorphic by finding a bijection π:{0,1,2,3,4,5,6,7,8,9} →
{π, π, π, π, π, π, π, β, π,π} that preserves adjacencies.
2. Let π and π be integers at least 2. Find the maximum value among distances between vertices in
each of the following graphs:
a. ππ
b. πΆπ
c. πΎπ
d. πΎπ,π
e. ππ
3. We investigate using the phrase “distance between vertices” to denote the length of a shortest path
between two vertices in a graph πΊ. We define π(π’, π£) as the length of a shortest π’, π£-path in πΊ. If
there is no such path, then we define π(π’, π£) = ∞. Notice that if π(π’, π£) < ∞, then there must be a
π’, π£-path in πΊ.
A. Explain why 0 ≤ π(π’, π£) for all vertices π’ and π£.
B. Under what conditions on π’ and π£ would the equation π(π’, π£) = 0 be true?
C. Explain why π(π’, π£) = π(π£, π’) for all vertices π’ and π£.
D. Suppose π(π’, π£) < ∞ and π(π£, π€) < ∞. Why must π(π’, π€) < ∞ hold? Here, you’ll want to
consider a shortest π’, π£-path π and a shortest π£, π€-path π. What can you do with π and π?
E. Suppose π(π’, π€) = ∞. What can you say about π(π’, π£) or π(π£, π€)?
F. Show that if π(π’, π£) < ∞ and π(π£, π€) < ∞, then π(π’, π€) ≤ π(π’, π£) + π(π£, π€).
G. What can you say about π(π’, π€) if π(π’, π£) < ∞ and π(π£, π€) = ∞?
H. What can you say about π(π’, π€) if π(π’, π£) = ∞ and π(π£, π€) = ∞?
1
3 2
4
0
5
6
8 7
9
a
b c d
e f g h i j
4. We discuss the Cartesian product of two simple graphs in this question; particularly, we avoid
discussing parallel edges here to make things easier. Let πΊ = (ππΊ,πΈπΊ
) and π» = (ππ»,πΈπ») be graphs.
Their Cartesian product is the graph πΊ × π» whose vertex set is
ππΊ × ππ» = {(π£, π€): π£ ∈ ππΊ and π€ ∈ ππ»}
and where vertices (π£1, π€1
) and (π£2, π€2
) are joined by an edge if and only if one of the following
conditions is met:
a) π£1 = π£2 and π€1π€2 ∈ πΈπ»,
b) π£1π£2 ∈ πΈπΊ and π€1 = π€2.
As an example, the Cartesian product of ππ and ππ is the “grid graph” ππ × ππ. We show π4 × π3
below:
A) In terms of |ππΊ
| and |ππ»|, what is |ππΊ×π»|?
B) In terms of |ππΊ
|,|ππ»|,|πΈπΊ
|, and |πΈπ»|, what is |πΈπΊ×π»|?
C) Suppose πΊ is π-regular and π» is π-regular. Show that πΊ × π» is (π + π)-regular.
Figure 1. A sketch of πΊ3
5. Recall that a graph πΊ is “cubic” if and only if it is 3-regular (i.e., every vertex has degree 3.)
A. Show that there exists no cubic graph with an odd number of vertices.
B. Show that there exists a simple cubic graph with 4 vertices.
C. For every integer π ≥ 3, show how to construct a simple cubic graph with 2π vertices. You
can do this using a sketch of small examples with an obvious generalization, or by specifying
a set π with 2π elements and a recipe for joining them that produces the desired graph.