Euler's formula states that if a finite, connected, planar graph is drawn in the plane without any edge intersections, and v is the number of vertices, e is the number of edges and f is the number of faces (regions bounded by edges, including the outer, infinitely large region), then
$$ v − e + f = 2 $$
-Wikipedia, Planar graph.
There are many proofs exist to the above result. One e-page that surmise many of them is well known, and could be found here - http://www.ics.uci.edu/~eppstein/junkyard/euler/all.html.
Yesterday I have been watching lecture 12 in linear algebra by Gilbert Strang, MIT. He introduced some application of the four fundamental subspaces, and one of them were Euler's formula, but I couldn't to follow his explanation this time.
Can someone sketch me a proof of Euler's result in linear algebra terms?
Thank you.