Prove Either A or B is Singular Given AB is Singular

  • Thread starter robierob12
  • Start date
  • Tags
    Proof
In summary: Yes, but we're saying here that AB is singular here, so it doesn't have an inverse. Plus, finding inverse involves finding the determinant first...Using determinant gives the easiest proof.There are (at least) two easy methods:1. Use determinants. det(AB) = det(A)det(B). If AB is singular, det(AB) is zero. det(A) and det(B) are just real numbers, so if their product is zero, what do you know?2. Prove the contrapositive (not the converse), that is, prove that if A and B are non-singular, then AB is non-singular.
  • #1
robierob12
48
0
Im stuck on this proof.

Let A and B be nxn matricies such that AB is singular. Prove that either A or B is singular.

Sooooo, here we go.

Let M = AB where is M is the given singular matrix.

Becuase M is singular then

Mx=0 has an infinite amount of solutions.

Let J be one of the non zero solutions

Mj=0

ABj=0

this is where I get stuck.
If knew that B was singular I think I could prove M is singular but I am having trouble from this way around.
Any ideas?
 
Physics news on Phys.org
  • #2
Stop proving this and prove the converse - if A and B are invertible, then so is AB.
 
  • #3
robierob12 said:
this is where I get stuck.
If knew that B was singular I think I could prove M

You aren't asked to prove this (though it is clearly true). You are told that M is singular, and asked to show that either A or B is too (or both).
 
  • #4
You could just use determinants: det(AB)= det(A)det(B)= det(M). Since M is singular, det(M)= what? What does that tell you about det(A) or det(B)?
 
  • #5
so

Let A and B be invertible then M must be inverble also.

But since M is singular then A or B must be singular.

Is that it? By contradiction?
 
  • #6
HallsofIvy said:
You could just use determinants: det(AB)= det(A)det(B)= det(M). Since M is singular, det(M)= what? What does that tell you about det(A) or det(B)?


so det(M)=0 so det(A)=0 or det(B)=0

nonsingular matrix cannot equal zero so A or B must be singular.

?
 
  • #7
You've got to use determinants. That way you just map your matrices to set of real numbers R, and everything is just much easier ther!
 
  • #8
robierob12 said:
so det(M)=0 so det(A)=0 or det(B)=0

nonsingular matrix cannot equal zero so A or B must be singular.

?

Something like that, yes. You know that M = AB is singular, so, det(AB) = detA detB = 0 implies det A = 0 or det B = 0 ("or", of course, includes the case where both equal zero, too).
 
  • #9
sab47 said:
You've got to use determinants. That way you just map your matrices to set of real numbers R, and everything is just much easier ther!

Nonsense. It's equally easy to simply find the inverse of AB directly.
 
  • #10
DeadWolfe said:
Nonsense. It's equally easy to simply find the inverse of AB directly.

Yes, but we're saying here that AB is singular here, so it doesn't have an inverse. Plus, finding inverse involves finding the determinant first...
 
  • #11
Using determinant gives the easiest proof.
 
  • #12
There are (at least) two easy methods:

1. Use determinants. det(AB) = det(A)det(B). If AB is singular, det(AB) is zero. det(A) and det(B) are just real numbers, so if their product is zero, what do you know?
2. Prove the contrapositive (not the converse), that is, prove that if A and B are non-singular, then AB is non-singular. So if A and B have inverses, A-1 and B-1, find a matrix that should be the inverse of AB, and prove that the matrix you found really is the inverse.
 

FAQ: Prove Either A or B is Singular Given AB is Singular

What does it mean for a matrix to be singular?

A matrix is singular if it is not invertible, meaning that it does not have a unique solution when solving for its inverse. This can happen if the matrix is not square or if it has a determinant of 0.

What is the significance of proving either A or B is singular given that AB is singular?

If AB is singular, it means that the product of A and B is not invertible. This implies that at least one of the matrices, A or B, is also not invertible. Proving which one is singular can help in determining the source of the singularity and addressing it.

Can A and B both be singular if AB is singular?

Yes, both A and B can be singular if AB is singular. This can happen if both matrices are not invertible individually, but their product AB happens to have a determinant of 0.

How can you prove if either A or B is singular given that AB is singular?

One approach is to use the determinant of AB and the properties of determinants to determine if either A or B is singular. Another approach is to use the rank-nullity theorem to check if the nullity (dimension of the null space) of AB is greater than 0, which would indicate that either A or B is singular.

Are there any exceptions to the rule that either A or B must be singular if AB is singular?

Yes, there are some exceptions. For example, if A and B are both zero matrices, then AB will also be a zero matrix and thus singular. However, neither A nor B is individually singular in this case. Additionally, there are some special cases where both A and B can be invertible even if AB is singular, such as when A and B are both identity matrices.

Similar threads

Back
Top