Apologies if it's a trivial question.
Is it possible to permute ($P$) any arbitrary diagonal matrix $D \in M_n$ such that it yields a scaled identity matrix, i.e., $PDP^* = \alpha I_n$, where $\alpha \in F$ is some scalar?
If yes, then can we prove it? If not, then why?
Thank you so much
If I understand your problem correctly, then you are asking if there exists a matrix $P\in\operatorname{Sym}(n)$ s.t. $PDP^T=\alpha I_n,$ where $D$ is a $n\times n$ diagonal matrix. The answer is clearly no, because $PDP^T$ will have the same entries where the rows and columns are shuffled compared to $D$. I'm excluding the fact that all diagonal elements of $D$ are $\alpha,$ of course (trivial).