Why does A(B-C)=0 not imply B=C for matrices?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
Brutus
Messages
7
Reaction score
0

Homework Statement


Is the following true for matrices?

Hypotesis:
AB = AC
A != 0(zero matrix)

Thesis:
B=C

The Attempt at a Solution



AB = AC
AB - AC = 0(zero matrix)
AB - AC = A(B-C) // using the following property: A(B+C) = AB + AC iff A is mn matrix and BC are np matrices
A(B-C) = 0 <=> B=C because A != 0
QED

There is something wrong because there are matrices where AB = AC and B != C.
Where is my mistake?
 
Physics news on Phys.org
There are matrices where AB=0 and neither A nor B are zero. You can't say A(B-C)=0 implies A=0 or (B-C)=0 like you can with real numbers.