I just want to clarify the notion of uniform convergence.
Suppose, I have a sequence of function like this,
$$f_n(x) = \frac{n}{e+n^2x^2}$$
Clearly for $|x| > 0$, $f_n(x) \to 0$ if $n \to \infty$. I was tempted to say that for $|x| > 0$ the function converges uniformly to $0$. But I realize, wouldn't we have variable value for $N$ if $x < 1$?
Here's the rough argument that leads me to that conclusion: (valid only for $|x| \ge 1$)
$$\frac{n}{e+n^2x^2} < \frac{1}{nx^2} < \frac{1}{n} < \epsilon$$
Should the uniform convergence interval then only be for $|x| \ge 1$?
Does this corresponds to the definition of uniform convergence? Am I misinterpreting it? Or instead, as long as the sequence of function converges to the same function, whatever the value of $x$ is, then it is uniformly convergent?