[step:Derive the pointwise equation from the integral conservation law]
Assume the integral conservation law holds. Fix $t\in(0,T)$ and a bounded open set $V\Subset U$ with $C^1$ boundary. By the previous step,
\begin{align*}
\frac{d}{dt}\int_V u(t,x)\,d\mathcal{L}^n(x) = \int_V \partial_t u(t,x)\,d\mathcal{L}^n(x).
\end{align*}
Applying the classical divergence theorem to the $C^1$ vector field $F(t,\cdot):\overline V\to\mathbb{R}^n$ gives
\begin{align*}
\int_{\partial V} F(t,x)\cdot \nu_V(x)\,d\mathcal{H}^{n-1}(x) = \int_V \operatorname{div}_x F(t,x)\,d\mathcal{L}^n(x)
\end{align*}
(citing a result not yet in the wiki: Classical Divergence Theorem). Hence the integral conservation law becomes
\begin{align*}
\int_V \left(\partial_t u(t,x)+\operatorname{div}_x(f(u(t,x)))\right)\,d\mathcal{L}^n(x)=0.
\end{align*}
Define
\begin{align*}
g_t: U \to \mathbb{R},\qquad g_t(x)=\partial_t u(t,x)+\operatorname{div}_x(f(u(t,x))).
\end{align*}
The function $g_t$ is continuous because $u$ and $F$ are $C^1$. Suppose there exists $x_0\in U$ with $g_t(x_0)>0$. By continuity, there is $r>0$ such that $B(x_0,r)\Subset U$ and $g_t(x)>g_t(x_0)/2$ for all $x\in B(x_0,r)$. Since $B(x_0,r)$ is a bounded smooth domain,
\begin{align*}
0=\int_{B(x_0,r)} g_t(x)\,d\mathcal{L}^n(x) > \frac{g_t(x_0)}{2}\mathcal{L}^n(B(x_0,r))>0,
\end{align*}
a contradiction. The case $g_t(x_0)<0$ is identical after applying the previous argument to $-g_t$. Therefore $g_t(x)=0$ for every $x\in U$. Since $t\in(0,T)$ was arbitrary,
\begin{align*}
\partial_t u(t,x)+\operatorname{div}_x(f(u(t,x)))=0
\end{align*}
for every $(t,x)\in(0,T)\times U$.
[/step]