If A, B are n order square matrices, and AB=0, then BA=0?

  • Thread starter Thread starter Portuga
  • Start date Start date
  • Tags Tags
    Matrices Square
Click For Summary
SUMMARY

The discussion centers on the mathematical assertion that if two square matrices A and B of the same order satisfy the equation AB = 0, it does not necessarily follow that BA = 0. Participants explore this concept through attempts to prove or disprove the statement using algebraic manipulations and counterexamples. A specific counterexample is proposed with matrices A = [[1, 1], [1, 1]] and B = [[1, -2], [-1, 2]], which demonstrates that both A and B can be non-zero while still resulting in AB = 0.

PREREQUISITES
  • Understanding of matrix multiplication and properties
  • Familiarity with square matrices and their dimensions
  • Knowledge of matrix inverses and conditions for existence
  • Basic proficiency in linear algebra concepts
NEXT STEPS
  • Research the properties of non-invertible matrices in linear algebra
  • Study the implications of the rank-nullity theorem on matrix equations
  • Explore counterexamples in linear algebra to understand exceptions to general rules
  • Learn about the use of computational tools in verifying mathematical proofs
USEFUL FOR

Students of linear algebra, educators teaching matrix theory, and mathematicians interested in matrix properties and counterexamples.

Portuga
Messages
56
Reaction score
6

Homework Statement


If A and B are square matrices of same order, prove of find a counter example that if AB = 0 then BA = 0.

Homework Equations


A^{-1} A = I_n, ABC = (AB)C

The Attempt at a Solution


AB = 0 \Rightarrow A^{-1} A B = A^{-1} 0 \Rightarrow (A^{-1} A) B = A^{-1} 0 \Rightarrow I_n B = A^{-1} 0 \Rightarrow B = A^{-1} 0 \Rightarrow B = 0 \Rightarrow BA = 0A = 0.
I am not pretty sure if this procedure really solve the problem, so I would like some advices...
Thanks in advance.
 
Physics news on Phys.org
Portuga said:

Homework Statement


If A and B are square matrices of same order, prove of find a counter example that if AB = 0 then BA = 0.

Homework Equations


A^{-1} A = I_n, ABC = (AB)C

The Attempt at a Solution


AB = 0 \Rightarrow A^{-1} A B = A^{-1} 0 \Rightarrow (A^{-1} A) B = A^{-1} 0 \Rightarrow I_n B = A^{-1} 0 \Rightarrow B = A^{-1} 0 \Rightarrow B = 0 \Rightarrow BA = 0A = 0.
I am not pretty sure if this procedure really solve the problem, so I would like some advices...
Thanks in advance.

You cannot assume that ##A^{-1}## exists. Some nonzero ##n \times n## matrices do not have inverses.
 
Ok. I was using sagemath to make some reasonings. So I put there a generic 2x2 A matrix,
\begin{bmatrix} x & y\\ z & t \end{bmatrix}
and solved AB = 0 for B. The software answered that the only solution is a null matrix. That's why I am trying to prove it. Did I miss something?
 
Portuga said:
Ok. I was using sagemath to make some reasonings. So I put there a generic 2x2 A matrix,
\begin{bmatrix} x & y\\ z & t \end{bmatrix}
and solved AB = 0 for B. The software answered that the only solution is a null matrix. That's why I am trying to prove it. Did I miss something?

What about
$$A = \pmatrix{1&1\\1&1}, \: B = \pmatrix{1 & -2 \\-1 & 2} ? $$
Do we have ##AB = 0##? Is ##A \neq 0##? Is ##B \neq 0##?
 
Ray Vickson said:
What about
$$A = \pmatrix{1&1\\1&1}, \: B = \pmatrix{1 & -2 \\-1 & 2} ? $$
Do we have ##AB = 0##? Is ##A \neq 0##? Is ##B \neq 0##?

You should AVOID using software like sagemath or whatever when you are learning the subject. In this case the answers it gives you may be highly misleading, and may cause you to "learn" things that are actually false.
 
Portuga said:
Ok. I was using sagemath to make some reasonings. So I put there a generic 2x2 A matrix,
\begin{bmatrix} x & y\\ z & t \end{bmatrix}
and solved AB = 0 for B. The software answered that the only solution is a null matrix. That's why I am trying to prove it. Did I miss something?

I think what you found there was that the 0 matrix is the only matrix, ##X##, for which:

For all matrices ##A## we have ##AX = 0##
 
Ok, I got the point. So, I should make a counter example. Thanks!
 
Portuga said:
Ok, I got the point. So, I should make a counter example. Thanks!
Let us know what you come up with.
 

Similar threads

  • · Replies 18 ·
Replies
18
Views
4K
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
3
Views
2K
  • · Replies 39 ·
2
Replies
39
Views
12K
  • · Replies 11 ·
Replies
11
Views
5K
Replies
16
Views
2K
  • · Replies 2 ·
Replies
2
Views
11K
  • · Replies 10 ·
Replies
10
Views
2K