Wikipedia presents a definition of the Lebesgue integral (of a nonnegative function $f$) that I hadn't encountered before:
Let $f^*(t)=\mu \left (\{x\mid f(x)>t\} \right )$.
The Lebesgue integral of $f$ is then defined by$\int f\,d\mu = \int_0^\infty f^*(t)\,dt$
where the integral on the right is an ordinary improper Riemann integral
My question is, what is the relation between this definition and more standard definitions, like the supremum of $\int \phi\,d\mu$ over simple functions $\phi$ such that $0 \leq \phi \leq f$?
I'm also interested in understanding the intuitive justification provided for this definition:
Using the "partitioning the range of $f$" philosophy, the integral of $f$ should be the sum over $t$ of the area of the thin horizontal strip between $y = t$ and $y = t + dt$. This area is just
$\mu \left (\{x\mid f(x)>t\} \right ) \,dt$.
I don't see why that's the area of the infinitesimal strip. Clearly the width of the strip is $dt$, but why is the length of the strip $\mu \left (\{x\mid f(x)>t\} \right ) \,$?
Any help would be greatly appreciated.
Thank You in Advance.
EDIT: It seems to me that the same reasoning that shows that the Lebesgue integral of $f$ can be expressed as $\int_0^\infty f^*(t)\,dt$ can also be used to express $f$ itself as $f(x) = \int_0^\infty f^{**}(x,t)\,dt$, where $f^{**}(x,t) = \chi_{\{s:f(s)>t\}}(x)$. Am I right about that?

Say you have a nonnegative function $f$. Let $M > 0$ be fixed and let $n \in \mathbb N$. Partition the range of $f$ into the sets
Approximate the integral of $f$ by $$ \sum_{k=0}^{2^n - 1} \frac{kM}{2^n} \mu \left( \left\{ \frac{kM}{2^n} < f \le \frac{(k+1)M}{2^n} \right\} \right) + M \mu(\{f > M\}).$$
It isn't hard to see that this expression approximates the integral of $f$ because if $f$ is integrable then $M \mu(\{f > M\}) \to 0$ as $M \to \infty$, and the simple function $$\sum_{k=0}^{ 2^n - 1} \frac{kM}{2^n} \chi_{\{\frac{kM}{2^n} < f \le \frac{(k+1)M}{2^n}\}}(x)$$ approximates $f$ uniformly on the set $\{f \le M\}$.
Define $a_k = \dfrac{kM}{2^n}$ and $b_k = \displaystyle \mu \left( \left\{ f > \frac{kM}{2^n} \right\} \right)$. The sum above may be written as $$\sum_{k=0}^{2^n - 1} a_k (b_k - b_{k+1}) + a_{2^n} b_{2^n}.$$ Now employ the summation-by-parts trick to find this equal to $$ \sum_{k=1}^{2^n} (a_k - a_{k-1}) b_k = \sum_{k=1}^{2^n} \frac{M}{2^n} \mu( \{f > kM/2^n\}).$$As $n \to \infty$, the latter integral converges to $$\int_0^M \mu(\{f > t\}) \, dt.$$ Finally let $M \to \infty$ to get the integral of $f$.