This is a pretty basic question. I just don't understand the definition of uniform convergence.
Here are my given definitions for pointwise and uniform convergence:
Pointwise convergence: Let $X$ be a set, and let $F$ be the real or complex numbers. Consider a sequence of functions $f_n$ where $f_n:X\to F$ is a bounded function for each $n\in \mathbb N$. $f:X\to F$ is the pointwise limit of $f_n$ if for every $x \in X$, $$\lim_{n\to \infty}f_n(x)=f(x).$$
Uniform convergence: Let $f_n$ be a sequence of functions in the set of all bounded functions from $X$ to $F$ where $F$ is the real or complex numbers. The sequence is said to converge uniformly to a bounded function $f:X \to F$ if, given $\epsilon>0$, there exists an $N\in \mathbb N$ s.t. $\sup\{|f_n(x)-f(x)| : x \in X \}<\epsilon$ for $n\ge N$
I'm sorry I don't have a more specific question. I just don't see the exact relation/difference between the two definitions. I've asked two different professors to explain this to me but neither of their explanations helped.
Edit: Attempting to show that uniform convergence implies pointwise convergence if $f_n$ converges uniformly to f, then $\sup\{|f_n(x)-f(x)| : x\in X \}$ for $n\ge N$. Thus, $|f_n(x)-f(x)|<\epsilon$ for $n\ge N$, which is the definition of pointwise convergence.
It may help if you unfold the definition of limit in pointwise convergence.
Then pointwise convergence means that for each $x$ and $\epsilon$ you can find an $N$ such that (bla bla bla). Here the $N$ is allowed to depend both on $x$ and $\epsilon$.
In uniform convergence the requirement is strengthened. Here for each $\epsilon$ you need to be able to find an $N$ such that (bla bla bla) for all $x$ in the domain of the function. In other words $N$ can depend on $\epsilon$ but not on $x$.
The latter is a stronger condition, because if you have only pointwise convergence, it may be that some $\epsilon$ will require arbitrarily large $N$ for some $x$s.
For example, the functions $f_n(x)=\frac{x}{n}$ converge pointwise to the zero function on $\mathbb R$, but do not converge uniformly. For example, if we choose $\epsilon=1$, then the convergence condition boils down to $N>|x|$. For each $x\in\mathbb R$ we can find such an $N$ easily, but there's no $N$ that works simultaneously for every $x$.