Understanding the Singular Form of ABA: Proving its Validity

  • Thread starter Thread starter wrxue
  • Start date Start date
AI Thread Summary
The discussion centers on proving the singularity of the matrix product ABA', where A is not square and B can be any matrix. Participants clarify that A' refers to the transpose of A, and explore the implications of A being a "short and fat" matrix, which leads to a non-trivial null space. They analyze the dimensions of the column space and rank of the matrices involved, concluding that the rank of ABA' must be less than m, indicating that it is singular. The conversation emphasizes the importance of understanding matrix dimensions and their relationships in proving singularity.
wrxue
Messages
5
Reaction score
0
Member warned that some effort must be shown
Homework Statement
A is MxN matrix.
B is NxN matrix.
If N<M
Relevant Equations
Prove ABA' is singular.(A' is transpose of A)
I don't know how to do.
Thanks in advance.
 
Physics news on Phys.org
And A' means A inverse?
 
WWGD said:
And A' means A inverse?
A' is transpose of A
 
wrxue said:
A' is transpose of A
Ah, dumb me, A is not square, so cannot have a 2-sided inverse.
 
Is it also given that B is singular?. Cause if B is for example the identity matrix then I don't see how this can hold for any matrix A...
 
  • Like
Likes WWGD
Delta2 said:
Is it also given that B is singular?. Cause if B is for example the identity matrix then I don't see how this can hold for any matrix A...
No, B can be any matrix. No more conditions. Q_Q
 
It is false then. Take, e.g., A=( 1 2) and B =##I_2##, the 2x2 id matrix. Then ABA'=(5), as a 1x1 matrix, which is invertible.
 
WWGD said:
It is false then. Take, e.g., A=( 1 2) and B =##I_2##, the 2x2 id matrix. Then ABA'=(5), as a 1x1 matrix, which is invertible.
But in this example, N(=2)>M(=1).
 
wrxue said:
But in this example, N(=2)>M(=1).
My bad, I jumped and been jumping the gun. Let me chill and get to it.
 
  • #10
wrxue said:
But in this example, N(=2)>M(=1).
so ##A'## is short and fat... why does that imply there is some ##\mathbf x \neq \mathbf 0## such that ##A'\mathbf x = \mathbf 0##?

also:
what tools/concepts do you have at your disposal? I'd like to do this in terms of rank but it can be done using other concepts e.g. discussing maximal sized square submatrix in ##A## that is invertible (nonzero determinant)
 
  • Like
Likes SammyS
  • #11
StoneTemplePython said:
so ##A'## is short and fat... why does that imply there is some ##\mathbf x \neq \mathbf 0## such that ##A'\mathbf x = \mathbf 0##?

also:
what tools/concepts do you have at your disposal? I'd like to do this in terms of rank but it can be done using other concepts e.g. discussing maximal sized square submatrix in ##A## that is invertible (nonzero determinant)
My thought is
$$CS(ABA^T)\subseteq CS(AB)\subseteq CS(A)$$
so the dimensions of ##CS(\cdot)##
$$dim(CS(ABA^T))\leq dim(CS(AB))\leq dim(CS(A))=Rank(A)\leq (min(N,M))$$
thus
$$dim(CS(ABA^T))\leq N$$
And
$$rank(ABA^T)=dim(CS(ABA^T))\leq N<M$$
##ABA^T## must be singular
Just thought of it
 
  • #12
wrxue said:
My thought is
$$CS(ABA^T)\subseteq CS(AB)\subseteq CS(A)$$
so the dimensions of ##CS(\cdot)##
$$dim(CS(ABA^T))\leq dim(CS(AB))\leq dim(CS(A))=Rank(A)\leq (min(N,M))$$
thus
$$dim(CS(ABA^T))\leq N$$
And
$$rank(ABA^T)=dim(CS(ABA^T))\leq N<M$$
##ABA^T## must be singular
Just thought of it

I think this works though I was trying to highlight that you don't need to consider all 3 matrices -- using associativity its sufficient to consider some ##\mathbf x \neq \mathbf 0##

##\mathbf 0 = \mathbf {ABA}^T \mathbf x = \mathbf {AB}\big( \mathbf A^T\mathbf x\big) = \mathbf {AB} \mathbf 0##
because ##\mathbf A^T## has at most N linearly independent columns (as they each live in an N dimensional space), so there is at least one linearly independent vector in its nullspace (by say rank nullity or even more basic arguments since ##M-N \geq 1 \gt 0## there must be at least one column vector in ##\mathbf A## that flunks the definition of linearly independent and hence is linearly dependent...)
 
  • #13
EDIT I don't know if I am missing something but, using A an mxn ; m>n and A' nxm :
RankA= RankA'
and ##Rank(AB) \leq RankA ##,
we want to show ##Rank(AB)<m ## . But, since ##m>n ##,
it follows
##RankA, RankB \leq n <m ## ,

And notice this sees to address the condition that m>n .
Doesn't it?
 
  • Like
Likes FactChecker
  • #14
The proof will depend on what definitions and theorems you have to work with. Intuitively, the left-hand operator BA' maps a space of dimension m to a space of lower dimension n; then A maps that to a subspace of dimension n in a space of dimension m. So the entire ABA' operator must have a non-trivial kernal and be singular.
 

Similar threads

Replies
14
Views
1K
Replies
6
Views
567
Replies
6
Views
2K
Replies
3
Views
940
Replies
1
Views
2K
Replies
20
Views
2K
Back
Top