I know that this question has been asked to death, and multiple solutions are given, but I still don't understand why the "standard" proof works
Following Show that the closed unit ball $B[0,1]$ in $C[0,1]$ is not compact
Let $C_o([0,1])$ be the space of continuous functions on $[0,1]$. Define $\|f\| = \sup\{|f(x)| x \in [0,1]]\}$
Let $B[0,1] = \{f \in C_o|\|f\|\leq 1\}$, show that this Closed, Unit ball in $C_o$ is not compact.
Proof Sketch:
Let $\{f_n\} \subset C_o, f_n = x^n, x \in [0,1]$, then $f_n \in C_o, \|f_n\| = 1 \thinspace \forall n$, so $f_n \in B([0,1]) \thinspace \forall n$
But $f_n \to f \notin C_o$. So $B([0,1])$ is not compact.
Three questions:
if $f_n \to f \notin C_o$, wouldn't that mean $B([0,1])$ is not closed in the first place (contradicts with assumption)?
How does the above implies that no subsequence converges in $B([0,1])$
Is the proof sketch essentially correct?