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