Various isomorphisms have been mentioned in lectures with hand-waving justification of the fact that they are isomorphisms. In this question we shall prove that they are isomorphisms.
If the case for arbitrary is a little confusing, you may consider the case for . If you do so, at the end you should explain (without proof) how your method could generalise to arbitrary .
On the page linear transformation, it is shown that a linear transformation that is a bijection is also an isomorphism (ie its inverse is automatically linear). You may use this result in the following.
We need some preliminary results. Recall that a function is injective if whenever are such that then . Show that is an injective linear transformation if and only if whenever is such that then .
Suppose that is injective. Let be such that . Then as (since is linear), we must have (as is injective) .
Now suppose that is such that the only vector with is itself. Let be such that . As is linear, this means that , whence and so . Hence is injective.
A function is surjective if whenever then there is some with . Use the results about the number of solutions of from Gaussian elimination to deduce that if is injective then it is also surjective.
(Note that both the source and target are .)
Let be injective. Let be its matrix. Then can have at most solution. Hence in the row reduced form of , we cannot have “free” columns. As is square, this means that the row reduced form of cannot have any rows of zeros. Thus always has a solution, so is surjective.
We define as the space of smooth1 functions for which their th derivative vanishes; that is, where stands for differentation.
For a vector in we associate a smooth function by the following rule:
Using the definition given above of , prove that this defines a map which is an isomorphism. You may assume that the function so defined is linear (once you have proved that its target is ).
So you may not use any alternative representation of a polynomial, but may use standard facts about differentiation.
In particular, you may assume that if then is constant.
We define a map in the opposite direction by sending to the vector:
Let’s call this . By construction, is the identity on . To show that this is true in the other direction, we need to show that for a smooth function with then
Let us write for the right hand side. We start by considering . This satisfies and so is constant. The constant can be found by evaluating at , where we find that . Next we consider . This satisfies , so the same argument applies. We continue in the obvious fashion and finally deduce that . Hence is the identity on and so is the inverse of which is therefore an isomorphism.
Define a map by sending to its vector of values at . That is:
You may assume without proof that this is linear. By considering the composition , or otherwise, prove that is an isomorphism.
The composition is a map from to itself. From the earlier parts, we see that this is an isomorphism if (and only if) it is injective. Since is an isomorphism, it is injective, and thus we need to show that is injective.
That is, we need to show that if then . So let be a polynomial such that for , . This means that is a multiple of . However, that is a polynomial of degree so the only way that can be a multiple of it is if the multiplier is . Hence and so is injective.
Thus is an isomorphism. We can therefore deduce that is an isomorphism with inverse .
For each of the following matrices, find isomorphisms and which put the matrix in the form:
(Note: if at any point you find yourself wanting to invert a matrix, don’t. Just write that the isomorphism that you want is the inverse of the one given by that particular matrix.)
Computers are allowed for the boring computations, but should not be used to solve the whole thing in one go.
Let be the linear transformation that translates a polynomial by . That is, .
Show that is the only eigenvalue of and find the corresponding eigenvectors (there is a straightforward argument for this which does not involve taking any determinants).
For a polynomial , consider what happens to the term of highest degree when applying .
The coefficient of the term of highest degree in and is the same. Hence if then we must have . In this case, for all , and so for any and , . But this is not possible for a non-constant polynomial, so must be constant. Hence the eigenvectors are the constant polynomials.
Explain why the linear transformation is nilpotent.
Consider what happens to the degree of .
Since and have the same term of highest degree, must be of lower degree than . Hence applying it at most times, we must get . Thus is nilpotent.
Find an isomorphism (equivalently, a basis of ) so that the corresponding matrix of has the form where is a matrix whose only non-zero elements are some s on the superdiagonal.
The matrix is the matrix of . The kernel of this is so we put that first. Then so can be the next vector. Now , so . Finally, , so is the last.
What, if any, changes do you have to make if we replace by the transformation ?
Some signs will change in the basis elements.
Eigenvalues and eigenvectors make sense for any linear transformation , even if is not finite dimensional.
Remember that eigenvectors must be non-zero.
Consider , the space of all sequences in . Define to be the transformation that shifts sequences by . That is, if and then and for , .
(Here, the first term in a sequence is indexed by .)
Find the eigenvalues and eigenvectors of .
This has no eigenvalues or eigenvectors. Let be a non-zero sequence and suppose that is such that is the first non-zero term in . Then if , (or, if , by definition). So the only possibility for is if . But so this isn’t possible either.
The same, but with the shift in the other direction. So if and then .
This has lots of eigenvectors and eigenvalues. In fact, for any , we get an eigenvector by taking the sequence . Up to scalar multiples, these are all the eigenvectors.
In Homework 8 from 2010, it was asked to show that the linear transformation has no eigenvectors (on ). Suppose that is such that the linear transformation has an eigenvector. What can you say about ?
Suppose that is such that multiplication by has an eigenvector, say . Then there is some such that . So for , . If , we can divide by to get . Thus, on the set , we must have constant. But on the set , we can have almost anything. The only proviso is that must be continuous.
In particular, if has only an isolated , then is constant everywhere.
A smooth function is one that can be differentiated as many times as you like. ↩