🧮 Brain Teaser

The Absolutely Continuous Function That Forgets Its Derivative

Let f:[0,1]Rf : [0,1] \to \mathbb{R} be absolutely continuous, with f(0)=0f(0) = 0. Suppose that

f(x)=f(x)for almost every x[0,1].f'(x) = f(x) \quad \text{for almost every } x \in [0,1].

Prove that f0f \equiv 0.

Hint: You do not need to solve a differential equation. Think about what absolute continuity gives you that mere differentiability does not.

absolute continuityGronwallLebesgue FTCiterationODE

Answer: The Absolutely Continuous Function That Forgets Its Derivative

Key Idea / Intuition

The key point is that absolute continuity lets us use the Fundamental Theorem of Lebesgue integration: f(x)=0xf(t)dtf(x) = \int_0^x f'(t)\,dt. Once we have this, the condition f=ff' = f a.e. turns the functional equation f(x)=0xf(t)dtf(x) = \int_0^x f(t)\,dt into a Gronwall-type inequality. Gronwall's inequality (or a simple iteration argument) then forces f0f \equiv 0 — the function is "too small to be nonzero."


Formal Proof / Solution

Step 1: Use absolute continuity.

Since ff is absolutely continuous and f(0)=0f(0)=0, by the Lebesgue FTC: f(x)=0xf(t)dt=0xf(t)dtfor all x[0,1].f(x) = \int_0^x f'(t)\,dt = \int_0^x f(t)\,dt \quad \text{for all } x \in [0,1].

Step 2: Bound f|f|.

Let M=supx[0,1]f(x)M = \sup_{x \in [0,1]} |f(x)|. Since ff is continuous (absolute continuity implies continuity) on a compact set, M<M < \infty. Then for all x[0,1]x \in [0,1]: f(x)0xf(t)dtMx.|f(x)| \leq \int_0^x |f(t)|\,dt \leq M \cdot x.

Step 3: Iterate the estimate.

Substitute this improved bound back: f(x)0xMtdt=Mx22.|f(x)| \leq \int_0^x M \cdot t \,dt = M \cdot \frac{x^2}{2}.

Iterate nn times: f(x)Mxnn!.|f(x)| \leq M \cdot \frac{x^n}{n!}.

Step 4: Conclude.

For any fixed x[0,1]x \in [0,1], taking nn \to \infty: f(x)M1n!0.|f(x)| \leq M \cdot \frac{1}{n!} \to 0.

Therefore f(x)=0f(x) = 0 for all x[0,1]x \in [0,1]. \blacksquare


Remark (why AC is essential): A function that is merely differentiable a.e. with f=ff' = f a.e. could potentially be pathological — for instance, the Cantor function has f=0f' = 0 a.e. but is not identically zero, precisely because it is not absolutely continuous. Absolute continuity is exactly the condition that makes the Lebesgue FTC valid, tying ff to its derivative via an integral.

Type: analysisEdit on GitHub ↗