Section Solutions for Chapter 14
Solutions to Exercise 14.1.18
Assume, without loss of generality, that the edge \(\displaystyle v_0v_1\) is red. The edge \(\displaystyle v_1v_2\) cannot be the same colour as \(\displaystyle v_0v_1\) (because they are both incident to \(\displaystyle v_1\)), so \(\displaystyle v_1v_2\) must be blue. The edge \(\displaystyle v_2v_3\) cannot be the same colour as \(\displaystyle v_1v_2\) (because they are both incident to \(\displaystyle v_2\)), so \(\displaystyle v_2v_3\) must be red. Continuing in this way, we see (by induction on \(\displaystyle k\)) that \(\displaystyle v_kv_{k+1}\) is red whenever \(\displaystyle k\) is even, and it is blue whenever \(\displaystyle k\) is odd. (That is, the two colours must alternate red, blue, red, blue, red, blue,… as we go around the cycle.)
In particular, since \(\displaystyle n\) is odd, we know that \(\displaystyle n-1\) is even, so this means that the edge \(\displaystyle v_{n-1}v_n\) is red. However, we have \(\displaystyle v_n = v_0\) so the edges \(\displaystyle v_{n-1}v_n\) and \(\displaystyle v_0v_1\) are both incident to the vertex \(\displaystyle v_0\)), so they cannot be the same colour. The contradicts the fact that both edges are red. ◾Solutions to Exercise 14.2.5
Base case: \(\displaystyle k + \ell = 2\) (so \(\displaystyle k = \ell = 1\)). Then
So the inequality is valid in the base case.
Inductive step: Assume \(\displaystyle k + \ell \ge 2\text{,}\) and that \(\displaystyle R(k',\ell') \le 2^{k' + \ell'}\text{,}\) whenever \(\displaystyle k' + \ell' \lt k + \ell\text{.}\) Since \(\displaystyle R(k,\ell) = R(\ell, k)\text{,}\) we may assume \(\displaystyle k \le \ell\) (by interchanging \(\displaystyle k\) and \(\displaystyle \ell\text{,}\) if necessary). If \(\displaystyle k = 1\text{,}\) then
Therefore, we may assume \(\displaystyle 2 \le k \le \ell\text{.}\) Since \(\displaystyle (k-1) + \ell \lt k + \ell\) and \(\displaystyle k + (\ell-1) \lt k + \ell\text{,}\) the induction hypothesis tells us that
Therefore, we see from Proposition 14.2.4 that
Solutions to Exercise 14.2.7
Solutions to Exercise 14.2.9
Solutions to Exercise 14.3.14
Base case: \(\displaystyle n=1\text{.}\) Then \(\displaystyle K_1\) is the graph with one vertex and no edges, and \(\displaystyle \chi(K_1)=1\text{.}\) Thus, when \(\displaystyle n=1\) we have \(\displaystyle \chi(K_n)=n\text{.}\)
Induction step: We begin with the induction hypothesis. Let \(\displaystyle k \ge 1\) be arbitrary, and assume that \(\displaystyle \chi(K_k)=k\text{,}\) so we can properly colour \(\displaystyle K_k\) using \(\displaystyle k\) colours, and \(\displaystyle k\) colours are required to do so.
Now consider the graph \(\displaystyle K_{k+1}\text{.}\) Let \(\displaystyle v\) be an arbitrary vertex of this graph. By our induction hypothesis, \(\displaystyle \chi(K_{k+1}\setminus\{v\})=k\text{.}\) Thus, any proper colouring of \(\displaystyle K_{k+1}\) must use at least \(\displaystyle k\) colours on the vertices other than \(\displaystyle v\text{.}\) It is not possible to colour \(\displaystyle v\) with any of these \(\displaystyle k\) colours (since \(\displaystyle v\) is adjacent to all of the other vertices, so has a neighbour that is coloured with each of these \(\displaystyle k\) colours). Therefore, \(\displaystyle \chi(K_{k+1}) \ge k+1\text{.}\) In fact, since \(\displaystyle v\) is the only vertex not yet coloured by these \(\displaystyle k\) colours, it is clear that \(\displaystyle k+1\) colours suffice to colour the graph: we colour \(\displaystyle v\) with a new colour, which is the \(\displaystyle (k+1)\)st colour. This will certainly be a proper colouring of \(\displaystyle K_{k+1}\text{.}\) Thus, \(\displaystyle \chi(K_{k+1}) =k+1\text{,}\) completing the induction step.
By the Principle of Mathematical Induction, \(\displaystyle \chi(K_n)=n\) for every \(\displaystyle n \ge 1\text{.}\) ◾