I have che following exercise and some dubts:
Let $M>0$ and $\mathcal{F}=\{ f\in C^{1}([a,b]) \, | \, \| f \|_{C^{1}} \leq M\}$. Prove that $\mathcal{F}$ is relatively compact in $(C^{0}([a,b]), \| \cdot \|_{\infty})$ and $\mathcal{F}$ is not compact in $(C^{1}([a,b]), \| \cdot \|_{C^{1}} )$.
Just to be clear with $\| \cdot \|_{\infty}$ I mean the uniform norm, hence $\| f \|_{\infty}=sup_{x\in [a,b]}|f(x)|$, and with $\| \cdot \|_{C^{1}}$ i mean the $C^{1}([a,b])$ norm hence $\| f\|_{C^{1}}=\sum_{|\alpha|\leq 1}\| D^{\alpha}f \|_{\infty}$.
For the relative compactness in $(C^{0}([a,b]), \| \cdot \|_{\infty})$ I argued as follows: I have to prove that $\overline{\mathcal{F}}$ is compact in $(C^{0}([a,b]), \| \cdot \|_{\infty})$ that is equivalent to show that $\overline{\mathcal{F}}$ is closed and bounded in $(C^{0}([a,b]), \| \cdot \|_{\infty})$. Given the definition of $\mathcal{F}$ I know that exists a positive constant $N\leq M$ such that \begin{equation} \| f \|_{\infty} \leq N\text{ for any $f \in \overline{\mathcal{F}}$}, \end{equation} hence $\overline{\mathcal{F}}$ is bounded. Additionaly $\overline{\mathcal{F}}$ is closed, in fact if I take a sequence $(f_{n})_{n}\subset \mathcal{F}$ I have that $f_{n}\rightarrow f$ where $f \in \overline{\mathcal{F}}$ and the convergence of $f_{n}$ is induced by the norm $\| \cdot \|_{\infty}$. Thus $\overline{\mathcal{F}}$ is closed in $(C^{0}([a,b]), \| \cdot \|_{\infty})$.
For the non-compactness of $\mathcal{F}$ in $(C^{1}([a,b]), \| \cdot \|_{C^{1}})$ I used the following counterexample: I choose $[a,b]=[-1,1]$ and the sequence \begin{equation} f_{n}(x)=|x|^{1+\frac{1}{h}} \end{equation} I have that $(f_{h})_{n} \in C^{1}([-1,1])$ and $f_{n}\rightarrow f$, where $f(x)=|x|$ that does not belong to $C^{1}([-1,1])$. So $\mathcal{F}$ is not compact in $(C^{1}([a,b]), \| \cdot \|_{C^{1}})$.
Is my argument flawed at some point?