Let $X$ be a vector space, prove $X \hookrightarrow X^{**}$.
$\hookrightarrow$ denotes a isometric embedding
Where $X^* = \{f: X \to \mathbb{R}: f\text{ is linear and bounded}\}$ and $X^{**} = \{\varphi: X^* \to \mathbb{R}: \varphi \text{ is linear and bounded}\}$
As far as I know, I need to find an injectie map $J:X\to X^{**}$ which conserves the structure.
I gues $J: \begin{array}[t]{cl} X\to X^{**};\\ x \mapsto F_x:& X^*\to \mathbb{R}: f \mapsto f(x)& \end{array}$ would be a good choice of embedding.
Proving that it is well defined is straightforward. $F_x$ is linear because $(af+bg)(x) = af(x)+bg(x)$, and $F_x$ is bounded, since $|F_x(f)| = |f(x)| \leqslant \|f\|_{X^*} \|x\|_X $.
But what about the isometric embedding? Why is $J$ injective and why does it preserve structure?
$F_x=F_y$ implies $f(x) = f(y)$ for all $f \in X^*$ but why does that imply $x=y$?