[Math] A curve whose image has positive measure

differential-geometryreal-analysis

It is well-known that there are continuous curves $f:I \to \mathbb R^2$ (where $I \subset \mathbb R$ is an interval) whose image have positive measure (e.g Peano curve).
I have read somewhere that if we require the curve to be differentiable evrywhere then this cannot happen; but if we require it to be almost everywhere differentiable, then it can happen! How could one proceed to prove the first statement and give a counterexample for the second?

Best Answer

Let $\phi : [0, 1] \to [0, 1]$ be the Cantor-Lebesgue function, and $\alpha : [0, 1] \to \Bbb{R}^n$ be a space-filling curve.

Since $\phi$ is stationary outside the Cantor set, it is locally constant almost everywhere. That is, $\beta := \alpha \circ \phi$ is also locally constant everywhere, allowing it to be differentiable a.e.. (In fact, $\beta' = 0$ a.e.!) On the other hand, $\phi$ is continuous and surjective. Thus $\beta$ is also a continuous path and the image of $\beta$ coincides with $\alpha$. That is, $\beta$ is also a space-filling curve. Therefore this serves as a counter-example.


Let $f : [0, 1] \to \Bbb{R}^n$ be a differentiable curve in $\Bbb{R}^n$ ($n \geq 2$). Let $\Gamma = f([0, 1])$ be the image of $f$ in $\Bbb{R}^n$.

Assuming that $|f'|$ is Lebesgue integrable, we can prove the first statement.

Theorem. [7.21, Rudin] If $f : [a, b] \to \Bbb{R}$ is everywhere differentiable and its derivative $f'$ is Lebesgue integrable, then $$ f(b) - f(a) = \int_{a}^{b} f'(t) \; dt. $$

This theorem immediately implies the following corollary:

Corollary. Let $f : [0, 1] \to \Bbb{R}^n$ be everywhere differentiable and its derivative $f'$ is Lebesgue integrable. Then for any $\epsilon > 0$, then there exists a partition $\Pi = \{ 0 = x_0 < \cdots < x_N = 1 \}$ such that for $$\epsilon_k = \sup \{|f(x) - f(y)| : x, y \in [x_{k-1}, x_k] \}, \quad (1 \leq k \leq N)$$ we have $$\epsilon_k \leq \epsilon \quad \text{and} \quad \sum_{k=1}^{N} \epsilon_k \leq \| f' \|_1.$$

Proof. Since $f'$ is Lebesgue integrable, it is absolutely continuous. Thus there exists $\delta > 0$ such that whenever a measurable subset $E \subset [0, 1]$ satisfies $|E| < \delta$, we have $\int_E |f'| < \epsilon$. Now let $\Pi = \{x_k\}$ be a partition of $[0, 1]$ into subintervals with length less than $\delta$. Then for each $x_{k-1} \leq x < y \leq x_k$, $$ |f(y) - f(x)| = \left| \int_{x}^{y} f' \right| \leq \int_{x}^{y} |f'| \leq \int_{x_{k-1}}^{x_k} |f'| < \epsilon. $$ Thus $$ \epsilon_k \leq \int_{x_{k-1}}^{x_k} |f'| < \epsilon $$ and the conclusion follows. ////

Remark. If $f'$ is bounded, then it is Lebesgue integrable. Also, in this case, the conclusion of the Corollary follows directly by mean value theorem.

Now let $\epsilon > 0$ and $\Pi$ be a corresponding partition of $[0, 1]$ by Corollary. Then we can cover $\Gamma$ by balls $B_{2\epsilon_k}(f(x_k))$ for $k = 1, \cdots, N$. Thus

$$ |\Gamma| \leq \sum_{k=1}^{N} \left|B_{2\epsilon_k}(f(x_k))\right| \leq \sum_{k=1}^{N} C_n \epsilon_k^n \leq C_n \epsilon^{n-1} \sum_{k=1}^{N} \epsilon_k \leq C_n \epsilon^{n-1} \| f' \|_1, $$

where $C_n$ is a constant depending only on the dimension $n$. (In fact, we can choose $C_n = |B_2|$.) Thus taking $\epsilon \to 0$, we have the desired result.

Related Question