Assignment 5
Assignment 5
8. Let G be a simple graph with v vertices and δ(G) ≥ v − 2, then prove that κ(G) = δ(G).
9. Let G be a simple graph with ∆(G) ≤ 3. Then prove that κ(G) = κ0 (G).
10. In a graph G, subdivision of an edge (u, v) is the operation of replacing (u, v) with a
path uwv through a new vertex w. Prove that if G is 2-connected and G0 is obtained
from G by subdividing an edge of G, then G0 is 2-connected.
11. For a connected graph G with at least three vertices, prove that the following statements
are equivalent:
(A) G is 2-edge connected.
(B) Every edge of G appears in a cycle.
13. Show that deleting an edge of a graph G reduces the vertex connectivity by at most 1.
15. Find a simple graph G for which κ(G) < κ0 (G) < δ(G) (Strict inequalities).
16. We define the hypercube graphs Qm as follows: V (Qm ) = {binary strings of length m}.
Two vertices of Qm are adjacent if they differ at exactly 1 position.
(a) Find κ(Qm ). (Hint: Try induction)
(b) Find κ0 (Qm )
17. Block Trees A Block B in a connected graph G is either a maximal 2-connected sub-
graph or a bridge in G. Prove the following:
(a) If C is a cycle in G, then C completely lies inside some block B.
(b) Two blocks intersect only at one vertex. This is a cut vertex.
(c) Let B = {B : B is a block of G} and A = {a : a is a cut vertex }. Define a graph
G∗ with V (G∗ ) = A ∪ B and E(G∗ ) = {(a, B) : a ∈ B, for a ∈ A, B ∈ B}. Show
that G∗ is a tree. This is called the block tree of G.