Consider $l^{\infty}$ the vector space of limited sequences $(x_n)$ of real numbers with norm $||(x_n)|| = \sup |x_n|$. For $n \in \mathbb{N}$, let $e_n = (0,...,0,1,0,...)$ the sequence whose n-th coordinate is $1$. Let $F=\{(1+\frac{1}{n})e_n | n \in \mathbb{N} \}$. Show that $F$ is closed, $d(0,F) =1$, but $\nexists f \in F$ such that $d(0,f)=1$.
I tried solving this exercise, but I don't think I'm on the right way. Here is my attempt:
Since it is a normed space, it is $T_1$, then $x \in \bar{F} \iff \exists x_n \in F$ st. $x_n \to x$. Then for $F$ to be closed I need to find a sequence in F converging to a given point of $F$. Perhaps that's useful, but I can't think on a way to start a proof with this. Then I tried using this theorem: $x \in \bar{F} \iff d(x,F) = 0$
Let $(x_n) \in \bar{F}$.
$d((x_n),F) = \inf \{ d((x_n),(f_n)) | (f_n) \in F \} = \inf \{ ||(x_n)-(f_n)|| | (f_n) \in F \} = \inf \{ \sup|x_n-f_n|; (f_n) \in F \} = 0$
How can I conclude $(x_n) \in F$ ?.
$d(0,F) = \inf \{d(0,(f_n)) ; (f_n) \in F \} = \inf \{||(f_n)|| ; (f_n) \in F \} = \inf \{\sup |f_n|; (f_n) \in F \}$ . I can "see" that $n \to \infty$ there will be some $f_\infty$ whose non-zero coordinate will be $1$, then this value will be the infimum, but how can I write this?