Theorem 1.10 in Apostol's Calculus, Volume 1 states that if $f$ is nonnegative and integrable on $[a, b]$, and $Q$ is the ordinate set of $f$ over $[a, b]$, then $Q$ is measurable and its area is equal to $\int_a^b f(x)\,dx$.
The ordinate set of a nonnegative function $f$ over $[a, b]$ is defined as $\{(x, y) : a \le x \le b,\;0 \le y \le f(x)\}$.
The proof uses what Apostol calls the Exhaustion Property, which is the following axiom:
Let $Q$ be a set that can be enclosed between two step regions $S$ and $T$, so that
(1.1) $S \subseteq Q \subseteq T$.
If there is one and only one number $c$ which satisfies the inequalities $a(S) \le c \le a(T)$ for all step regions $S$ and $T$ satisfying (1.1), then $Q$ is measurable and $a(Q) = c$.
$a$ is an area function; a step region is the union of finitely many side-by-side rectangles whose bases are on the $x$-axis; a rectangle is a set congruent to a set of the form $\{(x, y) : 0 \le x \le h,\;0 \le x \le k\}$ for some nonnegative real numbers $h$ and $k$.
Here is Apostol's proof:
Let $S$ and $T$ be two step regions satisfying $S \subseteq Q \subseteq T$. Then there are two step functions $s$ and $t$ satisfying $s \le f \le t$ on $[a, b]$, such that $a(S) = \int_a^b s(x)\,dx$ and $a(T) = \int_a^b t(x)\,dx$. Since $f$ is integrable on $[a, b]$, the number $I = \int_a^b f(x)\,dx$ is the only number satisfying the inequalities $\int_a^b s(x)\,dx \le I \le \int_a^b t(x)\,dx$ for all step functions $s$ and $t$ with $s \le f \le t$. Therefore this is also the only number satisfying $a(S) \le I \le a(T)$ for all step regions $S$ and $T$ with $S \subseteq Q \subseteq T$. By the exhaustion property, this proves that $Q$ is measurable and that $a(Q) = I$.
If I understand the Exhaustion Property correctly, the following need to be proved:
- There exist step regions $S$ and $T$ such that $S \subseteq Q \subseteq T$.
- For all step regions $S$ and $T$ satisfying $S \subseteq Q \subseteq T$, $a(S) \le \int_a^b f(x)\,dx \le a(T)$.
- If $c$ is a number such that $a(S) \le c \le a(T)$ for all step regions $S$ and $T$ such that $S \subseteq Q \subseteq T$, then $c = \int_a^b f(x)\,dx$.
It doesn't look like Apostol proves (1). Is it actually unnecessary to do that?
It's easy to do - we can let $S = \{(x, y) : a \le x \le b,\;y = 0\}$. Since $f$ is integrable, it's bounded, so there's a $u$ such that $f(x) \le u\;\forall x \in [a, b]$. We can let $T = \{(x, y) : a \le x \le b,\;0 \le y \le u\}$.
A proof of (2) is sketched out in the second and third sentences. Apostol doesn't seem to prove (3), as he doesn't show that $\int_a^b s(x)\,dx \le c \le \int_a^b t(x)\,dx$ for all step functions $s$ and $t$ on $[a, b]$ such that $s \le f \le t$, which is the only way I can see to prove (3). Am I right, or am I misreading the proof?
If my thought about proving (3) is correct, then it doesn't seem to be possible to prove (3) within Apostol's framework, because it doesn't seem to be true that given a step function $s$ such that $s \le f$, there always exists a step region $S$ such that $S \subseteq Q$ and $\int_a^b s(x)\,dx \le a(S)$. We would need this in order to show that $\int_a^b s(x)\,dx \le c$.
Here's an example:
Define $f: [0, 1] \to \mathbb{R}$ by $f(x) = 0$ if $x \in \{0, 1\}$ and $f(x) = 1$ otherwise. Clearly, $f$ is nonnegative. Since $f$ is a step function, it is integrable. Let $s = f$. Then $s$ is a step function such that $s \le f$; $\int_0^1 s(x)\,dx = 1$. Let $Q$ be the ordinate set of $f$ over $[0, 1]$. Suppose for the sake of contradiction that there exists a step region $S$ such that $S \subseteq Q$ and $\int_0^1 s(x)\,dx \le a(S)$. If the left side of $S$ were to the right of the line $x = 0$, then $a(S) < 1 = \int_0^1 s(x)\,dx$, which isn't the case. So, the left side of $S$ must be along the line $x = 0$. Similarly, the right side of $S$ must be along the line $x = 1$. Because $S$ is a subset of $Q$, the height of each rectangle in $S$ is no more than 1. If the height of some rectangle were less than 1, then $a(S) < 1$, which is impossible, as we just saw. So, the height of each rectangle must be 1. This implies that $(0, 1)$ is the point at the upper left-hand corner of the leftmost rectangle in $S$. This point isn't in $Q$, so we have a contradiction of the fact that $S \subseteq Q$. Thus, there is no step region $S$ such that $S \subseteq Q$ and $\int_0^1 s(x)\,dx \le a(S)$.
Does this show that it is impossible to prove (3) within Apostol's framework?