tylerc1991
- 158
- 0
Homework Statement
Prove or disprove the following about vectors in \mathbb{R}^n: If A \cdot B = A \cdot C and A \neq O, then B = C.
Homework Equations
In this example, O represents the zero vector.
Let the vectors be represented as:
A = (a_1,a_2,\dots,a_n)
B = (b_1,b_2,\dots,b_n)
C = (c_1,c_2,\dots,c_n)
The Attempt at a Solution
A \cdot B = A \cdot C \iff
\displaystyle \sum_{k=1}^{n} a_kb_k = \sum_{k=1}^{n} a_kc_k \iff
\displaystyle \sum_{k=1}^{n} a_kb_k - \sum_{k=1}^{n} a_kc_k = 0 \iff
\displaystyle \sum_{k=1}^{n} a_kb_k - a_kc_k = 0 \iff
\displaystyle \sum_{k=1}^{n} a_k(b_k - c_k) = 0 \iff
So either a_k = 0, or b_k-c_k = 0 for k = 1,2,\dots,n.
But since A \neq O, \, a_k \neq 0.
Hence, b_k - c_k = 0 \iff b_k = c_k \iff B = C.
It's been a while since I wrote a proof and I felt a little shaky on line 4. Thank you for your time!