How to prove $[w]_{\mathcal B} = \begin{bmatrix} \langle w, u_1\rangle\\ \vdots\\ \langle w,u_n \rangle\\ \end{bmatrix} $

78 Views Asked by At

Let $V$ be a complex inner product space, $\mathcal B=\{u_1,...,u_n \}$ an ordered orthonormal basis for $V$, and $w\in V$. Prove $$[w]_{\mathcal B} = \begin{bmatrix} \langle w, u_1\rangle\\ \vdots\\ \langle w,u_n \rangle\\ \end{bmatrix} $$

1

There are 1 best solutions below

0
On BEST ANSWER

Since $\mathcal B$ is a basis, given $w\in V$ we may write: $$w = \sum_{i=1}^{m}a_i u_i$$ where all $a_i\in \mathbb F$. It remains to prove that $a_i = \langle w,u_i\rangle $ for every $i = 1,\cdots, n$, because the entries of the matrix $[w]_{\mathcal B}$ is just the coordinates of $w$ with respect to $\mathcal B$. Therefore, given $i\in \{1,\cdots, n\}$, we evaluate the following:

$$\langle w,u_i\rangle = \langle \sum_{j=1}^{m}a_ju_j,u_i\rangle = \sum_{j=1}^ma_j\langle u_j,u_i\rangle = a_i\langle u_i,u_i\rangle = a_i,$$ since the basis is orthogonal and normalized. This proves our statement: $a_i = \langle w,u_i \rangle.$