Let $X=(C[0,1],||\cdot||_\infty)$ and $A=\{f\in X | f(0) \neq 0\}$. How can we decide whether $A$ is open or closed in $X$?
I am having difficulty trying to approach such problems.
We have $A^{c}=\{f\in X | f(0)=0\}$
take any sequence $f_n$ in $A^{c}$ that converges to $f_0$
$\Rightarrow ||f_n(x)-f_0 (x)||_\infty \to 0 \; \;\text{in} \; R$
$\Rightarrow max_{x \in [0,1]} \{|(f_n - f_0)(x)|\} = 0$
$\Rightarrow f_n (x) = f_0 (x) ]; \forall \; x \in [0,1] $
$\Rightarrow f_0(0) = f_n(0) =0 $
so $A^{c}$ is closed and so $A$ is open
Is this argument fine?