The Geometry Junkyard


Euler's Formula, Proof 18: Hyperplane Arrangements

This proof comes from a 1997 paper by Jim Lawrence. It applies to convex polytopes in \(\mathbb{R}^d\), and resembles in some ways the valuation proof.

If \(\mathcal{A}\) is a finite arrangement of hyperplanes in \(\mathbb{R}^d\), it partitions \(\mathbb{R}^d\) into faces, sets of points that are all contained within the same set of hyperplanes, and that are on the same side of all hyperplanes that do not contain them. Lawrence defines an \(\mathcal{A}\)-polyhedron to be any union of faces, and he defines a function \(\chi\) from \(\mathcal{A}\)-polyhedra to integers, where if \(f\) is a face then \(\chi(f)=(-1)^{\dim f}\), and if \(P\) is an \(\mathcal{A}\)-polyhedron composed of faces \(f_i\) then \(\chi(P)=\sum\chi(f_i)\).

It is not difficult to see that \(\chi\) has the same value for \(P\) in all arrangements \(\mathcal{A}\) for which \(P\) is an \(\mathcal{A}\)-polyhedron; for, adding any superfluous hyperplane to the arrangement merely splits some faces into two same-dimension faces and one face of one lesser dimension, which does not change the total value of \(\chi\) for those faces, and removing any hyerplane merely reverses this process. Consequentially, if \(P\) is any nonempty intersection of finitely many open halfspaces then \(\chi(P)=(-1)^{\dim P}\), for \(\mathcal{A}\) can be assumed to be the arrangement of boundary hyperplanes of the halfspaces defining \(P\), for which \(P\) is a face. In particular, from the intersection of zero halfspaces we obtain \(\chi(\mathbb{R}^d)=(-1)^d\). Also, it is obvious from the construction that the value of \(\chi\) on a disjoint union of polyhedra is simply the sums of its values on the individual polyhedra making up the union.

We can now calculate the Euler characteristic of a closed \(d\)-dimensional convex polyhedron \(P\), by embedding \(P\) on a hyperplane missing the origin in \(\mathbb{R}^{d+1}\), forming the infinite cone \(C\) of positive scalar multiples of points in \(P\), and computing \(X(P)=\chi(C)\). This valuation (when viewed in terms of the arrangement of hyperplanes through the facets of this cone) includes a term of the form \((-1)^k\) for every \(k\)-dimensional face of \(P\), including \(1\) for the empty face (corresponding to the apex of the cone), \(-1\) for the vertices (rays forming edges of the cone, which are \(1\)-dimensional faces of the arrangement), etc.

By additivity, \[ X(P) = \chi(\mathbb{R}^{d+1}) - \chi(\mathbb{R}^{d+1}\setminus C) = (-1)^{d+1} - \chi(\cup H_i), \] where \(H_i\) is the open halfspace bounded by the \(i\)th hyperplane on the side of that hyperplane away from \(C\). We already know the value of the first of these two terms, and the second can be calculated by inclusion-exclusion as \[ \sum_{S\subset [1,n]} (-1)^{|S|} \chi\left(\cap_{i\in S} H_i\right) \] summed over all nonempty subsets of the halfspaces \(H_i\). But all such subsets have nonempty intersection (they contain the cone complementary to \(C\)) and are open convex polyhedra, so we can simplify the sum above to \[ \sum_{i=1}^n (-1)^i \binom{n}{i} (-1)^{d+1} = (-1)^{d+1}, \] which exactly cancels the \(\chi(\mathbb{R}^{d+1})\) term leaving \(X(C)=0\).


Proofs of Euler's Formula.
From the Geometry Junkyard, computational and recreational geometry pointers.
David Eppstein, Theory Group, ICS, UC Irvine.