Chapter 1 extra note 6

Invertible transformation
one-to-one
onto

Selected lecture notes:

Invertible transformation

Definition:
Identity transformation:

Iv:VV,
Iv(v)=v
,
vV
.

Proposition:
For any linear transformation,

T:VW, we have
TIv=T
and
IwT=T
.

  • Proof:

    Given

    vV,
    (TIv)(v)=T(Iv(v))=T(v).

    Similarly,
    (IwT)(v)=Iw(T(v))=T(v).

Definition:
Let

T:VW be a linear transformation,
T
is left invertible if
B:WV
such that
BT=Iv
.

Definition:
Let

T:VW be a linear transformation,
T
is right invertible if
C:WV
such that
TC=Iw
.

Definition:
Let

T:VW be a linear transformation,
T
is invertible if it is both left and right invertible.

Theorem:
Let

T:VW be a linear transformation,
T
is invertible if and only if there exists an unique left inverse
B
and an unique right inverse
C
. Moreover,
B=C
.

  • Proof:

    (

    ) True by definition.

    (

    )
    Let
    T:VW
    be an invertible linear transformation, then
    B
    and
    C
    such that
    BT=Iv
    and
    TC=Iw
    .
    Given
    wW
    ,
    B(w)=B(T(C(w)))=(BT)(C(w))=C(w).

    Therefore
    B=C
    .

    Suppose

    B2:WV such that
    B2T=Iv
    , then, given
    wW
    ,
    B2(w)=B2(T(C(w)))=(B2T)(C(w))=C(w).

    Therefore
    B2=C=B
    . So the left inverse is unique.

    Similarly, the right inverse is unique.

Corollary:

T:VW is an invertible linear transformation if and only if
T1:WV
such that
T1T=Iv
and
TT1=Iw
.

Corollary:
Let

A:VW and
B:UV
be invertible linear transformations, then
AB:UW
is an invertible linear transformation and
(AB)1=B1A1
.

  • Proof:

    (AB)(B1A1)=A(BB1)A1=AIvA1=Iw.
    and
    (B1A1)(AB)=B1(A1A)B=B1IvB=Iu.


Invertibility and solvability

Theorem:
Let

T:VW be a linear transformation,
T
is invertible if and only if
bW
, the equation
T(x)=b
has an unique solution.

  • Proof:

    (

    )
    T
    is invertible, so
    T1:WV
    that is linear.
    Given
    bW
    , define
    x=T1(b)
    , then
    T(x)=T(T1(b))=(TT1)(b)=b.

    To check uniqueness, suppose

    x2V such that
    T(x2)=b
    , then
    x2=(T1T)(x2)=T1(T(x2))=T1(b)=x.

    Therefore, the solution is unique.

    (

    )
    We define a function
    B:WV
    such that
    B(b)=x,ifT(x)=b.

    This function
    B
    is well-defined since for any
    bW
    ,
    !xV
    such that
    T(x)=b.

    claim 1:

    BT=Iv

    pf:
    Let

    xV and
    T(x)=bW
    .
    Since
    T(x)=b
    has only one solution, therefore
    B(b)=x
    .
    Then we have
    B(T(x))=B(b)=x.

    claim 2:

    TB=Iw

    pf:
    Let

    bW,
    !xV
    such that
    T(x)=b
    , hence
    B(b)=x
    , and
    T(B(b))=T(x)=b.

    claim 3:

    B is linear

    pf:
    Given

    b1,b2W,
    !x1,x2
    such that
    T(x1)=b1
    and
    T(x2)=b2
    .
    Since
    T
    is linear and
    TB=Iw
    , we have
    T(α1B(b1)+α2B(b2))=α1T(B(b1))+α2T(B(b2))=α1b1+α2b2.

    Therefore,
    B(α1b1+α2b2)=α1B(b1)+α2B(b2)
    .

One-to-one and onto

Definition:

T:VW is one-to-one (1-1, injective) if
T(u)=T(v)
implies
u=v
.

Proposition:

T:VW is one-to-one if and only if
Ker(T)={0}
.

  • Proof:

    (

    )
    T
    is linear so
    T(0)=0
    .
    Suppose
    vV
    such that
    T(v)=0
    ,
    since
    T
    is one-to-one, we must have
    v=0
    .

    (

    )
    Let
    u,vV
    such that
    T(u)=T(v)
    .
    Since
    T
    is linear
    0=T(u)T(v)=T(uv).

    So
    (uv)Ker(T)
    and we must have
    uv=0
    , that is,
    u=v
    .

Proposition:
If

