In order to prove the space is not complete w.r.t to the given norm, we have to find a Cauchy sequence in the space but it does not converge to an element in the given set.
My attempt was taking $(Z^n) = ( (1,0,0, ... ) , (1, 1/2, 0, 0, ... ), ....)$ I tried to prove this is Cauchy and ended up with,
here $m>n$,
$\lVert Z^n - Z^m \rVert \leq \dfrac {(m-n)^{1/2}}{n}$
how could I make this arbitrarily small? ($<\epsilon$)
here the $n$th term of the sequence would be $Z^n = (1,1/2,1/3,...,1/n,0,0,0...)$ So when $n \rightarrow \infty$, $z^n$ has infinitely many non zero terms, would that be enough to say the space is incomeplete?