Simplifying $2^{\sqrt {2\lg t}}$ should yield $t^{\sqrt {2/\lg t}}$, but the following is what I am getting:
$$\begin{align} y &= 2^{\sqrt {2\lg t}}\\ y &= 2^{\sqrt {\lg t{^2}}}\\ y &= 2^{({{\lg t{^2}})}^{1/2}}\\ \lg y &= \lg{2^{({{\lg t{^2}})}^{1/2}}}\\ \lg y &= (\lg t{^2})^{1/2} \cdot \lg 2\\ \lg y &= (\lg t{^2})^{1/2} \end{align}$$
and then I'm not sure if I am heading towards a correct solution or not because after the last step I'm really confused. I'm not sure how I could get $y =t^{\sqrt {2/\lg t}}$.