everyone! I am doing my homework of matrix algebra. The task is to proof that if $$ U \in \mathbb C^{n\times n} $$ unitary matrix, and: $$ \{x_1,x_2,...,x_n\} $$ are orthonormal vectors, then: $$\{Ux_1,Ux_2,...,Ux_n\} $$ is orthonormal as well. So my decision is: $$ \langle Ux_i, Ux_j \rangle = \sum U^*\bar x_i \times Ux_j = U^*U \sum \bar x_ix_j = I \sum \bar x_ix_j $$ Can anyoune pleas tell me is that way possible and I wondering is it possible to get $$ U^*U \sum ... $$ out of summation? Thanx
2026-04-03 17:48:53.1775238533
Matrix-vector inner products
399 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
Since $U$ is unitary, we have $U^*U=I$, hence
$$<Ux_i, Ux_j>=<x_i, U^{*}Ux_j>=<x_i, x_j>= \delta_{ij},$$
and you are done.