Problem
Let $u(x,t) = \frac{e^\frac{-x^2}{4t}}{\sqrt{4 \pi t}} $ for $ t > 0, > x \in \mathbb{R} $. If a > 0, prove that $u(x,t) \rightarrow 0$ as $t > \rightarrow 0+$, uniformly for $x \in [a, \infty ]$
I proved like this, but I didn't understand well.
$|u(x,t)| \le u(a,t)$ for all $ x \in \mathbb{R} $ and $u(a,t) = \frac{e^\frac{-a^2}{4t}}{\sqrt{4 \pi t}} $.
As t -> 0+, $e^\frac{-a^2}{4t}$ converges to zero much faster than $ \frac{1}{\sqrt{4 \pi t}} $ to infinity. Thus u(a,t) uniformly converges to zero, so u(x,t) uniformly converges to zero for all $ x \in \mathbb{R} $.
Is my proof correct?