What is the formal, precise definition of area (and that of volume) in geometry?

Never underestimate the value of primitive notions! That said:

Here's one way to define area for a wide range of shapes in $\mathbb{R}^2$ without resorting to measure theory (and is arguably closer to the intuitive definition of area - but see below). First, define by fiat that the area of an $a\times b$ rectangle is $ab$. Next, we say that two shapes have the same area if we can cut one shape into finitely many pieces by finitely many cuts, and rearrange those pieces through finitely many rigid motions to get the other shape. See page 2 of this paper by Hales.

(EDIT: the definition of area of a rectangle introduces nontrivial issues around well-definedness, see the comments by Eric Wofsey below. If we want to avoid this issue, we can just define the area of a shape to be the set of all shapes it is scissors-equivalent to.)

Now, this approach has a couple drawbacks. First of all, it utterly fails to measure the area of non-polygons. But arguably that's fine - maybe in the context of classical Euclidean geometry, we really only care about polygons, and indeed this approach does successfully compute the area of every polygon: any polygon can be cut and rearranged appropriately into a rectangle. The more serious problem comes when we try to generalize to higher dimensions: it turns out that even in dimension $3$, things break down! There are polyhedra with the same volume which cannot be cut and rearranged into each other. See Hilbert's third problem. This can be fixed by adding more complicated operations than just the scissor operations, but things rapidly get complicated. In particular, I'm not aware of any nicely-describable version of the scissor congruence which works for $n$-dimensional polyhedra; which, in my mind, is a good argument for the naturality of Lebesgue measure.

Note that Lebesgue measure is really two separate topics: first, outer measure ($\mu(A)$ is the inf over all covers by boxes of the sum of the measures of the boxes involved), and second, the algebra of measurable sets. But this second issue can be laid aside for "classical" geometry, and what we're left with is a formal notion that - in my opinion - does a very good job of capturing the informal concept of area/volume/etc. In particular, arguments by exhaustion for calculating the area of (say) the circle feel (to me) grounded in a view of area very close to this one. I go back and forth over which (scissors or measure) corresponds better to the "pre-theoretic" notion of area/volume/etc (and even over whether there is such a notion in the first place in any meaningful sense!). Right now, I fall very slightly on the scissors side, but that may change.


So in Euclidean geometry we have a list of axioms, together with some undefined terms. These undefined terms include: "point," "line" and "area," among others. So "area" has no precise definition in Euclidean geometry. See here.


The other answers so far have mentioned basically three kinds of unsigned area:

  1. Scissors-congruence to compare areas. Note that this approach does not define area itself as a magnitude, unless you further add the notion of real numbers. It also fails for non-polygons unless you take limits, in which case it becomes equivalent to the next kind of area.

  2. Jordan measure (equal to both the limit of the total area of grid squares contained in the figure as the grid size tends to zero and the limit of the total area of grid squares needed to contain the figure as the grid size tends to zero, if these limits are equal). Any bounded object in classical geometry has finite Jordan measure, and this is the simplest intuitive notion that the classical geometers would surely agree with, since the method of exhaustion is essentially based on the same principle. Jordan area defined is finitely-additive and hence classical geometry works as usual.

  3. Lebesgue measure, which assigns a countably-additive area to some sets of the plane, and is compatible with Jordan measure whenever the Jordan measure is defined.

All of the above generalize easily to higher dimensions.

However, there is also signed area, which can drastically reduce the number of cases in Euclidean plane geometry when it comes to polygons. We define (signed) area of a polygon using the shoelace algorithm, and then check that $area(XP...QYR...S) = area(XP...QY) + area(YR...SX)$ (the area of a polygon is the sum of the areas of its parts), and that area is preserved when the vertices are cycled but negated when they are reversed. This allows us to handle most geometry problems without having unnecessary cases, unlike if we use unsigned area.

Nevertheless, it is not so easy to extend signed area to non-polygonal regions. We can define the (signed) area of a region bounded by a (directed) rectifiable closed curve as the limit of the area of the approximating polygon. It turns out that the limit exists, but is not so easy to prove. (To see that the condition of rectifiability cannot be dropped, note that an Osgood curve is a continuous closed curve with positive Lebesgue measure, and hence its interior is not Jordan measurable, which implies that the limit does not exist.)

Also, signed volume is even more troublesome to define, so it is not very useful compared to the Lebesgue measure for general sets in $\mathbb{R}^3$.