I'm trying to re-derive the Quantization of the Klein Gordon Field but I'm running into sign problems.
My starting point is: $$ \phi(x,t) = \frac{1}{(\sqrt{2 \pi})^3} \int \tilde{\phi}(k,t) e^{i kx} dk \tag1$$ Where $x$ and $k$ are 3D vectors.
The idea then is to see $\tilde{\phi}(k,t)$ as the position operator of a quantum harmonic oscillator of frequency $\omega_k = \sqrt{m^2 + |k|^2} $ in the Heisenberg picture.
We know from Quantum mechanics that in the Schrodinger picture we have: $$\tilde{\phi}(k) = \frac{1}{\sqrt{2 \omega_k}}(a^{+}_{k} + a_{k})\tag2$$
Adding the Time dependency we get: $$\tilde{\phi}(k,t) = \frac{1}{\sqrt{2 \omega_k}}(a^{+}_{k} e^{i\omega_k t} + a_{k}e^{-i\omega_k t})\tag3$$
By plugging this expression into the first integral, we get:
$$ \phi(x,t) = \frac{1}{(\sqrt{2 \pi})^3} \int \frac{dk}{\sqrt{2 \omega_k}}(a^{+}_{k} e^{i\omega_k t + i kx} + a_{k}e^{-i\omega_k t + i kx}) \tag4$$
Then we make the change of variables $k \to -k$ in the first part of the integral and get:
$$ \phi(x,t) = \frac{1}{(\sqrt{2 \pi})^3} \int \frac{dk}{\sqrt{2 \omega_k}}(a^{+}_{-k} e^{i\omega_k t -i kx} + a_{k}e^{-i\omega_k t + i kx}) \tag5$$
Questions:
What is wrong with this derivation? In all textbooks and course notes, it seems that people are getting $a^{+}_{-k}$ and not $a^{+}_{k}$ in that last expression. What did I miss?
Another ingredient that people use is that since they want $\phi(x,t)$ to be Hermitian then this implies that $\tilde{\phi}(k,t)^{+} = \tilde{\phi}(-k,t)$. I believe this implies that $a^{+}_{-k} = a^{+}_{k}$ which would solve my first question. But then I wonder why don't people mention that more explicitly?
This would also imply that $\tilde{\phi}(k,t) = \tilde{\phi}(-k,t)$? which means that creating a particle of momentum $k$ is the same as creating a particle of momentum $-k$, this seems very odd to me, any interpretations? Does that mean that when a particle of momentum $k$ is created another one of momentum $-k$ is automatically created? Would this make it impossible to create just one particle of momentum $k$.
Please don't show me other derivations, I just want to understand why this one doesn't seem to work.