Proving A(V) is a Subset of V for Real n x n Matrix A | Linear Algebra Question

In summary, the eigenspace of a matrix satisfies the condition that A(E) is a subset of E since for any vectors v in the eigenspace, Av = λv. So how do I prove that the dimension of the eigenspace is between or equal to 1 and 2?
  • #1
sweetiepi
23
0

Homework Statement


Let A be a real n x n matrix. Prove that we can find a subspace V in R^N such that 1 <= dim V < = 2 and A(V) is a subset of V.


Homework Equations


None I don't think.


The Attempt at a Solution


I know that the eigenspace of a matrix satisfies the condition that A(E) is a subset of E since for any vectors v in the eigenspace, Av = λv. Since we know v is in the eigenspace, any multiple of v by λ is also in the eigenspace. Now how am I supposed to incorporate the dimension into the argument?
 
Physics news on Phys.org
  • #2
Another possibility is the nullspace of A. If null(A) is a line through the origin, then dim(null(A)) = 1. If null(A) is a plane containing the origin, then dim(null(A)) = 2.
 
  • #3
Yes I knew that, but how does it relate to A - λI?
 
  • #4
It doesn't. Your problem statement doesn't mention anything about eigenvalues or eigenspaces, so why is that a concern?
 
  • #5
I guess I was just trying to stick with the eigenspace argument. So Av = λv and the set of all solutions v that satisfies this is in the eigenspace. And (A-λI)v = 0. So how do I prove that the dimension of the eigenspace is between or equal to 1 and 2?
 
  • #6
The dimension in your proof has to be either 1 or 2; it can't be some number in between.

To get to eigenvalues, eigenvectors, etc. you first have to get the characteristic polynomial, and then you have to factor it. The Fund. Thm. of Algebra states that every polynomial of degree n with complex coefficients has at least one complex root.
 
  • #7
Ok, I'm still confused how to do this problem...

So you have a matrix A. I solve det(A-λI) = 0 and find the eigenvalues. Suppose I take an eigenvalue and plug it into A-λI and solve the equation (A-λI)x = 0. The the set of all solutions to this equation is the eigenspace. I know that the eigenspace satisfies A(V) subset of V because Ax = λx and if x is in the eigenspace, then any scalar multiple of x is also in the eigenspace by the axioms of a vector space. If the dimension is 1, then I have a line, and if the dimension is 2, I have a plane. Is that what they're asking for? That doesn't seem right or complete. What is meant by a space where the dimension is 1<= dimV <= 2?
 
  • #8
For your last question, 1 <= dim(V) <= 2 means that dim(V) = 1 or dim(V) = 2.

What this problem boils down to is that you need to show that for any nxn matrix A that there is an eigenspace of dimension 1 or there is an eigenspace of dimension 2. Think about what you need to do to get the eigenvalues.
 
  • #9
Ok, so I know that if A has distinct eigenvalues λ1, ..., λp, then for 1 <= k <= p the dimension of the eigenspace for λk is less than or equal to the multiplicity of the eigenvalue λi. So for this problem, that would imply that there has to be an eigenvalue with multiplicity of 1 or an eigenvalue with multiplicity of 2. But how am I supposed to show that this is the case for any real n x n matrix?
 
  • #10
What if A is real, but it does not have any real eigenvalue (i.e. only complex eigenvalues) like A = [0 -1],[1, 0] a 2x2 matrix?

I don't think that your line of argument would apply here since there is no eigenspace in R^n with complex eigenvalues. :(
 
  • #11
Gah! I still don't get it. I don't even think I have any sort of argument going... I'm just that confused. I just don't see how we can say that the dimension of V is either 1 or 2 when we don't have much information about A.
 
  • #12
Remember V can be almost anything that you want as long as you define it properly and it satisfies the given conditions. What I did was separating the problem into two cases, the first one is pretty easy, the second one, not so much.

Case 1: A has some real eigenvalue
Then there is some eigenvector v corresponding to that particular eigenvalue.
You can DEFINE V = span (v) and you can check that V satisfy all the given conditions.

