Relationship Between Orthogonality and Linear Independence
📂Linear AlgebraRelationship Between Orthogonality and Linear Independence
Definition
An inner product space V’s two vectors u,v are said to be orthogonal if they satisfy ⟨u,v⟩=0.
A set made up of elements of V where each element is orthogonal to every other element is called an orthogonal set.
If the norm of every element in an orthogonal set is 1, then it is called an orthonormal set.
Theorem
A subset S={v1,v2,⋯,vn} of an inner product space V that includes no zero vector and is an orthogonal set implies that S is linearly independent.
Proof
To prove that S is linearly independent, it suffices to show that the only solution to the following equation
k1v1+k2v2+⋯+knvn=0
is k1=k2=⋯=kn=0. Taking the inner product of each vector vi with the above equation, we have
0=⟨0,vi⟩=⟨k1v1+k2v2+⋯+knvn,vi⟩=k1⟨v1,vi⟩+k2⟨v2,vi⟩+⋯ki⟨vi,vi⟩+⋯+kn⟨vn,vi⟩=ki⟨vi,vi⟩
However, since S is an orthogonal set that does not include the zero vector, ⟨vi,vi⟩>0 is true. Therefore,
ki=0,∀1≤i≤n
■