I have a little confusion here. I have seen the following several times and seem to be a bit confused as to differentiating them.
Let $E$ be a non-empty subset of $\Bbb{R}$. A sequence of functions $\{f_n\}_{n\in \Bbb{N}},$ converges pointwise to $f$ on $E$ if and only if \begin{align}f_n(x)\to f(x),\;\forall\,x\in E.\end{align}
On the other hand $\{f_n\}_{n\in \Bbb{N}},$ converges uniformly to $f$ on $E$ if and only if \begin{align}f_n(x)\to f(x),\;\forall\,x\in E.\end{align}
QUESTION:
Why is $f_n(x)\to f(x),\;\forall\,x\in E,$ is used for both uniform and pointwise convergence or I'm I missing something important? Can't we distinguish them?
$f_n$ converges pointwise means for every $c>0$ for every $x$, there exists $N(x)$ such that $n>N(x)$ implies that $|f_n(x)-f(x)|<c$
$f_n$ converges uniformly means that for every $c>0$ there exists $N$ such that for every $x$, $n>N$ implies that $|f_n(x)-f(x)|<c$.
In the simply convergence, $N(x)$ depends of $x$ but for uniformly convergence one $N$ is chosen for every $x$.