Proving Orthonormal Basis for an Orthogonal Matrix

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 6K views
abbasb
Messages
5
Reaction score
0

Homework Statement



Prove: if an n × n matrix A is orthogonal (column vectors are orthonormal), then the columns form an orthonormal basis for R^n.
(with respect to the standard Euclidean inner product [= the dot product]).

Homework Equations


None.


The Attempt at a Solution



I know that since the column vectors are orthonormal, all I have to show is that these vectors are also linearly independent and span R^n.

But I'm having some trouble showing this, so I was thinking about showing it through the basis coordinates:

u= <u, v1>v1 + <u, v2>v2 +...+ <u, vn>vn

But I think I have to start with assuming that the vectors v1, v2, ... vn form a basis. So I think that method can't work.
 
Physics news on Phys.org
Linear independence is what you want to show. That means c1*v1+c2*v2+...+cn*vn=0 (where vi are your orthonormal vectors and the ci are constants) only has the solution c1=c2=...=cn=0. Can you show that? Once you have that, any set of n linearly independent vectors in R^n is a basis.
 
I've been trying to figure out how, but I just can't seem to think of a way...anymore advice?