Let us denote by $\chi(G)$ the chromatic number, which is the smallest number of colours needed to colour the graph $G$ with $n$ vertices. Let $\bar{G}$ be the complement of $G$. Show that
(a) $\chi(G)+\chi(\bar{G}) \leq n+1$
(b) $\chi(G)\chi(\bar{G}) \geq n$
I was able to prove (a) using induction. Any hints on proving (b)?
Hint: consider the graph with:
vertex set $G \times G$
edges between $(v, w)$ and $(x, y)$ iff there is an edge $v$ to $x$ in $G$ or there is an edge $w$ to $y$ in $\bar{G}$
colouring $C(v, w) = (c(v), \bar{c}(w))$ where $c$ is the colouring of $G$ and $\bar{c}$ is the colouring of $\bar{G}$.
If you're wondering where I got this from, I just tried to find a graph that had the information of $G$ in it and was coloured by $\chi(G)\chi(\bar{G})$ colours.