Exercise 2.1.21

Answers

1.
To prove T is linear we can check
T(σ1 + σ2)(n) = σ1(n + 1) + σ2(n + 1) = T(σ1)(n) + T(σ2)(n)

and

T()(n) = (n + 1) = cT(σ)(n).

And it’s similar to prove that U is linear.

2.
It’s onto since for any σ in V . We may define another sequence τ such that τ(0) = 0 and τ(n + 1) = σ(n) for all n 1. Then we have T(τ) = σ. And it’s not one-to-one since we can define a new σ0 with σ0(0) = 1 and σ0(n) = 0 for all n 2. Thus we have σ00 but T(σ0) = 0.
3.
If T(σ)(n) = σ(n 1) = 0 for all n 2, we have σ(n) = 0 for all n 1. And let σ0 be the same sequence in the the previous exercise. We cannot find any sequence who maps to it.
User profile picture
2011-06-27 00:00
Comments