1

When A and B are square matrices of the same order, and O is the zero square matrix of the same order, prove or disprove:- $$AB=0 \implies A=0 \text{ or } \ B=0$$

I proved it as follows:-

Assume $A \neq O$ and $ B \neq O$: then, $$ |A||B| \neq 0 $$ $$ |AB| \neq 0 $$ $$ AB \neq O $$ $$ \therefore A \neq O\ and\ B \neq O \implies AB \neq O $$ $$ \neg[ AB \neq O] \implies \neg [ A \neq O\ and\ B \neq O ] $$ $$AB=O \implies A=O \text{ or } \ B=O$$

But when considering, A := \begin{pmatrix} 1&1 \\1&1 \end{pmatrix} and B:= \begin{pmatrix} -1& 1\\ 1 &-1 \end{pmatrix}then, AB=O and A$\neq $O and B $\neq$ O

I can't figure out which one and where I went wrong.

S.Dan
  • 1,115

3 Answers3

3

You are saying that if $A \neq O$ then, $det(A) \neq O$, which is false in general. Consider any diagonal matrix different from $O$ which has at least one zero in the diagonal.

DGRasines
  • 533
0

You aren't wrong! AB = O does not imply that either A or B is zero. In matrices there is no such case. So even when A is not equal to O and B is not equal to zero, you can get AB =O. Voila!

Barath
  • 1
0

The problem with your first approach is that there exist non-zero matrices with zero determinant. For instance, $A$ and $B$ in your example.

Marco Flores
  • 2,769