Case 2: Uber hard for me :(, but I got it, and now you going to have to think a bit
A has ONLY complex eigenvalue a + bi
How would you define V? And then check it? Remember that there still exist some eigenvector (only that its complex)

Now I got to do 3 and 4, want to give me some hints on those? :d
 
  • #13
sweetiepi said:
Ok, so I know that if A has distinct eigenvalues λ1, ..., λp, then for 1 <= k <= p the dimension of the eigenspace for λk is less than or equal to the multiplicity of the eigenvalue λi. So for this problem, that would imply that there has to be an eigenvalue with multiplicity of 1 or an eigenvalue with multiplicity of 2. But how am I supposed to show that this is the case for any real n x n matrix?

But where do the eigenvalues come from? Look at what I said in post #6.
 
  • #14
Ok, so for your case 1, we have an eigenvalue that gave us some eigenvector v. I define V to be the span of v. Because it is just the one vector, it is linearly independent (which we know is true since an eigenvector is not the zero vector). Thus, the dimension is equal to 1. And if v is in the eigenspace, then every multiple of v is also in the eigenspace by some axiom somewhere. So the A(V) is a subset of V because this property holds for an eigenspace.

For case 2, we have a complex eigenvector. If this was of the form [a + bi], couldn't we say that the eigenvector is given by v = [a] + i? And then do the same thing as before, where we define the span of v to be V? Except that would still give me a dimension of one... hmm.



Not sure when you posted your response, but here's my hint for 3b: Try to prove first that Bx is also an eigenvector of A.
 
  • #15
You can't define V to be span of v for case 2 because V is a subspace in R^n and v is a complex eigenvector (i.e. the span of a complex vector will create complex vectors outside of R^n). Try separate v into Re(v) and Im(v) and make V to be a span of those vectors. (This is where dim = 2 come from).

Also you will need A Re(x) = Re (Ax) and likewise for the other component to verify the other property of V. You can find this fact on page 340.

And I'm already done with 3, working on 4 now.
 
  • #16
Ah! Makes so much more sense! Thank you SO much for your help :)

I just finished 4a. Find a basis for nul((C-lambda I)^2) and relate this to nul(C - lambda I).. if you haven't already.
 
  • #17
Eh not sure what you just said, but I just make P to be the identity matrix, then C is the same as the matrix between P and P^1. After all, it asks for some matrix P.
 
  • #18
I'm stuck on 4b, you got any plan on how to do it?
 
  • #19
Hmm, not entirely sure. If we consider the equation XA = BX, we must be able to show that it has a complex solution, which would account for the A = PBP^-1 and that it also has a real solution, which would account for the A = QBQ^-1. Maybe if we start with one and then work to the other?
 
  • #20
How do you know that the equation xA = Bx has a complex solution? And what does that have to do with PBP^-1? I don't see the reasoning, care to elaborate?
 
  • #21
In the problem it says that A and B are real matrices such that A = PBP^-1 for some invertible 2 x 2 complex matrix P. Since P is invertible, so is P^-1, and this can be rewritten as AP = PB. We can do the same thing with the real matrix Q to get AQ = PQ. So in the equation AX = XB (I think I accidentally typed XA = BX last time) we should get a complex solution (that's P) and a real solution (that's Q). We are given that there is a complex solution from the get-go, so then go from there.
 

1. How do you prove that A(V) is a subset of V for a real n x n matrix A?

In order to prove that A(V) is a subset of V, you need to show that every element in A(V) is also an element of V. This can be done by checking if A(v) is a linear combination of the columns of A for every vector v in V. If this is true, then A(V) is a subset of V.

2. What is A(V) in terms of linear algebra?

A(V) is known as the image or range of the linear transformation represented by the matrix A. It is the set of all possible outputs (or images) that can be obtained by applying A to any vector in V.

3. Can you provide an example of proving A(V) is a subset of V?

Yes, for example, let A = [2 0; 0 3] and V = {(x, y) | x and y are real numbers}. To prove that A(V) is a subset of V, we need to show that any vector in A(V) can be written as a linear combination of the columns of A. Let v = (a, b) be a vector in V. When we apply A to v, we get A(v) = [2a 0; 0 3b]. This vector can be written as a combination of the columns of A: 2a[1 0] + 3b[0 1]. Since v was an arbitrary vector in V, this shows that A(V) is a subset of V.

4. What does it mean for A(V) to be a subset of V?

If A(V) is a subset of V, it means that every possible output of the linear transformation represented by A is also a valid input for the transformation. In other words, the range of the transformation is contained within the domain of the transformation.

5. What is the significance of proving A(V) is a subset of V?

Proving A(V) is a subset of V is important because it shows that the linear transformation represented by A is well-defined and that it preserves the vector space structure. This is a fundamental concept in linear algebra and is used in various applications, such as solving systems of linear equations and finding eigenvalues and eigenvectors.

Similar threads

  • Calculus and Beyond Homework Help
Replies
14
Views
592
  • Calculus and Beyond Homework Help
Replies
34
Views
2K
  • Calculus and Beyond Homework Help
Replies
10
Views
1K
  • Calculus and Beyond Homework Help
Replies
24
Views
793
  • Calculus and Beyond Homework Help
Replies
1
Views
456
  • Calculus and Beyond Homework Help
Replies
0
Views
449
  • Calculus and Beyond Homework Help
Replies
2
Views
1K
  • Calculus and Beyond Homework Help
Replies
8
Views
1K
  • Calculus and Beyond Homework Help
Replies
15
Views
2K
  • Calculus and Beyond Homework Help
Replies
4
Views
1K
Back
Top