I was browsing a the internet to see if there was a non-computationally intensive proof for the four and sources consistently say that there is not.
Stack Exchange: Is there a simple way to prove the Four Colour Theorem?
However, I've come across a compelling proof that seems to do just that. The gist is that it considers the worst case: fully connected graphs force you to use V different colours where V is the number of vertices. In order to prove the 4CT, they proved that the maximum graph (w.r.t number of nodes) that still maintains planarity has max 4 nodes (max four colours needed). Therefore if you add an extra node to the graph, you could only connect it to 3 out of the 4 nodes from the previous graph while still maintaining planarity. This guarantees that there will always be a colour of the 4 that can be reused.
QUESTION: is this a fake proof?
Link: https://www.researchgate.net/publication/2102948_A_Simple_Proof_of_the_Four-Color_Theorem
If it was valid I feel it would have been well known in academia by now, but the consensus is that the 4CT is yet to be proven in this way.