Linear self-adjoint operator

547 Views Asked by At

Prove that there does not exist a linear self-adjoint operator T on R3 with the standard Euclidean scalar product such that T((1, 2, 3)) = (3, 2, 1) and T((4, 5, 6)) = (4, 5, 6).

Where do I begin? The first thing I think of is representing the transformation as a matrix but I think that even if the transformation is not self-adjoint the matrix can be.

Thanks!

2

There are 2 best solutions below

4
On BEST ANSWER

Note that is $\mathbb{R}^3$ a self-adjoint operator is represented by a symmetric matrix. Moreover, symmetric matrix over the reals is orthogonally diagonalizable, that is, there exists an orthogonal matrix $U$ (i.e. $UU^t = I$) such that $U^{-1}TU = D$ is diagonal.

Assume $T$ is self-adjoint. Then there is a diagonal matrix $D$ and an orthogonal matrix $U$ such that $T = U D U^{-1} = U D U^t$. As $D$ is symmetric $$ T^t = (U D U^t)^t = (U^t)^t D^t U^t = U D^t U^t = U D U^t = T $$ and hence $T = T^t$ and $T$ must be symmetric.

Now change and complete $(1,2,3)^t, \ (4,5,6)^t$ the basis into an orthogonal basis (say the standard basis) and show that $T$ is not symmetric.

Note that $T$ is not a symmetric matrix since $$ T = \left[ \begin{matrix} 3 & 4 & a \\ 2 & 5 & b \\ 1 & 6 & c \end{matrix} \right] $$ and $4 \ne 2$.

0
On

Let's assume that $T$ is symmetric and see what would happens. We know that there is an orthongonal basis $\{v_1, v_2, v_3\}$ so that $$Tv_i = \lambda_i v_i.$$ Given that $T(4, 5, 6) = (4, 5, 6)$, we see that $(4, 5, 6)$ is an eigenvector of $T$. Thus we can let

$$v_1 = \frac{(4, 5, 6)}{||(4, 5, 6)||},\ \ \lambda _1= 1.$$

Let $V = \text{span}\langle v_2, v_3\rangle$. Then for all $w = a_2 v_2 + a_3 v_3 \in V$,

$$Tw \cdot v_1 = (a_2Tv_2 + a_3 Tv_3) \cdot v_1 = 0.$$

(As $v_2\cdot v_1 = v_3 \cdot v_1 = 0$). This mean that $Tw \cdot (4, 5, 6) = 0$ whenever $w\in V$. Now consider

$$w = (1, 2, 3) - \big((1, 2, 3)\cdot v_1\big) v_1= (1, 2, 3) - \frac{32}{77} (4, 5, 6)$$

Then $w \in V$ and

$$Tw = T(1, 2, 3) - \frac{32}{77} T(4, 5, 6) = (3, 2, 1) - \frac{32}{77}(4, 5, 6)$$

Thus $Tw \cdot (4, 5, 6) = -4 \neq 0$. This is a contradiction and so $T$ is not symmetric.