Linear Transformation 1-1/onto

In summary, for a linear transformation T: V -> W, the rank-nullity theorem states that the sum of the rank and nullity of T is equal to the dimension of the domain V. This means that if T is 1-1, then the dimension of the kernel (nullity) is equal to 0, and if T is onto, then the dimension of the range (rank) is equal to the dimension of the codomain W. This can be calculated using the dimension theorem for linear transformations.
  • #1
roam
1,271
12

Homework Statement


[tex]T: R^n \rightarrow R^m[/tex] is a linear transformation.

a) Calculate Dim(ran(T)) if T is one to one.

b) Calculate Dim(ker(T)) if T is onto.


The Attempt at a Solution



a) I need to calculate the dimension of range of T if it's 1-1.

So there is a property that: ran(T) = col(A) (where A is the standard matrix). And hence Dim(ran(T)) = Dim(col(T)). Since T is 1-1 Ax=0 has the trivial solution.

I'm not sure if I'm on the right track & I don't know where to go from here...

b) I need to "calculate" the dimension of kernel of T if it's onto.

I know that Dim(ker(T)) = Dim(null(A)) and of course Dim(null(A)) (that is the dimension of the null space of standard matrix A) is the nullity(A).
If the linear transformation T is onto then the linear system Ax=b must be consistent for every b in Rn.

Again I'm stuck here but this is my attempt so far...
 
Physics news on Phys.org
  • #2
Recall the dimension theorem. That is, for T: V -> W,
nullity(T) + rank(T) = dim(V)

How can you tell if a linear transformation is 1-1 and if it is onto. It has something to do with the kernel and range, respectively.
 
  • #3
VeeEight said:
Recall the dimension theorem. That is, for T: V -> W,
nullity(T) + rank(T) = dim(V)


Yes I know that theorem but I don't know exactly what to do with it. Please correct me if I'm wrong:

nullity(T) + rank(T) = n

rank(T) = dim(row(A)) = dim(ker(T))

Since ker(T) = null(A) and null(A) = row(A)

So, dim(ker(T)) + dim(ker(T)) = n

n is the dim(domain)

How can you tell if a linear transformation is 1-1 and if it is onto. It has something to do with the kernel and range, respectively.

Well, since the transformation T is 1-1 ker(T)={0} (I mean x=0 is the only vector for which T(x)=0).

Btw, this is all for part a)
 
  • #4
You know that if T is 1-1, then ker(T) = {0}. So what is the dimension of ker(T)? You know the dimension of the domain, so plug them into the equation.

If T is onto, then what is range(T)? Once you found that, you can calculate dim(range(T)) [also called rank] and plug them into the equation.
 
  • #5
VeeEight said:
You know that if T is 1-1, then ker(T) = {0}. So what is the dimension of ker(T)? You know the dimension of the domain, so plug them into the equation.

The dimension of the domain is n, kernel of T is a subspace of the domain and it's 0 if T is 1-1. So, do I need to plug 0 into:

nullity(T) + rank(T) = dim(domain) which becomes:
=> dim(ker(T)) + dim(ker(T)) = dim(domain)

dim(0) + dim(0) = 0

So, the Dim(ran(T)) if T is 1-1 is 0 ??


b) Calculate Dim(ker(T)) if T is onto.

If T is onto, then what is range(T)? Once you found that, you can calculate dim(range(T)) [also called rank] and plug them into the equation

I don't really know what you mean but if T is onto if the range is the entire codomain, Rm.
 
  • #6
And what is the dimension of R^m? (In reply to your very last line.)
 
  • #7
matt grime said:
And what is the dimension of R^m? (In reply to your very last line.)

The dimension of Rm is m.

What about part a, did I calculate it correctly (in my last post)?
 
  • #8
No, you didn't. You just said that an injective linear map always maps onto the zero vector, i.e. is the zero matrix.

Try looking at the definitions and the rank nullity formula.
 
  • #9
roam said:
The dimension of the domain is n, kernel of T is a subspace of the domain and it's 0 if T is 1-1. So, do I need to plug 0 into:

nullity(T) + rank(T) = dim(domain) which becomes:
=> dim(ker(T)) + dim(ker(T)) = dim(domain)
How did you get that both nullity(T) and rank(T) are equal to "dim(ker(T))"?

dim(0) + dim(0) = 0

So, the Dim(ran(T)) if T is 1-1 is 0 ??


b) Calculate Dim(ker(T)) if T is onto.



I don't really know what you mean but if T is onto if the range is the entire codomain, Rm.
 
Last edited by a moderator:
  • #10
HallsofIvy said:
How did you get that both nullity(T) and rank(T) are equal to "dim(ket(T))"?

For rank(T):

rank(T) = dim(row(A))

Since row(A) = null(A) and null(A) = ker(T)

dim(row(A)) = dim(ker(T))

And for nullity(T):

nullity(T) = dim(null(T))

Since null(T) = ker(T)

So, nullity(T) = dim(ker(T))

Hence "nullity(T) + rank(T) = n" can be re-written as: "dim(ker(T)) + dim(ker(T)) = n". That's how far I got, I don't see how exactly to derive the "rank-nullity" theorem.

No, you didn't. You just said that an injective linear map always maps onto the zero vector, i.e. is the zero matrix.

