Home page for accesible maths 4 Linear transformations

Style control - access keys in brackets

Font (2 3) - + Letter spacing (4 5) - + Word spacing (6 7) - + Line spacing (8 9) - +

4.F Injective, surjective, and bijective transformations

The following definition is used throughout mathematics, and applies to any function, not just linear transformations.

Definition 4.31:

Let T:VW be a function. T is called injective if for any two elements x,yV we have that: if T(x)=T(y) then x=y.

The following Theorem shows that for linear transformations, injective is the same as having trivial kernel.

Theorem 4.32.

Let T:VW be a linear transformation. The following statements are equivalent.

  1. i.

    kerT={0}.

  2. ii.

    T is injective.

Proof.

First we prove that (i) implies (ii). Assume kerT={0}. Take two vectors x,yV such that T(x)=T(y). Then, by linearity, T(x-y)=T(x)-T(y)=0. Therefore, by the definition of the kernel, x-ykerT. But we assumed the only vector in the kernel is zero, and so x-y=0. Hence (i) implies (ii).

For the other direction, assume that (ii) is true. If T(x)=0, then T(x)=T(0). So, by (ii) x=0. Therefore, kerT={0}. So (ii) implies (i). ∎

[Aside: The word “injective” is synonymous with “one-to-one”. I recommend thinking of injective functions as those which map the domain in to the codomain (no two elements map to the same element).]

For the following exercises you are expected to use Theorem 4.32.

Exercise 4.33:

Let A=[123456]. Prove that A defines a non-injective linear transformation, whilst AT defines an injective linear transformation.

Exercise 4.34:

Write down 3 of your own linear transformations which are injective, and 3 which are not injective.

[End of Exercise]

Definition 4.35:

A linear transformation T:VW is surjective if imT=W.

[Aside: I recommend remembering surjective, because the french word “sur” means “onto”; and for such a linear transformation, for each vector wW there is a vector in V which maps on to w.]

In the following examples, one can use Theorem 4.16 to justify whether or not imT equals the codomain.

Example 4.36.

Here are 3 surjective linear transformations from RnRm:

  1. A:=[102013]

  2. T(x,y)=x-y

  3. A:=[003200010]

Example 4.37.

Here are 3 non-surjective linear transformations:

  1. A:=[102204]

  2. T(x,y)=(x-y,y-x)

  3. A:=[3-3002-210-1]

Definition 4.38:

If a linear transformation T:VW is both injective and surjective, then it is called bijective.

Theorem 4.39.

Let T:VW be a linear transformation between finite dimensional vector spaces. Let B and C be any two bases of V and W, respectively. The following conditions are equivalent to each other:

  1. i.

    T is bijective,

  2. ii.

    The matrix [T]𝒞 is invertible.

Moreover, when these are satified, the inverse transformation of T is the linear transformation associated to the inverse matrix (C[T]B)-1.

Recall from Theorem 1.12 that a matrix A is invertible if and only if detA0.

[Aside: By a set-theoretic result from MATH112, any function is bijective if and only if it has an “inverse function”.]

Example 4.40.

Let T:P3(R)M2(R) be the function defined by

T(a+bx+cx2+dx3)=[abcd],

for any a,b,c,dR. Prove, using Theorem 4.39 that T defines a bijective linear transformation.

Solution: To apply that Theorem, we first need to check that T is a linear transformation. Let v=a1+b1x+c1x2+d1x3 and w=a2+b2x+c2x2+d2x3, and αR. Then:

T(αv+w) =T((αa1+a2)+(αb1+b2)x+(αc1+c2)x2+(αd1+d2)x3)
=[αa1+a2αb1+b2αc1+c2αd1+d2]=α[a1b1c1d1]+[a2b2c2d2]=αT(v)+T(w).

This simultaneously verifies 1 and 2.

Next, to apply the Theorem, we need to choose a basis for the domain and the codomain. Let us use the standard ones:

=(1,x,x2,x3)

is the standard basis for P3(R),

𝒞=([1000],[0100],[0010],[0001])

is the standard basis for M2(R).

Then we compute that [T]BC=[1000010000100001], which is the identity matrix, and obviously invertible. Therefore, T is a bijective linear transformation.

Exercise 4.41:

Prove that the linear transformation 22 defined by

T(x,y)=(2x-y,x+3y)

is bijective, and find its inverse.

Exercise 4.42:

Write down your own examples of

  1. i.

    3 linear transformations which are injective but not surjective,

  2. ii.

    3 linear transformations which are surjective but not injective,

  3. iii.

    3 linear transformations which are neither injective nor surjective.

[End of Exercise]

Theorem 4.43.

Assume T:VW is a bijective linear transformation between vector spaces over a field F. If B=(x1,,xn) is a basis for V, then C:=(T(x1),,T(xn)) is a basis for W.

Proof.

Since T is bijective, it is surjective. So for any yW, there is an xV such that T(x)=y. Since spans V, there are scalars αiF such that

y=T(i=1nαixi)=i=1nαiT(xi),

where the last equality follows since T is linear.

Therefore, 𝒞 spans W.

To prove 𝒞 is linearly independent, assume we have scalars βiF as follows:

0=i=1nβiT(xi)=T(i=1nβixi),

, where the last eqality follows since T is linear.

Since T is bijective, it is injective, and therefore kerT={0}. In particular, i=1nβixi=0. Since is linearly independent, βi=0 for every i=1,,n. Hence 𝒞 is linearly independent. So 𝒞 is basis for W. ∎

Theorem 4.44.

Let T:VW be a linear transformation between (finite-dimensional) vector spaces over F. If dimV=dimW, then the following are equivalent:

  1. i.

    T is injective,

  2. ii.

    T is surjective.

Proof.

First we prove (i) implies (ii). Assume T is injective. Then by Theorem 4.32, we have kerT={0}. So by the Dimension Theorem 4.24, this implies dimimT=dimV=dimW. But since imTW, if we choose a basis for imT then it must also be a basis for W, and hence imT=W.

To prove (ii) implies (i), assume that T is surjective. So dim(imT)=dimW=dimV, which by the Dimension Theorem, implies that dimkerT=0, and hence kerT={0}. By Theorem 4.32, this implies T is injective. ∎

Definition 4.45:

If there exists a bijective linear transformation T:VW, then V and W are said to be isomorphic.

Theorem 4.46.

Let V and W be finite dimensional vector spaces over the same field F. Then V and W are isomorphic if and only if dimV=dimW.

Proof.

If a bijective linear transformation exsits, by Theorem 4.43 the dimensions must be equal. Conversely, if the dimensions are equal, when we choose a basis for each one, they must be of the same size. So define the linear transformation associated to the identity matrix using these basis, and this must be a bijective linear transformation. ∎

Exercise 4.47:

Find a bijective linear transformation between the vector spaces 𝒫8() and M3() over .

[End of Exercise]

[Aside: Theorem 4.46 shows that, in linear algebra, the concept of isomorphism is “uninteresting” since it is equivalent to the dimensions being the same. The reason we introduce the terminology here is due to its wide usage in other mathematical disciplines, as a way of describing when two different mathematical objects are “the same” (i.e. isomorphic), in a precisely defined sense. For example, and 2 are isomorphic as sets (because there is a set-theoretic bijection between them), but they are not isomorphic as vector spaces (since their dimensions are different). Isomorphisms of groups and of rings will be studied in MATH225. Those are both abstract mathematical concepts which are defined using axioms, like we have done for fields and vector spaces.]