Let $X$ be a normed space. Let the function $J:X \rightarrow X'' $ be defined by $$J(x)(x')=x'(x)\ \forall\ x'\in X' $$
where $X''=\{f:X'\rightarrow\mathbb{C} \mid \hbox{$f$ is bounded linear} \}$ and $X'$ is the dual of $X$.
Is $J$ injective?
I was trying this,
Suppose we have $x,y\in X $such that $$J(x)=J(y)$$ $$\Rightarrow J(x)(x')=J(y)(x') $$ $$\Rightarrow x'(x)=x'(y)$$ $$\Rightarrow x'(x-y)=0$$ But to get $x=y $ we must have $x'$ to be injective. I am stuck here. Is this the correct way to go about it?