T:VW is left invertible, then
T
is one-to-one.

  • Proof:

    Given

    u,vV such that
    T(u)=T(v)
    .
    T
    is left invertible, so
    B:WV
    such that
    BT=Iv
    .
    Then
    u=B(T(u))=B(T(v))=v.

Proposition:
If

T:VW is not one-to-one,
T
is not left invertible.

Definition:

T:VW is onto (surjective) if for any
wW
, there exists a
vV
such that
T(v)=w
.

Proposition:
If

T:VW is right invertible, then
T
is onto.

  • Proof:

    Since

    T is right invertible,
    C:WV
    such that
    TC=Iw
    .
    Given
    wW
    , we define
    v=C(w)
    ,
    Therefore
    T(v)=T(C(w))=w
    .

Proposition:
If

T:VW is not onto,
T
is not right invertible.

Theorem:
Let

T:VW be a linear transformation,
T
is invertible if and only if
T
is one-to-one and onto.

  • Proof:

    (

    )
    Given
    TL(V,W)
    that is invertible, then
    T1L(W,V)
    .

    claim:

    T is one-to-one

    pf:
    Suppose there exists

    vV such that
    T(v)=0
    .
    Since
    T1
    is linear that maps
    0
    to
    0
    , we have
    v=T1(T(v))=T1(0)=0.

    Therefore,
    Ker(T)={0}
    and
    T
    is one-to-one.

    claim:

    T is onto

    pf:
    Given

    wW, we have
    w=T(T1(w))
    , that is,
    wRan(T)
    .
    It is then clear that
    Ran(T)=W
    and
    T
    is onto.

    (

    )
    T
    is onto, so, for each
    wW
    ,
    vV
    such that
    T(v)=w
    .
    We then define a function
    S:WV
    by setting
    S(w)=v
    .

    claim:

    S is a right inverse of
    T

    pf:
    Given

    wW, let
    S(w)=u
    , then
    T(u)=w
    and
    (TS)(w)=T(S(w))=T(u)=w.

    claim:

    S is a left inverse of
    T

    pf:
    Given

    vV, let
    T(v)=w
    , and assume
    S(w)=u
    , i.e.,
    T(u)=w
    .
    Since
    T
    is one-to-one, we must have
    v=u
    and therefore
    (ST)(v)=S(T(v))=S(w)=u=v.

    claim:

    S is a linear transformation

    pf:
    Given

    w1,w2W and
    α1,α2F
    , since
    T
    is linear and
    TS=Iw
    , we have
    T(α1S(w1)+α2S(w2))=α1T(S(w1))+α2T(S(w2))]=α1w1+α2w2.

    Since
    T
    is one-to-one, we must have
    S(α1w1+α2w2)=α1S(w1)+α2S(w2).

    So
    S
    is a linear transformation.


Examples

Example 1

Let

TL(P2,P2) with
T(p)=p+p
.

Choose

β={1,x,x2} be a basis for
P2
. We have

T(1)=1=[1xx2][100],T(x)=1+x=[1xx2][110],T(x2)=2x+x2=[1xx2][021].
So, the matrix representation of
T
is
[T]β=[110012001].

It is then easy to find that
[T1]β=[112012001].

Therefore,
T1(a+bx+cx2)=T1([1xx2][abc])=[1xx2][ab+2cb2cc]=(ab+2c)+(b2c)x+cx2.

We can also determine the adjoint transformation of

T, we have
[T]β=[100110021].

Hence,
T(a+bx+cx2)=T([1xx2][abc])=[1xx2][aa+b2b+cc]=a+(a+b)x+(2b+c)x2.

We can also use a different basis for

P2. For example, choose
γ={1+x+x2,x+x2,x2}
. The matrix representation of
T
is then
[T]βγ=[110102011],

and
[T1]γβ=[212112111].

We again have
T1(a+bx+cx2)=T1([1+x+x2x+x2x2][abacb])=[1xx2][ab+2cb2cc]=(ab+2c)+(b2c)x+cx2.

Example 2

Let

TL(P2,P2) with
T(p)=p
.

It is easy to check that

1Ker(T), so
T
is not one-to-one, thus is not left invertible and is not invertible.

Also,

x2Ran(T), so
T
is not onto and is thus not right invertible.

Example 3

Let

TL(P2,P1) with
T(p)=p
.

Again,

1Ker(T), so
T
is not one-to-one, thus is not left invertible and is not invertible.

But

T is onto, and we can define
CL(P1,P2)
with
C(p)=0xp(s)dx
.

One can check easily that

TC(p)=p,
pP1
.

Example 4

Let

TL(V,V) with
T(p)=p
, where
β={sin(x),cos(x)}
is a basis of
V
.

Then

T is on-to-one and onto, and invertible.