Long story short, I've been asked to define a square root operator on the set of real, symmetric, positive definite matrices. I am not sure how to show my operator is 1-1.
Let $A$ be such a matrix. This means $A$ can be diagonalized into $Q \Lambda Q^{-1}$, where $Q$ is an orthogonal matrix whose columns are the eigenvectors of A, and $\Lambda$ is a diagonal matrix whose entries are the eigenvalues of $A$, $(\lambda_1,\lambda_2,\dots,\lambda_n)$.
I've defined $\sqrt{A}$ = $Q \Lambda^{1/2} Q^{-1}$, where $\Lambda^{1/2}$ is a diagonal matrix whose entries are
$$\left( \sqrt{\lambda_1},\sqrt{\lambda_2},\dots,\sqrt{\lambda_n} \right)$$
Intuitively, this should be unique, but I am not sure how to verify/prove this. I don't know what other conditions I need to include to get from $\sqrt{A} = \sqrt{B} \implies A = B$.