正の整数 $n$ に対して、$E_n$ を $n$ 次の単位行列、$0_n$ を $n$ 次正方の零行列とする。 (1) $2n$ 次正方行列 $J_{2n} = \begin{pmatrix} 0_n & E_n \\ -E_n & 0_n \end{pmatrix}$ は $J_{2n}^2 = -E_{2n}$ を満たすことを示せ。 (2) すべての自然数 $k$ に対して $(\cos \theta \cdot E_{2n} + \sin \theta \cdot J_{2n})^k = \cos k\theta \cdot E_{2n} + \sin k\theta \cdot J_{2n}$ が成り立つことを示せ。ただし、$\theta$ は実数とする。
2025/5/5
1. 問題の内容
正の整数 に対して、 を 次の単位行列、 を 次正方の零行列とする。
(1) 次正方行列 は を満たすことを示せ。
(2) すべての自然数 に対して が成り立つことを示せ。ただし、 は実数とする。
2. 解き方の手順
(1) を計算する。
なので、
となる。
(2) 数学的帰納法を用いる。
のとき、 なので、成立する。
のとき、 が成立すると仮定する。
のとき、
\begin{align*}
(\cos \theta \cdot E_{2n} + \sin \theta \cdot J_{2n})^{m+1} &= (\cos \theta \cdot E_{2n} + \sin \theta \cdot J_{2n})^m (\cos \theta \cdot E_{2n} + \sin \theta \cdot J_{2n}) \\
&= (\cos m\theta \cdot E_{2n} + \sin m\theta \cdot J_{2n}) (\cos \theta \cdot E_{2n} + \sin \theta \cdot J_{2n}) \\
&= \cos m\theta \cos \theta \cdot E_{2n}^2 + \cos m\theta \sin \theta \cdot E_{2n} J_{2n} + \sin m\theta \cos \theta \cdot J_{2n} E_{2n} + \sin m\theta \sin \theta \cdot J_{2n}^2 \\
&= \cos m\theta \cos \theta \cdot E_{2n} + \cos m\theta \sin \theta \cdot J_{2n} + \sin m\theta \cos \theta \cdot J_{2n} + \sin m\theta \sin \theta \cdot (-E_{2n}) \\
&= (\cos m\theta \cos \theta - \sin m\theta \sin \theta) E_{2n} + (\cos m\theta \sin \theta + \sin m\theta \cos \theta) J_{2n} \\
&= \cos (m\theta + \theta) E_{2n} + \sin (m\theta + \theta) J_{2n} \\
&= \cos (m+1)\theta \cdot E_{2n} + \sin (m+1)\theta \cdot J_{2n}
\end{align*}
したがって、 のときも成立する。
ゆえに、すべての自然数 に対して が成り立つ。
3. 最終的な答え
(1)
(2)