I tried some numerical examples but have no idea how to prove it in general.
Could some one give me an idea how to prove it?
I tried some numerical examples but have no idea how to prove it in general.
Could some one give me an idea how to prove it?
On
Because$$\begin{pmatrix}1&1&0&0&\ldots&0\\1&-1&0&0&\ldots&0\\0&0&1&0&\ldots&0\\0&0&0&1&\ldots&0\\\vdots&\vdots&\vdots&\vdots&\ddots&\vdots\\0&0&0&0&\ldots&1\end{pmatrix}.\begin{pmatrix}-1&0&0&0&\ldots&0\\0&1&0&0&\ldots&0\\0&0&1&0&\ldots&0\\0&0&0&1&\ldots&0\\\vdots&\vdots&\vdots&\vdots&\ddots&\vdots\\0&0&0&0&\ldots&1\end{pmatrix}.\begin{pmatrix}1&1&0&0&\ldots&0\\1&-1&0&0&\ldots&0\\0&0&1&0&\ldots&0\\0&0&0&1&\ldots&0\\\vdots&\vdots&\vdots&\vdots&\ddots&\vdots\\0&0&0&0&\ldots&1\end{pmatrix}^{-1}$$is equal to$$\begin{pmatrix}0&1&0&0&\ldots&0\\1&0&0&0&\ldots&0\\0&0&1&0&\ldots&0\\0&0&0&1&\ldots&0\\\vdots&\vdots&\vdots&\vdots&\ddots&\vdots\\0&0&0&0&\ldots&1\end{pmatrix},$$which is not diagonal. Note that if $\operatorname{char}K=2$ then this would fail because then the matrix$$\begin{pmatrix}1&1&0&0&\ldots&0\\1&-1&0&0&\ldots&0\\0&0&1&0&\ldots&0\\0&0&0&1&\ldots&0\\\vdots&\vdots&\vdots&\vdots&\ddots&\vdots\\0&0&0&0&\ldots&1\end{pmatrix}$$wouldn't be invertible.
Because $|K|>2$ there exists two distinct non-zero elements in $K$. Say, $\alpha$ and $\beta$. Conjugate the diagonal matrix $D=diag(\alpha,\beta)$ with $$P=\left(\begin{array}{cc}1&1\\ 0&1\end{array}\right).$$ You get that $$ PDP^{-1}=\left(\begin{array}{cc}\alpha&-\alpha+\beta\\0&\beta\end{array}\right). $$ This is not diagonal because $\alpha\neq \beta$.
For examples with larger matrices just add ones along the diagonal and zeros elsewhere.