The following problem is from Munkres's Topology (Exercise 6 of Section 21 "The Metric Topology (continued)", 2nd edition).
Exercise: Define $f_n : [0,1] \to \mathbb{R}$ by the equation $f_n(x) = x^n$. Show that the sequence $(f_n(x))$ converges for each $x \in [0,1]$, but that the sequence $(f_n)$ does not converge uniformly.
I can show that for each $x \in [0,1)$, the sequence $(f_n(x))$ converges to $0$ and $f_n(1)$ converge to $1$. However, I failed to show the second part. More generally, I am not sure about the basic idea of how to show that some function sequence does not converge uniformly.
I think the difficulties lie in the quantifiers ($\forall, \exists$) in the definition of uniform convergence.
Uniform Convergence: Let $f_n : X \to Y$ be a sequence of functions from the set $X$ to the metric space $Y$. Let $d$ be the metric for $Y$. We say that the sequence $(f_n)$ converges uniformly to the function $f : X \to Y$ if given [$\forall$] $\epsilon > 0$, there exists [$\exists$] an integer $N$ such that $$d(f_n(x), f(x)) < \epsilon$$ for all [$\forall$] $n \ge N$ and all [$\forall$] $x$ in $X$.
Logically, there seems to be more than one ways to negate the conditions of the uniformality of convergence, by negating some of these four quantifiers. However, I am stuck with them. Therefore,
Problems:
(1) How to show that the function sequence in this Exercise does not converge uniformly?
(2) What are the typical approaches to showing that some function sequence does not converge uniformly?