Euler Formula and Applications
Euler's formula for planar graphs provides powerful constraints on graph structure, leading to edge bounds and planarity tests.
For any connected planar graph with vertices, edges, and faces:
For disconnected graphs with components: .
Induct on . Base: gives isolated vertices, outer face, so ✓.
Inductive step: Remove an edge . If is a bridge, it reduces components by 1 and faces stay same: becomes after restoring . If is not a bridge, it merges two faces: gives ✓.
For a connected planar graph with vertices and edges:
- (general bound)
- If no triangles: (bipartite bound)
These bounds immediately prove and are non-planar.
has vertices and edges. If planar, . But , contradiction. Thus cannot be planar.
Similarly, is bipartite with , . Bipartite bound gives , so is non-planar.
In a planar graph, each face has degree (number of edges bounding it). Then: This double-counts edges: each edge bounds two faces (or one face twice if a bridge).
Euler's formula extends to surfaces: on a surface of genus (sphere has , torus ), the formula becomes: This Euler characteristic is a topological invariant, connecting graph theory to algebraic topology.