Theorem: let $f:I\to \mathbb{R}$ be absolutely continuous, then $f'$ exists a.e.
As mentioned here, Rudin's Real and Complex Analysis proves the theorem using a fair bit of measure theory. The theorem, however, is very easily stated with little measure theory; one would only need said theory to define the meaning of "a.e.", which could be done as follows:
Definition: for an arbitrary $x\in\mathbb{R}$, let $P(x)$ be a statement about $x$ (e.g. "$x$ is rational", "$x$ is larger than 2", etc.). We write $$¬P:=\{x\in\mathbb{R} : P(x) \text{ is false}\}$$
We say that $P$ holds almost everywhere iff
$$\inf\left\{\sum_{k=1}^{\infty}(b_k-a_k) : ¬P\subseteq \bigcup_{k=1}^{\infty}[a_k,b_k] \right\} = 0.$$
Considering that the above is the only bit of measure theory we need to state the theorem, is it possible to prove the theorem without invoking any more measure theoretical machinery?