math.stackexchange.com/questions/1970702
置换矩阵是正交矩阵(易验证列向量为单位向量且正交)。所以
$$\tag{1}\|PV\|=\|V\|$$
如果 $V$ 是与特征值 $\lambda$ 相关联的特征向量,则在 (1) 中代入 $PV=\lambda V$ 我们推导出
$$|\lambda|=1.$$
此外,设 $p$ 是置换阶(order),由于 $P^p=I_n$ 这些特征值满足 $\lambda^p=1$; 所以
$$\lambda=e^{i k 2\pi/p}$$
对某个 $k \in \mathbb{Z}$.
让我们举个例子:考虑以下置换,它分解为两个不相交的循环之积
5阶循环$\color{red}{(5 4 3 2 1)}$ 和 3阶循环$\color{blue}{(6 7 8)}$
置换矩阵为
$$\left(\begin{array}{ccccc|ccc}
0 & \color{red}{1} & 0 & 0 & 0 & 0 & 0 & 0\\
0 & 0 & \color{red}{1} & 0 & 0 & 0 & 0 & 0\\
0 & 0 & 0 & \color{red}{1} & 0 & 0 & 0 & 0\\
0 & 0 & 0 & 0 & \color{red}{1} & 0 & 0 & 0\\
\color{red}{1} & 0 & 0 & 0 & 0 & 0 & 0 & 0\\
\hline
0 & 0 & 0 & 0 & 0 & 0 & 0 & \color{blue}{1}\\
0 & 0 & 0 & 0 & 0 & \color{blue}{1} & 0 & 0\\
0 & 0 & 0 & 0 & 0 & 0 & \color{blue}{1} & 0\end{array}\right)$$
Its cycle structure is reflected (see picture) into the five eigenvalues $\color{red}{e^{2i k\pi/5}}$ and the three eigenvalues $\color{blue}{e^{2i k\pi/3}}$.
Please note that eigenvalue $1$ is - in a natural way - a double eigenvalue, and more generally with multiplicity $m$ if the permutation can be decomposed into $m$ disjoint cycles. |