For a Projection matrix $P$ we know that it equals to its square, i.e. $P^2=P$.
Can we say similar things hold for its square root? i.e. does $P^{\frac{1}{2}}=P$ hold?
What seems to me is that there exists at least one square root of $P$ that equals to itself, but I don't know if a projection matrix can have multiple square roots or not.
Consider $$Q=\begin{pmatrix}0&-1\\-1&0\end{pmatrix}$$
Let $P=Q^2$. Since $P=I$, $P$ is a projection, but $Q$ is not.