Linear algebra - Kernal and Range

In summary, your proof of ker(T) (intersect) range(T)={0} can't possibly be correct. Let T:R^2->R^2 be given by the matrix whose first row is [0,1] and whose second row is [0,0]. Then the column vector v=[1,0] is in ker(T) since T(v)=0 and v is in range(T) since T(u)=v, where u is the column vector [0,1]. Put that into your proof. Do you see what's wrong?Sorry, in the problem where I showed that Range(T) (intersection) Ker(T) = {0} we were also
  • #1
sweetiepi
23
0

Homework Statement



Let V be a finite-dimensional vector space and let T: V -> V be a linear transformation. Prove that there exists a natural number n so that

Ker(T^n) (intersection) Range(T^n) = {0}

Here, T^n represents the n-fold composition of T o T o ... o T

Homework Equations





The Attempt at a Solution



I can prove that Ker(T) (intersection) Range(T) = {0} by showing that if an element is in the intersection of the two spaces, it must be zero since would produce a linear combination of one basis equal to the other, and subtracting so they are on both sides gives a linear combination of both bases. But the sum of the spans of the two bases are linearly independent, so the coefficients must all be zero, and thus they can have only the zero vector in common. Now I'm unsure of how to relate this to T^n.
 
Physics news on Phys.org
  • #2
Your proof of ker(T) (intersect) range(T)={0} can't possibly be correct. Let T:R^2->R^2 be given by the matrix whose first row is [0,1] and whose second row is [0,0]. Then the column vector v=[1,0] is in ker(T) since T(v)=0 and v is in range(T) since T(u)=v, where u is the column vector [0,1]. Put that into your proof. Do you see what's wrong?
 
  • #3
Sorry, in the problem where I showed that Range(T) (intersection) Ker(T) = {0} we were also given that Range(T) + Ker(T) = V. Does that make my explanation make more sense? I was trying not to have to replicate the whole proof but can see where that would have caused confusion. The proof has already been looked at by my professor so I am comfortable with it. The problem I am trying to prove now uses T^n and I don't know how to make that work.
 
  • #4
If Range(T)+Ker(T)=V, then your proof probably makes perfect sense. But that's not generally true for any T. I just gave you an example where it's not true. But it's still true that Ker(T^n) (intersection) Range(T^n) = {0} for some n for ANY T, if V is finite dimensional. Range(T)+Ker(T)=V is just a special case. That's the n=1 case, I gave you an example of the n=2 case. Don't confuse that with dim(range(T))+dim(ker(T))=dim(V) which is always true.
 
Last edited:
  • #5
Ok, here's a hint. How does dim(T(range(T)+ker(T))) compare with dim(range(T)+ker(T))?
 
  • #6
Well, if you take T(range(T) + ker(T)) because T is linear you can compute T(range(T)) + T(ker(T)) and because the kernel of T maps to the zero vector you are left with T(range(T)) so the dim(T(range(T))) would be the number of vectors in the basis of range(T)? Whereas the dim(range(T)+ker(T)) would be the dimension of the number of vectors in the basis for the range plus the number of vectors in the kernel? I'm not really sure if that is right...
 
  • #7
And I'm not sure what my 'hint' is exactly supposed do. It seemed to make sense at the time. Try this. You know range(T^(n+1)) is a subspace of range(T^n), right? And ker(T^n) is a subspace of ker(T^(n+1)). Given that V is finite dimensional, what can you say about the sequences of subspaces range(T^n) and ker(T^n)?
 
  • #8
I actually worked on this problem with a friend earlier today and we got it all figured out. Thank you for your help though!
 

1. What is a "kernel" in linear algebra?

A kernel, also known as a null space, is the set of all vectors that produce a zero output when multiplied by a given linear transformation.

2. How is the kernel related to the range in linear algebra?

The kernel and the range are complementary concepts in linear algebra. The kernel contains all the vectors that are mapped to zero by a linear transformation, while the range contains all the possible outputs of the transformation for a given set of inputs.

3. How is the kernel calculated in linear algebra?

The kernel can be calculated by solving a system of linear equations, where the coefficients of the variables are the elements of the transformation matrix. The solutions to the equations give the vectors in the kernel.

4. What is the significance of the kernel in linear algebra?

The kernel is an important concept in linear algebra as it helps us understand the behavior and properties of linear transformations. It also allows us to solve systems of linear equations and find solutions to problems in areas such as engineering, physics, and computer science.

5. Can the kernel and range of a linear transformation be empty sets?

Yes, it is possible for the kernel and range to be empty sets in linear algebra. This occurs when the transformation is one-to-one, meaning that each input vector has a unique output vector, and there are no vectors that map to zero in the kernel. Similarly, if the transformation is onto, meaning that every possible output vector is produced, then the range will not be an empty set.

Similar threads

  • Calculus and Beyond Homework Help
Replies
0
Views
441
  • Calculus and Beyond Homework Help
Replies
8
Views
607
  • Calculus and Beyond Homework Help
Replies
1
Views
449
  • Calculus and Beyond Homework Help
Replies
7
Views
401
  • Calculus and Beyond Homework Help
Replies
11
Views
1K
  • Calculus and Beyond Homework Help
Replies
24
Views
783
  • Calculus and Beyond Homework Help
Replies
14
Views
582
  • Calculus and Beyond Homework Help
Replies
1
Views
599
  • Calculus and Beyond Homework Help
Replies
5
Views
1K
  • Calculus and Beyond Homework Help
Replies
8
Views
1K
Back
Top