Prove/Disprove: Rank and Nullity of A^2 ≤ A

  • Thread starter simmonj7
  • Start date
  • Tags
    rank
In summary: TCA = A^2we can see that if we add any number of zero's to the last row of C, the rank of CA will still be less than or equal to r. So by adding an arbitrary number of zero's to the last row of C, we can make CA have the desired rank.
  • #1
simmonj7
66
0

Homework Statement


For any (nxn) matrix A, prove or disprove with a counter example:
1. Rank(A^2) <= rank(A)
2. Nullity(A^2) <= nullity(A)


Homework Equations


Rank = dimension of range
Nullity = dimension of null space


The Attempt at a Solution


I have been trying a few examples with both nonsingular and singular matrices and in all the cases I have found that rank(a^2) = rank(a) and like wise for the nullity. But obviously isn't enough to convince me so I was looking for some help please.
 
Physics news on Phys.org
  • #2
For 1) try to think of the matrices in terms of their associated linear transformations [itex]T : k^n \to k^n[/itex]. Then what 1 says is that the dimension of [itex]T(T(k^n))[/itex] is less than the dimension of [itex]T(k^n)[/itex]. Can you prove this? (Just think of [itex]T(k^n)[/itex] as a vector space, and prove or reference the general statement that [itex]\dim T(U) \leq \dim U[/itex] for subspaces U of [itex]k^n[/itex]).

For a counterexample try,
[tex]A = \left[ \begin{array}{cc} 0 & 0 \\ 1 & 0 \end{array} \right][/tex]
 
  • #3
I have no idea what you are trying to say with your thing "k^n" and this thing you are referring to as "T"...
 
  • #4
And that matrix can not be a counter example for the first part because then A^2 equals the zero matrix and the rank of that is 0. The rank of A would be 1. So then the dimension of A would be greater than the dimension of A^2 which fits the property in the question.
 
  • #5
You cannot construct a counterexample for the first part since it's true, but for exactly the reason you mentioned it works as a counterexample for 2 (nullity of A is 1 and nullity of A^2 is 2).

By k I was merely referring to an arbitrary field, but maybe you only work with real or complex matrices. Or perhaps it was just my notation that threw you off. Anyway if you think a matrix has real entries, then set [itex]k=\mathbb{R}[/itex]. If you think it can have complex entries set [itex]k=\mathbb{C}[/itex]. If you're working over an arbitrary field, then just consider k as an arbitrary field (some linear algebra courses work solely in subfields of [itex]\mathbb{C}[/itex], while other work in general fields).

I don't know if you have covered linear transformations yet (I sort of assumed since you mentioned the range which usually refers to the range of the linear transformation). If you have then by T I meant the linear transformation determined by the matrix A. What this means is that T is the function:
[tex]T(X) = AX[/tex]
where X is a n-dimensional vector. This is a function [itex]\mathbb{R}^n \to \mathbb{R}^n[/itex] if we deal with real numbers only.

Anyway there is no reason to work with linear transformations if you feel more comfortable working with matrices (my personal preference is just to work with linear transformations). Let me try to restate my hint in the language of matrices.

The important idea is that you can't possibly increase the rank of A by multiplying it by another matrix. If A has rank r, then we can row-reduce A to a matrix C whose last n-r rows are zero. That is we can write A as A=TC where T is a product of elementary matrices and C has its last n-r rows 0, but then CA has its last n-r rows 0 and therefore CA has rank less than or equal to r. T is invertible so multiplication by it doesn't change the rank and therefore TCA = AA = A^2 has rank less than or equal to r=rank(A).
 
  • #6
I have not learned about linear transformations yet.

However, what you said in terms of matrices doesn't seem to really prove to how the rank(A^2) <= rank(A). To me you seem to have proved the statement rank(C) <= rank(A) where C is the reduced echelon form of A.
 
  • #7
You say, "That is we can write A as A=TC where T is a product of elementary matrices and C has its last n-r rows 0, but then CA has its last n-r rows 0 and therefore CA has rank less than or equal to r."

You begin talking about CA so I am assuming that you got CA from the equation A=TC which you gave, but wouldn't this not really work since the equation really is (C^-1)A?
 
  • #8
simmonj7 said:
You say, "That is we can write A as A=TC where T is a product of elementary matrices and C has its last n-r rows 0, but then CA has its last n-r rows 0 and therefore CA has rank less than or equal to r."

You begin talking about CA so I am assuming that you got CA from the equation A=TC which you gave, but wouldn't this not really work since the equation really is (C^-1)A?

No I'm actually talking about CA. The point is that TCA = A^2 so we want to gain some knowledge of CA. From the formula for matrix multiplication it should be possible to show that the ith row of C is 0 imply that the ith row of CA will be 0.

What this proves is merely that CA has at most r rows that are non-zero, so its rank can't possibly be larger than r. Multiplication of a matrix by an invertible matrix doesn't change its rank so TCA also can't have rank larger than r, or in other words [itex]rank(TCA)\leq r[/itex]. This is what we wanted since TC = A so TCA= A^2 and r=rank(A) so substituting these we get,
[tex]rank(A^2) = rank(TCA) \leq r = rank(A)[/tex]
 

FAQ: Prove/Disprove: Rank and Nullity of A^2 ≤ A

1. What does "Rank and Nullity of A^2 ≤ A" mean?

The rank and nullity of A^2 ≤ A refers to the dimensions of the column space and null space of the matrix A^2, which is less than or equal to the dimensions of the matrix A.

2. How do you prove or disprove "Rank and Nullity of A^2 ≤ A"?

To prove this statement, you can use the properties of matrix multiplication and the rank-nullity theorem. To disprove it, you can find a counterexample where the dimensions of A^2 are greater than the dimensions of A.

3. What is the rank-nullity theorem?

The rank-nullity theorem states that for a matrix A, the sum of the dimensions of the column space and null space is equal to the number of columns in A.

4. How does the rank and nullity relate to the dimensions of a matrix?

The rank of a matrix refers to the number of linearly independent columns in the matrix, while the nullity refers to the number of linearly dependent columns. Together, they add up to the number of columns in the matrix.

5. Can the rank and nullity of A^2 be equal to the rank and nullity of A?

Yes, it is possible for the rank and nullity of A^2 to be equal to the rank and nullity of A, but this is not always the case. It depends on the specific properties and dimensions of the matrix A.

Similar threads

Back
Top