Matrix of orthonormal basis change

Dependencies:

  1. Matrices form an inner-product space
  2. Basis change is an isomorphic linear transformation
  3. Matrix of linear transformation
  4. Orthogonal matrix
  5. Basis of F^n
  6. Transpose of product
  7. Conjugation of matrices is homomorphic

Let $P$ and $Q$ be orthonormal bases of vector space $F^n$, where $F$ is a field. Inner-product of vectors is defined to be $\langle u, v \rangle = v^*u$. Let $T$ be a basis-change function from $P$ to $Q$.

Since basis-change is a linear transformation and every linear transformation on finite-dimensional vector spaces can be expressed as matrix pre-multiplication, $T$ has an associated matrix $A$ such that $T(u) = Au$ ($u$ is treated as a column vector).

We have to prove that $A$ is orthogonal.

Proof

Let $E = [e_1, e_2, \ldots, e_n]$ be the standard basis of $F^n$. Let $P = [p_1, p_2, \ldots, p_n]$ and $Q = [q_1, q_2, \ldots, q_n]$.

Let $T_P$ be the basis change function from $E$ to $P$. Let $T_Q$ be the basis change function from $E$ to $Q$.

\[ \left(T_QT_P^{-1}\right)\left(\sum_{i=1}^n a_ip_i \right) = T_Q\left(T_P^{-1}\left(\sum_{i=1}^n a_ip_i \right)\right) = T_Q\left(\sum_{i=1}^n a_ie_i\right) = \sum_{i=1}^n a_iq_i \]

Therefore, $T_QT_P^{-1}$ is a basis change function from $P$ to $Q$.

Let $B$ be the matrix whose columns are vectors of $P$. Let $C$ be the matrix whose columns are vectors of $Q$. Since $P$ has orthonormal vectors, $B$ is an orthogonal matrix. Since $Q$ has orthonormal vectors, $C$ is an orthogonal matrix.

Let $a = [a_1, a_2, \ldots, a_n]$. \begin{align} & T_P(a)_j \\ &= \left(\sum_{i=1}^n a_i p_i \right)_j \\ &= \sum_{i=1}^n a_i (p_i)_j \\ &= \sum_{i=1}^n B[j, i] a_i \\ &= (Ba)_j \end{align}

Therefore, $T_P(a) = Ba$. Similarly, $T_Q(a) = Ca$.

Let $d = T_P(a)$. \[ d = T_P(a) = Ba = B T_P^{-1}(d) \Rightarrow T_P^{-1}(d) = B^{-1}d = B^*d \]

\[ T(u) = T_QT_P^{-1}(u) = CB^*u \] Therefore, the matrix of $T$ is $CB^*$.

\[ (CB^*)^*(CB^*) = BC^*CB^* = BB^* = I \] Therefore, $CB^*$ is orthogonal. Therefore, the matrix of $T$ is orthogonal.

Dependency for: None

Info:

Transitive dependencies:

  1. /linear-algebra/vector-spaces/condition-for-subspace
  2. /linear-algebra/matrices/gauss-jordan-algo
  3. /complex-numbers/conjugate-product-abs
  4. /complex-numbers/conjugation-is-homomorphic
  5. /sets-and-relations/equivalence-relation
  6. Group
  7. Ring
  8. Polynomial
  9. Vector
  10. Dot-product of vectors
  11. Integral Domain
  12. Comparing coefficients of a polynomial with disjoint variables
  13. Field
  14. Vector Space
  15. Linear independence
  16. Span
  17. Linear transformation
  18. Inner product space
  19. Orthogonality and orthonormality
  20. Semiring
  21. Matrix
  22. Stacking
  23. System of linear equations
  24. Product of stacked matrices
  25. Transpose of stacked matrix
  26. Matrix multiplication is associative
  27. Reduced Row Echelon Form (RREF)
  28. Transpose of product
  29. Conjugation of matrices is homomorphic
  30. Trace of a matrix
  31. Matrices over a field form a vector space
  32. Row space
  33. Matrices form an inner-product space
  34. Elementary row operation
  35. Every elementary row operation has a unique inverse
  36. Row equivalence of matrices
  37. Row equivalent matrices have the same row space
  38. RREF is unique
  39. Identity matrix
  40. Inverse of a matrix
  41. Inverse of product
  42. Elementary row operation is matrix pre-multiplication
  43. Row equivalence matrix
  44. Equations with row equivalent matrices have the same solution set
  45. Basis of a vector space
  46. Linearly independent set is not bigger than a span
  47. Homogeneous linear equations with more variables than equations
  48. Rank of a homogenous system of linear equations
  49. Rank of a matrix
  50. Basis of F^n
  51. Matrix of linear transformation
  52. Coordinatization over a basis
  53. Basis changer
  54. Basis change is an isomorphic linear transformation
  55. Full-rank square matrix in RREF is the identity matrix
  56. Full-rank square matrix is invertible
  57. AB = I implies BA = I
  58. Orthogonal matrix