Let $\Omega$ be an open set in $\mathbb{R}^n$ and let $f\in L^1_{\text{loc}}(\Omega)$. To show that weak derivatives are unique up to a set of measure zero, suppose $g_{x_i}, \tilde{g}_{x_i}\in L^1_{\text{loc}}(\Omega)$ are two weak derivatives of $f$ with respect to $x_i$. Then, $$\int_{\Omega}f\varphi_{x_i}\, dx=-\int_{\Omega}g_{x_i}\varphi\, dx$$ and $$\int_{\Omega}f\varphi_{x_i}\, dx=-\int_{\Omega}\tilde{g}_{x_i}\varphi\, dx$$ for any $\varphi\in C^{\infty}_c(\Omega)$. So we have $$\int_{\Omega}(g_{x_i}-\tilde{g}_{x_i})\varphi\,dx=0.$$ From here, how can I conclude $g_{x_i}=\tilde{g}_{x_i}$ almost everywhere on $\Omega$?
-
1Are the weak derivatives assumed to exist only as generalized functions or as locally integrable functions? Your notations seem to indicate that they are locally integrable. In that case what you are asking is: $h$ locally integrable, $\int h\phi =0$ for all $C^{\infty}$ functions $\phi$ with compact support then $h=0$ a.e.. Is this what you are asking? Sorry if I have not read your question properly. – Kavi Rama Murthy Apr 04 '18 at 05:31
-
1By approximating $1_B$ you can show that it is true for indicator functions of open balls, then open sets, then Borel sets and then Lebesque measurable sets. Then choose the indicator function of the set where $g_{x_i}-\tilde{g}_{x_i} >0$. – copper.hat Apr 04 '18 at 05:34
-
@KaviRamaMurthy Yes two weak derivatives are assumed to be locally integrable. Sorry I did not specify. – Koda Apr 04 '18 at 05:37
1 Answers
Yes. We are to prove that if $f\in L^1_{\rm{loc}}(\Omega)$ satisfies $\displaystyle\int_{\Omega}f\varphi=0$ for all $\varphi\in C_{0}^{\infty}(\Omega)$, then $f=0$ a.e. on $\Omega$.
Let $K$ be any compact subset of $\Omega$, and take $\psi\in C_{0}^{\infty}(\Omega)$ such that $\psi=1$ on $K$. Define a function $f_\psi$ on $\mathbb{R}^n$ as \begin{equation*} f_{\psi}(x)= \begin{cases} 0 & x\notin\Omega, \\ f(x)\psi(x) & x\in\Omega. \end{cases} \end{equation*} which extends $f$ canonically to the whole ${\bf{R}}^{n}$. Then $f_{\psi}\in L^{1}({\bf{R}}^{n})$. Pick a mollifier $\varphi\in C_{0}^{\infty}({\bf{R}}^{n})$. Note that $\varphi_{\epsilon}\ast f_{\psi}\rightarrow f_{\psi}$ in $L^{1}_{\rm{loc}}({\mathbb{R}}^{n})$ as $\epsilon\to 0$. We have \begin{align*} \varphi_{\epsilon}\ast f_{\psi}(x)=\int f(y)\psi(y)\varphi_{\epsilon}(x-y)dy, \end{align*} and note that for a fixed $x$, the map $y\mapsto\psi(y)\varphi_{\epsilon}(x-y)\in C_{0}^{\infty}(\Omega)$, so $\varphi_{\epsilon}\ast f_{\psi}=0$ by hypothesis. As $\epsilon\to 0$, we have $\varphi_{\epsilon}\ast f_{\psi}\to f_{\psi}$ and thus $f_{\psi}=0$ a.e. on $\Omega$
Hence $f=0$ a.e. on $K$. Since $K$ is arbitrary compact subset of $\Omega$, we have $f=0$ a.e. on $\Omega$.

- 815

- 55,591
-
Locally integrable for $f$ is assumed. As @Kavi Rama Murthy indicated there. – user284331 Apr 04 '18 at 05:33
-
-
Just a comment: the lemma proved in this reply is known as "the fundamental lemma of the calculus of variations", since it is the crucial step is obtained the Euler-Lagrange equation for the minimizer of a functional. – Raz Kupferman Oct 18 '19 at 14:35
-
Why do you need to canonically extend $f$ to the whole $\mathbf R^n$ ? Doesn't the proof work the same if you directly consider $f$ and a mollifier $\varphi \in C_0^\infty(\Omega)$ ? – Stratos supports the strike May 02 '23 at 09:41
-
@StratosFair, for how do you interpret $\int_{\mathbb{R}^{n}}f(y)\varphi(x-y)dy$ for the variable $y\in\Omega^{c}$ but $f$ is not defined on $\Omega^{c}$? – user284331 May 02 '23 at 12:39
-
In Evans' book, appendix C.5, the convolution of $f\in L^p_{\text{loc}}(U)$ with the standard mollifier $\eta_\epsilon$ is defined on $U_\epsilon$ as $$f^\epsilon(x) := \int_U \eta_\epsilon(x-y) f(y) dy$$ where $U_\epsilon := {x\in U\mid \text{dist}(x,\partial U) > \epsilon}$. If you take $f^\epsilon$ to be $\equiv 0$ on $U\setminus U_\epsilon$ then the local $L^p$ approximation holds and your argument can be applied (unless I'm missing something) – Stratos supports the strike May 02 '23 at 13:12