Let there be $f$ such that $$f: C_0 \mapsto \mathbb{R}$$ With $x=(x_n)_{n \in \mathbb{N}} $, and $$f(x)= \sum_{n=1}^{\infty}\frac{x^n}{2^n}$$ 1) Show that $f \in (C_0)'$ (dual space).
$\\$ 2) Show that there is no $x\in C_0$ such that $\mid\mid f \mid\mid = \mid f(x)\mid$
I have no problem with the first one, I get that $$\mid\mid f \mid\mid = 2$$ Which is the answer I should be getting.
For 2) I should suppose there exists an $x$ such that $ \mid\mid f \mid\mid = \mid f(x)\mid $ and $x$ converges to $0$. $$\mid f(x) \mid = \mid \sum_{n=1}^{\infty}\frac{1}{2^n} \mid$$ $$ \sum_{n=1}^{\infty}\frac{x^n}{2^n}=\sum_{n=1}^{\infty}\frac{1}{2^n} = 2 $$ I'm guessing I should now prove that $x=(x_n)_{n \in \mathbb{N}}=1$ for all n (a succesion of 1s), which means it converges to one (and not 0), and we have an absurd. How do I go on about doing that?