10

If $f:\mathbb{R}^n\to\mathbb{R}$ is continuous, does Lebesgue's differentiation theorem hold at all points? That is, does $$\lim_{r\to0}\frac{1}{|B(x,r)|}\int_{B(x,r)}f(y) \, dy=f(x)$$ $\textit{everywhere}$?

2 Answers2

15

Yes. Fix $x\in\mathbb{R}^n$ and $\varepsilon>0$, and choose $\delta>0$ such that if $|x-y|<\delta$ then $|f(x)-f(y)|\leq\varepsilon$. If $0<r<\delta$, then $$\Big|\frac{1}{|B(x,r)|}\int_{B(x,r)}f(y)\;dy-f(x)\Big|\leq \frac{1}{B(x,r)}\int_{B(x,r)}|f(x)-f(y)|\;dy\leq\varepsilon$$ which shows that $$ \lim_{r\to 0}\frac{1}{|B(x,r)|}\int_{B(x,r)}f(y)\;dy=f(x)$$

carmichael561
  • 53,688
1

Note that near $x$ $|f(x)-f(y)|\le f(x)+\epsilon(y)$ with $\epsilon(y)\to 0$ as $y\to x$ by definition of continuity, in particular it is a bounded function. But then we have

$${1\over\operatorname{vol}(B(x,r))}\left|\int_{B(x,r)}f(y)\,dy -\int_{B(x,r)}f(x)\right| \le {1\over\operatorname{vol}(B(x,r))} \left| \int_{B(x,r)}\epsilon(y)\,dy\right|$$

$$\le \sup_{y\in B(x,r)}\epsilon(y)\stackrel{y\to x}{\longrightarrow}0$$

Adam Hughes
  • 36,777