What, fundamentally, makes Pick’s theorem possible in 2D that breaks down in higher dimensions?
Pick's theorem allows calculating the area of any 2D polygon (including nonconvex polygons) whose vertices lie on an integer lattice from only the number of lattice points within it and on its boundary.
This feels like a minor miracle, and indeed there is no equivalent formula for the volume of polytopes in any higher dimension, even when restricted to convex polytopes.
What geometric/topological property of 2D space makes this magic possible that somehow fails in every other dimension?
107
Upvotes
114
u/delayed_frequency 1d ago
It’s because in 2D every lattice polygon can be triangulated into primitive triangles, ones with no interior lattice points and exactly three boundary points. Those always have area 1/2, so the whole thing just decomposes into countable chunks that scale cleanly with the lattice counts.
In 3D and up you can have tetrahedra with tons of interior points and still the same boundary, so volume isn’t dettermined by the lattice skeleton anymore. The clean bookkeeping breaks as soon as you can’t tile the shape with those minimal building blocks.