- #71
Mark44
Mentor
- 37,780
- 10,168
LosTacos said:Problem: Let B be an ordered orthonormal basis for a k-dimensional subspace V of ℝn. Prove that for all v1,v2 ∈ V, v1·v2 = [v1]B · [v2]B, where the first dot product takes place in ℝn and the second takes place in ℝk.
Okay so:
v1 ⋅ v2 = (a1b1 + a2b2 +... + ak bk) ⋅ (c1b1 +c2b2 ... + ck bk)
= (a1c1b1b1) + (a2c2b2b2) + ... +
(akckbkbk)
= (a1c1 + a2c2 + ... +
akck
= [v1]B ⋅ [v2]B
What you have here is the right side of the equation you're trying to prove. IOW, what you have shown is that [v1]B · [v2]B = (a1c1 + a2c2 + ... +
akck.
What you need to do is work with the other side of the equation - v1 ⋅ v2 - taking into consideration that, although v1 and v2 are vectors in the k-dimensional subspace V, they are also vectors in the n-dimensional vector space Rn.