Let $S$ be the space of all eventually zero sequences. I need to prove that $(S,\|.\|_\infty)$ is not complete. I've already shown that $S$ is a dense subspace of the Banach space $(C_0,\|.\|_\infty),$ where $C_0$ is the space of all sequences converging to $0$. My aim is to prove that $(S,\|.\|_\infty)$ is not closed. Here is my attempt.
Consider the sequence $$(x^n)=\Big((0,0,0,\cdots),(1,0,0,\cdots),(1,1/2,0,\cdots),\cdots,(1,1/2,\cdots,1/n,0,0,\cdots),\cdots\Big)$$ in $S$.
Now for all $n,$ $\|x^n-x\|_\infty=1/n$, where $x=(1/n)_{n\in\mathbb{Z^+}}$.
Hence $\|x^n-x\|_\infty\to0$ as $n\to\infty$ or rather $(x^n)$ converges to $x$.
But $x\notin S$ while $x\in C_0=\overline S$. Therefore $(S,\|.\|_\infty)$ is not closed and hence not complete.
Could someone please tell me if this argument is ok? Thanks.