Vizing's Theorem haiku
Swap available colours
and find SDR.
Vizing's theorem says:
For any simple graph , the edge chromatic number is at most .
The proofShort proofs of classical theorems. Journal of Graph Theory 44(3). J Adrian Bondy (2003). is by induction on the number of vertices; pick a vertex and start with a -edge-colouring of .
Ideally, we could just colour the edges around and extend the edge-colouring to one of . Those colours would need to be a system of distinct representatives (SDR) for the sets of colours still available at each of the neighbours of .
If we can't find a full SDR, then we can still try to colour as many of 's edges as possible. Then, if an edge is still uncoloured, we can follow a proof of Hall's Theorem to get a set of coloured edges such that:
- can't be coloured because there are fewer than total colours among those available at and in the colouring of , but
- if you un-colour any one of the edges and swap around the colours of the other ones, it would become possible to colour .
Note also that
- regardless of how we assign colours to edges of , each vertex will have at least one colour left unused by the edges around it.
The first and third facts put together tell us that some colour (say, blue) is available at two vertices among and .
The second fact implies that any colour (e.g. red) still available at can't be available at any of the , as otherwise we could swap around the colours to colour and then use red for .
Look at the subgraph of formed by the red and blue edges — it's made of paths and even cycles. We know that is incident with a blue edge but not a red one, so it's the end of a path in .
We also know that there are two vertices among that are incident with a red edge but not a blue one; those are also ends of paths in . The paths might be the same as each other, and one might be the same as 's path, but the important thing is that we have a red-blue path where at least one of the ends is a neighbour of and the other end is any vertex other than .
We can now modify the colouring of to swap red and blue along this path, which frees up red at . If is itself, then we can colour red; otherwise, we can uncolour , swap colours around to colour , and use red for .
Either way, we've shown that the modified colouring of has a larger set of distinct representatives than the original colouring. By repeating this process, we eventually find a colouring of that has a full SDR — and therefore can be extended to a full -edge-colouring of .