The projection matrix for some matrix $A$, which has $m>n$ is:
$$P = A(A^TA)^{-1}A^T$$
A property of the projection matrix is that: $$P^T=P$$
If I call $(A^TA)^{-1}=B$, then:
$$P=(AB)A^T$$
Now I take transpose: $$P^T = ((AB)A^T)^T=A(AB)^T=AB^TA^T$$ or $$P^T=A((A^TA)^{-1})^TA^T$$
And is this equal to $P$? That middle term is transposed...
Remember that transposition and inversion commute, i.e. the transpose of the inverse is equal to the inverse of the transpose: $$\left(B^\mathrm{T}\right)^{-1} = \left(B^{-1}\right)^\mathrm{T}.$$ Using this fact, we have $$\left(\left(A^\mathrm{T}A\right)^{-1}\right)^\mathrm{T} = \left(\left(A^\mathrm{T}A\right)^{\mathrm{T}}\right)^{-1} = \left(A^\mathrm{T}A\right)^{-1},$$ where the last equality follows since $A^\mathrm{T}A$ is symmetric.