Assignment 7-
1. (a) Let G be a graph on n vertices. Prove that G is connected if and only if all the non-diagonal entries of
A(G) + A2(G) + · · · + An(G)
are non-zero.
(b) Let Jn and In be the n × n all 1s matrix and n × n identity matrix, respectively.
If A(G) satisfies
A2(G) = kIn + λA(G) + µ(Jn - In - A(G))
for some positive integers k, λ, µ, prove G is a k-regular graph in which every pair of adjacent vertices have exactly λ common neighbors and every pair of nonadjacent vertices have exactly µ common neighbors.
2. Suppose a connected graph G, with |V (G)| ≥ 2, has no bridges. Prove the following structure theorem for G:
"G has subgraphs H1, H2, . . . , Ht, with Ht = G and Hi a subgraph of Hi+1 for each i, satisfying the following properties:
- H1 is a cycle.
- Hi is obtained from Hi-1 by adding either:
- a path with its endpoints in Hi-1 and all of its other vertices not in Hi-1, or
- a cycle with exactly one vertex in Hi-1 and all of its other vertices not in Hi-1."
3. A connected graph G is 2-connected if for any v ∈ V (G), G\v is connected. Prove that if G is a connected graph with |V (G)| ≥ 3, then G is 2-connected if and only if for every pair of vertices u, v ∈ V (G), there is a cycle containing u and v.
4. If T is a tree with |V (T)| = n, then by the Handshake Lemma we know X
∑v∈V (T) deg(v) = 2(n - 1).
Prove the converse, in the sense that, if n ≥ 2 is a positive integer, and d1, d2, . . . , dn are positive integers such that
d1 + d2 + · · · + dn = 2(n - 1),
then there exists a tree T with V (T) = {v1, v2, . . . , vn} and deg(vi) = di for all i.
5. (a) Let T be a tree on n vertices. Determine PT(k) in terms of n and k.
(b) For any positive integer n ≥ 3, let Cn be a cycle on n vertices. Let Wn be the graph obtained by adding a new vertex to Cn that is adjacent to every vertex in Cn. Determine PW_n(k) in terms of n and k. Use this to find χ(Wn).