for vectors a, b, c:
if $a \cdot b = a \cdot c$ for all vectors a, then how would you prove $b = c$?
I thought about using a proof by contradiction, and the formula $a \cdot b = ||a|| * ||b|| cos(X)$, but I get stuck with showing $||a||cos(a,b) \neq ||b||cos(a,c)$
Apply your hypothesis to the vector $a=b-c$ in order to prove that $b-c=0(\iff b=c)$.