This is page is a brief commentary about what proofs are examinable. As a general rule, proofs are examinable. There are a few notable exceptions
Proofs that WILL NOT be examined
- Ore’s theorem – you could need statement, but won’t have to prove
- Cayley’s theorem – You need to know the statement, and how to go back and forth between a tree and its Prüfer code. But you don’t need to be able to prove these maps are inverses.
- Various definitions of trees are equivalent
- Kruskal’s algorithm works – you need to use the algorithm, but not prove it gives a minimal spanning tree
- The five colour theorem. The six colour theorem won’t appear on the exam, either, but the techniques used probably will
A not necessarily complete list of proofs you might have to do:
Proofs that ARE examinable
- Instant insanity – prove whether or not a set of cubes has a solution
- Determine whether or not two graphs are isomorphic, with justification
- A connected graph is Eulerian if and only if every vertex has even degree
- Determine whether or not a graph is Hamiltonian “by hand”
- Proving the Petersen graph is not Hamiltonian
- Proving an Alkane is a tree
- Proving a lower bound for the Travelling Salesman Problem
- Proving that or not planar
- Proving a graph isn’t planar using Kuratowski’s theorem
- Euler’s theorem: for a planar graph.
- Using Euler characteristic and handshaking lemmas to prove something about planar graphs
- Determining the chromatic number of a graph (with proof)
- Determining the chromatic index of a graph (with proof)
- The deletion-contraction equation for chromatic polynomials
- The chromatic polynomial is a polynomial.