Consider the Hamilton Jacobi equation $$\begin{cases} u_t + |\nabla u|^2 = 0 & x \in \mathbb{R}^n, t > 0\\ u = g(x) & t = 0 \end{cases}$$ Suppose $g$ is Lipschitz and $|g(x)| \leq \frac{M}{|x|},$ where $M > 0.$ Show that $u(x,t) \to 0$ as $t \to \infty.$
I know the solution is given by $$ u(x,t) = \min_{y \in \mathbb{R}^n} \left\{ \frac{|x-y|^2}{4t} + g(y) \right\}$$ which is just the Hopf-Lax formula with the Lagrangian $L(q) = \frac{|q|^2}{4}.$ However, I am completely stumped on showing that $u \to 0$ as $t \to \infty.$ One thing we do know is that for $g$ Lipschitz, we have $$ |u(x,t) - g(x)| \leq Ct$$ for some $C, t > 0$ A proof of this can be found in Evans chapter 3.
I feel like this latter fact should be enough for one to show that $u \to 0,$ but I've been stuck on it for some time now. Any sugggestions? Thanks in advance.