Let $f_n$ converges uniformly to $f$ on $S$. Show: $\lim_{n\to \infty}||f_n||_S=||f||_S$. $||f||_S=sup_S|S|$
My attempt: since $\{f_n\}$ converges uniformly to $f$, we have: $$\forall \epsilon>0, \exists N\in\mathbb{N}\text{ such that } |f-f_n|<\epsilon \forall n>N$$
Now, \begin{align} |||f_n||-||f|||&=|\sup_S|f_n|-\sup_S|f||\\ &\leq |\sup_S|f_n|-\inf_S|f||\\ &=|\sup_S|f_n|+\sup_S-|f||\\ &=|\sup_S|f_n|-|f||\\ &\leq|\sup_S|f_n-f||\\ &\leq|\sup_S\epsilon|=\epsilon, n>N\\ &\implies\lim_{n\to \infty}||f_n||_S=||f||_S \end{align}
Take $\varepsilon>0$. Since $(f_n)_{n\in\mathbb{N}}$ converges uniformly to $f$, there is a natural $p$ such that$$(\forall n\in\mathbb{N})(\forall x\in S):n\geqslant p\implies|f_n(x)-f(x)|<\varepsilon.$$Therefore$$(\forall n\in\mathbb{N}):n\geqslant p\implies\|f_n-f\|_S\leqslant\varepsilon.$$But $\bigl|\|f_n\|_S-\|f\|_S\bigr|\leqslant\|f_n-f\|_S$, since$$\|f_n\|_S=\|f_n-f+f\|_S\leqslant\|f_n-f\|_S+\|f\|_S\implies\|f_n\|_S-\|f\|_S\leqslant\|f_n-f\|_S$$and$$\|f\|_S=\|f-f_n+f_n\|_S\leqslant\|f-f_n\|_S+\|f_n\|_S\implies\|f\|_S-\|f_n\|_S\leqslant\|f_n-f\|_S.$$Therefore$$(\forall n\in\mathbb{N}):n\geqslant p\implies\bigl|\|f_n\|_S-\|f\|_S\bigr|\leqslant\varepsilon.$$What this means is that$$\lim_{n\to\infty}\|f_n\|_S=\|f\|_S.$$