Injective and Surjective linear transformations

AntsyPants
Messages
9
Reaction score
0
I was struck with the following question: Is there a linear map that's injective, but not surjective? I know full well the difference between the concepts, but I'll explain why I have this question.

Given two finite spaces V and W and a transformation T: V→W represented by a matrix \textbf{A}, we know that T is invertible if and only if there is a one-to-one mapping between spaces, which means, \textbf{A} is invertible.

On the other hand, we know that T is surjective if its image space can generate W. The image space is related with the column space of \textbf{A}, so let's consider the system

\textbf{A v} = \textbf{w}

where \textbf{v} and \textbf{w} are the coordinates of an element of V and W, respectively. If \textbf{A} is invertible than this system is always possible, meaning we can obtain any element of W from an element of V, so T must also be surjective.

Perhaps I didn't formulate this right and I may be doing some mistake somewhere, but it's just a simple curiosity.
 
Last edited:
Physics news on Phys.org
I'm guessing you are using the following Alternative theorem:

Let V and W be vector spaces of the same dimension and let T:V\rightarrow W be linear, then the following are equivalent
1) T is an isomorphism
2) T is injective
3) T is surjective

This only holds for spaces of the same dimension! For spaces not of the same dimension, this is clearly false! (indeed, because the matrix A in that case is not even rectangular)
 
Yes I assumed they were of the same dimension, otherwise it wouldn't be invertible, but I have a problem with your statement. Consider for instance the projection

T(x,y) = (x,0)

T receives a bidimensional vector and also returns one, soT:R^{2}→R^{2}. The spaces are of the same dimension, but don't satisfy any of 1)-3).
 
Last edited:
"T is invertible if and only if there is a one-to-one mapping between spaces, which means, A is invertible."

Not so, actually. There exist one-to-one mappings from ℝ2→ℝ3, just not continuous ones. The point of interest isn't whether one exists, but whether T is that one-to-one mapping. You may have known that and just put the wrong word though.

"The spaces are of the same dimension, but don't satisfy any of 1)-3)."

He said the three are equivalent, not that they are true. What he means is that if anyone of the three hold, then so do the other too. In your example, none of them hold, which is okay.

No back to the original question. Try the map T:V→W, where V is dimension 2 and W is dimension 3, defined by

T(x,y) = (x,y,0).

It's essentially the identity map into the bigger space, so it's injective. However, since W is higher dimension, there's no way for it to be a surjection.
 
AntsyPants said:
Consider for instance the projection

T(x,y) = (x,0)

T receives a bidimensional vector and also returns one, soT:R^{2}→R^{2}. The spaces are of the same dimension, but don't satisfy any of 1)-3).
Right. But to say that the statements 1-3 are equivalent is to say that either they're all true or they're all false. So your example doesn't contradict what micromass said.
 
##\textbf{Exercise 10}:## I came across the following solution online: Questions: 1. When the author states in "that ring (not sure if he is referring to ##R## or ##R/\mathfrak{p}##, but I am guessing the later) ##x_n x_{n+1}=0## for all odd $n$ and ##x_{n+1}## is invertible, so that ##x_n=0##" 2. How does ##x_nx_{n+1}=0## implies that ##x_{n+1}## is invertible and ##x_n=0##. I mean if the quotient ring ##R/\mathfrak{p}## is an integral domain, and ##x_{n+1}## is invertible then...
The following are taken from the two sources, 1) from this online page and the book An Introduction to Module Theory by: Ibrahim Assem, Flavio U. Coelho. In the Abelian Categories chapter in the module theory text on page 157, right after presenting IV.2.21 Definition, the authors states "Image and coimage may or may not exist, but if they do, then they are unique up to isomorphism (because so are kernels and cokernels). Also in the reference url page above, the authors present two...
When decomposing a representation ##\rho## of a finite group ##G## into irreducible representations, we can find the number of times the representation contains a particular irrep ##\rho_0## through the character inner product $$ \langle \chi, \chi_0\rangle = \frac{1}{|G|} \sum_{g\in G} \chi(g) \chi_0(g)^*$$ where ##\chi## and ##\chi_0## are the characters of ##\rho## and ##\rho_0##, respectively. Since all group elements in the same conjugacy class have the same characters, this may be...
Back
Top