Try looking at the definitions and the rank nullity formula.

Is "dim(Ran(T))+ dim(Kernel(T))= n" the rank-nullity theorem you mean? As you see above I tried it but I don't know how to get this result from "nullity(T) + rank(T) = n".

If T is 1-1 then ker(T)={0}. I think this means that dim(Kernel(T))= 0 and dim(Ran(T))=m, so using the theorem:

dim(Ran(T))+ dim(Kernel(T))= n
m + 0 = n
?
 
  • #11
Forget about row/column stuff.
The dimension theorem that is important here is that for a linear transformation T:V -> W, rank(T) + nullity(T) = dim V

You found that ker(T)={0} when T is 1-1. Now you want to calculate nullity(T), which is the dimension of ker(T). Look back on the definition of dimension. How did you obtain that nullity(T)=0?

You found that rank(T)=dim(W) if T is onto. In your case, dim(W)=dim(R^m)=m.
 
  • #12
The row space of A is not its kernel. The kernel is the set of vectors mapped to zero. I hope you can see that that is not the row space. Your conclusion that 2*dim(ker(T))=n should have made you want to check what went wrong in your definition.
 
  • #13
You found that rank(T)=dim(W) if T is onto. In your case, dim(W)=dim(R^m)=m.

dim(Ran(T))+ dim(Kernel(T))= n

m + dim(Kernel(T)) = n

dim(Kernel(T)) = n-m

Does this answer part b?

VeeEight said:
Forget about row/column stuff.
The dimension theorem that is important here is that for a linear transformation T:V -> W, rank(T) + nullity(T) = dim V

You found that ker(T)={0} when T is 1-1. Now you want to calculate nullity(T), which is the dimension of ker(T). Look back on the definition of dimension. How did you obtain that nullity(T)=0?

The definition is that the dimension of a subspace V is the number of vectors in a basis for V.
ker(T)={0} when T is 1-1, so dim(ker(T)) = nullity(T) = 1

1 + dim(ran(T)) = n

dim(ran(T)) = n-1

Hope this is right :smile:


The row space of A is not its kernel. The kernel is the set of vectors mapped to zero. I hope you can see that that is not the row space. Your conclusion that 2*dim(ker(T))=n should have made you want to check what went wrong in your definition.

Yes, you're right but I would like to know how you can prove that the following two theorems are equivalent (or you can use one to prove the other):

dim(Ran(T)) + dim(Kernel(T))= dim(domain)

RankT + nullity T = dim(domain)
 
  • #14
They are tautologically equivalent - the rank is the dimension of the space spanned by either the rows or columns of the matrix, and one of those is the range (depending on whether you use row vectors and right multiplication or column vectors and left multiplication).
 
  • #15
Ok, thanks. :smile:

Anyway, did I finally calculate Dim(ran(T)) (T 1-1) and Dim(ker(T)) (T onto) correctly in my last post?
 
  • #16
One of them yes. But you got the dimension of a zero dimensional vector space wrong.
 
  • #17
matt grime said:
One of them yes. But you got the dimension of a zero dimensional vector space wrong.

Isn't it 0? :biggrin:

dim(Ran(T)) + 0 = n
dim(Ran(T)) = n
 
  • #18
You wrote dim({0})=1, didn't you?
 
  • #19
Ops!...lol... but I corrected it now. I know that {0} is (the only) vector space with dimension zero.
 

1. What is a linear transformation?

A linear transformation is a mathematical function that maps one vector space to another vector space in a way that preserves the linear structure of the original space.

2. What does 1-1/onto mean in relation to linear transformation?

1-1/onto refers to the injectivity and surjectivity of a linear transformation. A 1-1 (one-to-one) transformation means that each element in the original space is mapped to a unique element in the transformed space. An onto transformation means that every element in the transformed space has at least one pre-image in the original space.

3. How can I determine if a linear transformation is 1-1/onto?

To determine if a linear transformation is 1-1/onto, you can use the rank-nullity theorem. If the nullity (dimension of the null space) is equal to 0, then the transformation is 1-1. If the rank (dimension of the range) is equal to the dimension of the codomain, then the transformation is onto.

4. What is the significance of a linear transformation being 1-1/onto?

A 1-1/onto linear transformation is significant because it means that the transformation preserves the structure of the original space and allows for a unique inverse transformation. This is important in applications such as data compression and encryption.

5. Can a linear transformation be 1-1/onto if the original and transformed spaces have different dimensions?

Yes, a linear transformation can be 1-1/onto even if the dimensions of the original and transformed spaces are different. This is possible when the transformation is an isomorphism, meaning that it is bijective (both 1-1 and onto) and preserves the operations of the vector space.

Similar threads

  • Calculus and Beyond Homework Help
Replies
1
Views
607
  • Calculus and Beyond Homework Help
Replies
14
Views
594
  • Calculus and Beyond Homework Help
Replies
1
Views
457
  • Calculus and Beyond Homework Help
Replies
5
Views
1K
  • Calculus and Beyond Homework Help
Replies
8
Views
620
  • Calculus and Beyond Homework Help
Replies
2
Views
3K
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
10
Views
2K
  • Calculus and Beyond Homework Help
Replies
3
Views
2K
  • Calculus and Beyond Homework Help
Replies
3
Views
570
Back
Top