I worked on a problem that gives an adjacency matrix and lets you draw a graph from that. After some time I found that the graph is a) planar and b) not any planar graph, but a Octahedron.
The next part asked for a coloring of the graph and a proof thereof. We know that every planar graph can be colored in at most 4 colors by the 4-Color-Theorem, but after some trying I found out the above graph can be actually colored in 3 colors. Is there any straightforward proof of that, besides a proof by picture that just shows the actual coloring?
It has to do with the triangles that exist in the graph, so I thought a bit about using some kind of structural induction that starts with one triangle and then adds more until the structure is complete, but I think that is also quite involved.

Each vertex is adjacent to four others, and antipodal to one. There are six vertices, hence three nonadjacent, antipodal pairs. Each antipodal pair receives one color.