The following is problem 1.7 in chapter 1 of Conway's A Course in Functional Analysis.
Let $H$ be a Hilbert space over $\Bbb R$ and show that there is a Hilbert space $K$ over $\Bbb C$ and a map $U: H \to K$ such that
a) $U$ is linear
b) $(Uh_1,Uh_2)=(h_1,h_2)$ for all $h_1,h_2 \in H$
c) for any $k\in K$ there are unique $h_1,h_2\in H$ such that $k=Uh_1+iUh_2.$
For this exercise I put K:=$\{ h_1+ih_2 ; h_1,h_2\in H\}$ and define inner product on K such that $(k,k'):= (h_1,h_1')+(h_2,h_2') +i(h_2,h_1')-i(h_1,h_2')$. Now define $U(h)=h$ for all $h \in H$ and extend $U$ linearly. With these, I can not show that $K$ is complete. Please help me.