Jump to content

Linear Algebra/Definition and Examples of Isomorphisms/Solutions

From Wikibooks, open books for an open world

Solutions

[edit | edit source]
This exercise is recommended for all readers.
Problem 1

Verify, using Example 1.4 as a model, that the two correspondences given before the definition are isomorphisms.

  1. Example 1.1
  2. Example 1.2
Answer
  1. Call the map f.
    (ab)f(ab)
    It is one-to-one because if f sends two members of the domain to the same image, that is, if f((ab))=f((cd)), then the definition of f gives that
    (ab)=(cd)
    and since column vectors are equal only if they have equal components, we have that a=c and that b=d. Thus, if f maps two row vectors from the domain to the same column vector then the two row vectors are equal: (ab)=(cd). To show that f is onto we must show that any member of the codomain 2 is the image under f of some row vector. That's easy;
    (xy)
    is f((xy)). The computation for preservation of addition is this.
    f((ab)+(cd))=f((a+cb+d))=(a+cb+d)=(ab)+(cd)=f((ab))+f((cd))
    The computation for preservation of scalar multiplication is similar.
    f(r(ab))=f((rarb))=(rarb)=r(ab)=rf((ab))
  2. Denote the map from Example 1.2 by f. To show that it is one-to-one, assume that f(a0+a1x+a2x2)=f(b0+b1x+b2x2). Then by the definition of the function,
    (a0a1a2)=(b0b1b2)
    and so a0=b0 and a1=b1 and a2=b2. Thus a0+a1x+a2x2=b0+b1x+b2x2, and consequently f is one-to-one. The function f is onto because there is a polynomial sent to
    (abc)
    by f, namely, a+bx+cx2. As for structure, this shows that f preserves addition
    f((a0+a1x+a2x2)+(b0+b1x+b2x2))=f((a0+b0)+(a1+b1)x+(a2+b2)x2)=(a0+b0a1+b1a2+b2)=(a0a1a2)+(b0b1b2)=f(a0+a1x+a2x2)+f(b0+b1x+b2x2)
    and this shows
    f(r(a0+a1x+a2x2))=f((ra0)+(ra1)x+(ra2)x2)=(ra0ra1ra2)=r(a0a1a2)=rf(a0+a1x+a2x2)
    that it preserves scalar multiplication.
This exercise is recommended for all readers.
Problem 2

For the map f:𝒫12 given by

a+bxf(abb)

Find the image of each of these elements of the domain.

  1. 32x
  2. 2+2x
  3. x

Show that this map is an isomorphism.

Answer

These are the images.

  1. (52)
  2. (02)
  3. (11)

To prove that f is one-to-one, assume that it maps two linear polynomials to the same image f(a1+b1x)=f(a2+b2x). Then

(a1b1b1)=(a2b2b2)

and so, since column vectors are equal only when their components are equal, b1=b2 and a1=a2. That shows that the two linear polynomials are equal, and so f is one-to-one.

To show that f is onto, note that this member of the codomain

(st)

is the image of this member of the domain (s+t)+tx.

To check that f preserves structure, we can use item 2 of Lemma 1.9.

f(c1(a1+b1x)+c2(a2+b2x))=f((c1a1+c2a2)+(c1b1+c2b2)x)=((c1a1+c2a2)(c1b1+c2b2)c1b1+c2b2)=c1(a1b1b1)+c2(a2b2b2)=c1f(a1+b1x)+c2f(a2+b2x)
Problem 3

Show that the natural map f1 from Example 1.5 is an isomorphism.

Answer

To verify it is one-to-one, assume that f1(c1x+c2y+c3z)=f1(d1x+d2y+d3z). Then c1+c2x+c3x2=d1+d2x+d3x2 by the definition of f1. Members of 𝒫2 are equal only when they have the same coefficients, so this implies that c1=d1 and c2=d2 and c3=d3. Therefore f1(c1x+c2y+c3z)=f1(d1x+d2y+d3z) implies that c1x+c2y+c3z=d1x+d2y+d3z, and so f1 is one-to-one.

To verify that it is onto, consider an arbitrary member of the codomain a1+a2x+a3x2 and observe that it is indeed the image of a member of the domain, namely, it is f1(a1x+a2y+a3z). (For instance, 0+3x+6x2=f1(0x+3y+6z).)

The computation checking that f1 preserves addition is this.

f1((c1x+c2y+c3z)+(d1x+d2y+d3z))=f1((c1+d1)x+(c2+d2)y+(c3+d3)z)=(c1+d1)+(c2+d2)x+(c3+d3)x2=(c1+c2x+c3x2)+(d1+d2x+d3x2)=f1(c1x+c2y+c3z)+f1(d1x+d2y+d3z)

The check that f1 preserves scalar multiplication is this.

f1(r(c1x+c2y+c3z))=f1((rc1)x+(rc2)y+(rc3)z)=(rc1)+(rc2)x+(rc3)x2=r(c1+c2x+c3x2)=rf1(c1x+c2y+c3z)
This exercise is recommended for all readers.
Problem 4

Decide whether each map is an isomorphism (if it is an isomorphism then prove it and if it isn't then state a condition that it fails to satisfy).

  1. f:2×2 given by
    (abcd)adbc
  2. f:2×24 given by
    (abcd)(a+b+c+da+b+ca+ba)
  3. f:2×2𝒫3 given by
    (abcd)c+(d+c)x+(b+a)x2+ax3
  4. f:2×2𝒫3 given by
    (abcd)c+(d+c)x+(b+a+1)x2+ax3
Answer
  1. No; this map is not one-to-one. In particular, the matrix of all zeroes is mapped to the same image as the matrix of all ones.
  2. Yes, this is an isomorphism. It is one-to-one:
    if f((a1b1c1d1))=f((a2b2c2d2)) then (a1+b1+c1+d1a1+b1+c1a1+b1a1)=(a2+b2+c2+d2a2+b2+c2a2+b2a2)
    gives that a1=a2, and that b1=b2, and that c1=c2, and that d1=d2. It is onto, since this shows
    (xyzw)=f((wzwyzxy))
    that any four-tall vector is the image of a 2×2 matrix. Finally, it preserves combinations
    f(r1(a1b1c1d1)+r2(a2b2c2d2))=f((r1a1+r2a2r1b1+r2b2r1c1+r2c2r1d1+r2d2))=(r1a1++r2d2r1a1++r2c2r1a1++r2b2r1a1+r2a2)=r1(a1++d1a1++c1a1+b1a1)+r2(a2++d2a2++c2a2+b2a2)=r1f((a1b1c1d1))+r2f((a2b2c2d2))
    and so item 2 of Lemma 1.9 shows that it preserves structure.
  3. Yes, it is an isomorphism. To show that it is one-to-one, we suppose that two members of the domain have the same image under f.
    f((a1b1c1d1))=f((a2b2c2d2))
    This gives, by the definition of f, that c1+(d1+c1)x+(b1+a1)x2+a1x3=c2+(d2+c2)x+(b2+a2)x2+a2x3 and then the fact that polynomials are equal only when their coefficients are equal gives a set of linear equations
    c1=c2d1+c1=d2+c2b1+a1=b2+a2a1=a2
    that has only the solution a1=a2, b1=b2, c1=c2, and d1=d2. To show that f is onto, we note that p+qx+rx2+sx3 is the image under f of this matrix.
    (srspqp)
    We can check that f preserves structure by using item 2 of Lemma 1.9.
    f(r1(a1b1c1d1)+r2(a2b2c2d2))=f((r1a1+r2a2r1b1+r2b2r1c1+r2c2r1d1+r2d2))=(r1c1+r2c2)+(r1d1+r2d2+r1c1+r2c2)x+(r1b1+r2b2+r1a1+r2a2)x2+(r1a1+r2a2)x3=r1(c1+(d1+c1)x+(b1+a1)x2+a1x3)+r2(c2+(d2+c2)x+(b2+a2)x2+a2x3)=r1f((a1b1c1d1))+r2f((a2b2c2d2))
  4. No, this map does not preserve structure. For instance, it does not send the zero matrix to the zero polynomial.
Problem 5

Show that the map f:11 given by f(x)=x3 is one-to-one and onto.Is it an isomorphism?

Answer

It is one-to-one and onto, a correspondence, because it has an inverse (namely, f1(x)=x3). However, it is not an isomorphism. For instance, f(1)+f(1)f(1+1).

This exercise is recommended for all readers.
Problem 6

Refer to Example 1.1. Produce two more isomorphisms (of course, that they satisfy the conditions in the definition of isomorphism must be verified).

Answer

Many maps are possible. Here are two.

(ab)(ba)and(ab)(2ab)

The verifications are straightforward adaptations of the others above.

Problem 7

Refer to Example 1.2. Produce two more isomorphisms (and verify that they satisfy the conditions).

Answer

Here are two.

a0+a1x+a2x2(a1a0a2)anda0+a1x+a2x2(a0+a1a1a2)

Verification is straightforward (for the second, to show that it is onto, note that

(stu)

is the image of (st)+tx+ux2).

This exercise is recommended for all readers.
Problem 8

Show that, although 2 is not itself a subspace of 3, it is isomorphic to the xy-plane subspace of 3.

Answer

The space 2 is not a subspace of 3 because it is not a subset of 3. The two-tall vectors in 2 are not members of 3.

The natural isomorphism ι:23 (called the injection map) is this.

(xy)ι(xy0)

This map is one-to-one because

f((x1y1))=f((x2y2))implies(x1y10)=(x2y20)

which in turn implies that x1=x2 and y1=y2, and therefore the initial two two-tall vectors are equal.

Because

(xy0)=f((xy))

this map is onto the xy-plane.

To show that this map preserves structure, we will use item 2 of Lemma 1.9 and show

f(c1(x1y1)+c2(x2y2))=f((c1x1+c2x2c1y1+c2y2))=(c1x1+c2x2c1y1+c2y20)
=c1(x1y10)+c2(x2y20)=c1f((x1y1))+c2f((x2y2))

that it preserves combinations of two vectors.

Problem 9

Find two isomorphisms between 16 and 4×4.

Answer

Here are two:

(r1r2r16)(r1r2r16)and(r1r2r16)(r1r2r16)

Verification that each is an isomorphism is easy.

This exercise is recommended for all readers.
Problem 10

For what k is m×n isomorphic to k?

Answer

When k is the product k=mn, here is an isomorphism.

(r1r2rmn)(r1r2rmn)

Checking that this is an isomorphism is easy.

Problem 11

For what k is 𝒫k isomorphic to n?

Answer

If n1 then 𝒫n1n. (If we take 𝒫1 and 0 to be trivial vector spaces, then the relationship extends one dimension lower.) The natural isomorphism between them is this.

a0+a1x++an1xn1(a0a1an1)

Checking that it is an isomorphism is straightforward.

Problem 12

Prove that the map in Example 1.7, from 𝒫5 to 𝒫5 given by p(x)p(x1), is a vector space isomorphism.

Answer

This is the map, expanded.

f(a0+a1x+a2x2+a3x3+a4x4+a5x5)=a0+a1(x1)+a2(x1)2+a3(x1)3+a4(x1)4+a5(x1)5=a0+a1(x1)+a2(x22x+1)+a3(x33x2+3x1)+a4(x44x3+6x24x+1)+a5(x55x4+10x310x2+5x1)=(a0a1+a2a3+a4a5)+(a12a2+3a34a4+5a5)x+(a23a3+6a410a5)x2+(a34a4+10a5)x3+(a45a5)x4+a5x5

To finish checking that it is an isomorphism, we apply item 2 of Lemma 1.9 and show that it preserves linear combinations of two polynomials. Briefly, the check goes like this.

f(c(a0+a1x++a5x5)+d(b0+b1x++b5x5))
==(ca0ca1+ca2ca3+ca4ca5+db0db1+db2db3+db4db5)++(ca5+db5)x5
==cf(a0+a1x++a5x5)+df(b0+b1x++b5x5)
Problem 13

Why, in Lemma 1.8, must there be a vV? That is, why must V be nonempty?

Answer

No vector space has the empty set underlying it. We can take v to be the zero vector.

Problem 14

Are any two trivial spaces isomorphic?

Answer

Yes; where the two spaces are {a} and {b}, the map sending a to b is clearly one-to-one and onto, and also preserves what little structure there is.

Problem 15

In the proof of Lemma 1.9, what about the zero-summands case (that is, if n is zero)?

Answer

A linear combination of n=0 vectors adds to the zero vector and so Lemma 1.8 shows that the three statements are equivalent in this case.

Problem 16

Show that any isomorphism f:𝒫01 has the form aka for some nonzero real number k.

Answer

Consider the basis 1 for 𝒫0 and let f(1) be k. For any a𝒫0 we have that f(a)=f(a1)=af(1)=ak and so f's action is multiplication by k. Note that k0 or else the map is not one-to-one. (Incidentally, any such map aka is an isomorphism, as is easy to check.)

This exercise is recommended for all readers.
Problem 17

These prove that isomorphism is an equivalence relation.

  1. Show that the identity map id:VV is an isomorphism. Thus, any vector space is isomorphic to itself.
  2. Show that if f:VW is an isomorphism then so is its inverse f1:WV. Thus, if V is isomorphic to W then also W is isomorphic to V.
  3. Show that a composition of isomorphisms is an isomorphism: if f:VW is an isomorphism and g:WU is an isomorphism then so also is gf:VU. Thus, if V is isomorphic to W and W is isomorphic to U, then also V is isomorphic to U.
Answer

In each item, following item 2 of Lemma 1.9, we show that the map preserves structure by showing that the it preserves linear combinations of two members of the domain.

  1. The identity map is clearly one-to-one and onto. For linear combinations the check is easy.
    id(c1v1+c2v2)=c1v1+c2v2=c1id(v1)+c2id(v2)
  2. The inverse of a correspondence is also a correspondence (as stated in the appendix), so we need only check that the inverse preserves linear combinations. Assume that w1=f(v1) (so f1(w1)=v1) and assume that w2=f(v2).
    f1(c1w1+c2w2)=f1(c1f(v1)+c2f(v2))=f1(f(c1v1+c2v2))=c1v1+c2v2=c1f1(w1)+c2f1(w2)
  3. The composition of two correspondences is a correspondence (as stated in the appendix), so we need only check that the composition map preserves linear combinations.
    gf(c1v1+c2v2)=g(f(c1v1+c2v2))=g(c1f(v1)+c2f(v2))=c1g(f(v1))+c2g(f(v2))=c1gf(v1)+c2gf(v2)
Problem 18

Suppose that f:VW preserves structure. Show that f is one-to-one if and only if the unique member of V mapped by f to 0W is 0V.

Answer

One direction is easy: by definition, if f is one-to-one then for any wW at most one vV has f(v)=w, and so in particular, at most one member of V is mapped to 0W. The proof of Lemma 1.8 does not use the fact that the map is a correspondence and therefore shows that any structure-preserving map f sends 0V to 0W.

For the other direction, assume that the only member of V that is mapped to 0W is 0V. To show that f is one-to-one assume that f(v1)=f(v2). Then f(v1)f(v2)=0W and so f(v1v2)=0W. Consequently v1v2=0V, so v1=v2, and so f is one-to-one.

Problem 19

Suppose that f:VW is an isomorphism. Prove that the set {v1,,vk}V is linearly dependent if and only if the set of images {f(v1),,f(vk)}W is linearly dependent.

Answer

We will prove something stronger— not only is the existence of a dependence preserved by isomorphism, but each instance of a dependence is preserved, that is,

vi=c1v1++ci1vi1+ci+1vi+1++ckvk
f(vi)=c1f(v1)++ci1f(vi1)+ci+1f(vi+1)++ckf(vk).

The direction of this statement holds by item 3 of Lemma 1.9. The direction holds by regrouping

f(vi)=c1f(v1)++ci1f(vi1)+ci+1f(vi+1)++ckf(vk)=f(c1v1++ci1vi1+ci+1vi+1++ckvk)

and applying the fact that f is one-to-one, and so for the two vectors vi and c1v1++ci1vi1+ci+1vi+1++ckvk to be mapped to the same image by f, they must be equal.

This exercise is recommended for all readers.
Problem 20

Show that each type of map from Example 1.6 is an automorphism.

  1. Dilation ds by a nonzero scalar s.
  2. Rotation tθ through an angle θ.
  3. Reflection f over a line through the origin.

Hint. For the second and third items, polar coordinates are useful.

Answer
  1. This map is one-to-one because if ds(v1)=ds(v2) then by definition of the map, sv1=sv2 and so v1=v2, as s is nonzero. This map is onto as any w2 is the image of v=(1/s)w (again, note that s is nonzero). (Another way to see that this map is a correspondence is to observe that it has an inverse: the inverse of ds is d1/s.) To finish, note that this map preserves linear combinations
    ds(c1v1+c2v2)=s(c1v1+c2v2)=c1sv1+c2sv2=c1ds(v1)+c2ds(v2)
    and therefore is an isomorphism.
  2. As in the prior item, we can show that the map tθ is a correspondence by noting that it has an inverse, tθ. That the map preserves structure is geometrically easy to see. For instance, adding two vectors and then rotating them has the same effect as rotating first and then adding. For an algebraic argument, consider polar coordinates: the map tθ sends the vector with endpoint (r,ϕ) to the vector with endpoint (r,ϕ+θ). Then the familiar trigonometric formulas cos(ϕ+θ)=cosϕcosθsinϕsinθ and sin(ϕ+θ)=sinϕcosθ+cosϕsinθ show how to express the map's action in the usual rectangular coordinate system.
    (xy)=(rcosϕrsinϕ)tθ(rcos(ϕ+θ)rsin(ϕ+θ))=(xcosθysinθxsinθ+ycosθ)
    Now the calculation for preservation of addition is routine.
    (x1+x2y1+y2)tθ((x1+x2)cosθ(y1+y2)sinθ(x1+x2)sinθ+(y1+y2)cosθ)=(x1cosθy1sinθx1sinθ+y1cosθ)+(x2cosθy2sinθx2sinθ+y2cosθ)
    The calculation for preservation of scalar multiplication is similar.
  3. This map is a correspondence because it has an inverse (namely, itself). As in the last item, that the reflection map preserves structure is geometrically easy to see: adding vectors and then reflecting gives the same result as reflecting first and then adding, for instance. For an algebraic proof, suppose that the line has slope k (the case of a line with undefined slope can be done as a separate, but easy, case). We can follow the hint and use polar coordinates: where the line forms an angle of ϕ with the x-axis, the action of f is to send the vector with endpoint (rcosθ,rsinθ) to the one with endpoint (rcos(2ϕθ),rsin(2ϕθ)).

    To convert to rectangular coordinates, we will use some trigonometric formulas, as we did in the prior item. First observe that cosϕ and sinϕ can be determined from the slope k of the line. This picture

    gives that cosϕ=1/1+k2 and sinϕ=k/1+k2. Now,

    cos(2ϕθ)=cos(2ϕ)cosθ+sin(2ϕ)sinθ=(cos2ϕsin2ϕ)cosθ+(2sinϕcosϕ)sinθ=((11+k2)2(k1+k2)2)cosθ+(2k1+k211+k2)sinθ=(1k21+k2)cosθ+(2k1+k2)sinθ

    and thus the first component of the image vector is this.

    rcos(2ϕθ)=1k21+k2x+2k1+k2y

    A similar calculation shows that the second component of the image vector is this.

    rsin(2ϕθ)=2k1+k2x1k21+k2y

    With this algebraic description of the action of f


    (xy)f((1k2/1+k2)x+(2k/1+k2)y(2k/1+k2)x(1k2/1+k2)y)


    checking that it preserves structure is routine.

Problem 21

Produce an automorphism of 𝒫2 other than the identity map, and other than a shift map p(x)p(xk).

Answer

First, the map p(x)p(x+k) doesn't count because it is a version of p(x)p(xk). Here is a correct answer (many others are also correct): a0+a1x+a2x2a2+a0x+a1x2. Verification that this is an isomorphism is straightforward.

Problem 22
  1. Show that a function f:11 is an automorphism if and only if it has the form xkx for some k0.
  2. Let f be an automorphism of 1 such that f(3)=7. Find f(2).
  3. Show that a function f:22 is an automorphism if and only if it has the form
    (xy)(ax+bycx+dy)
    for some a,b,c,d with adbc0. Hint. Exercises in prior subsections have shown that
    (bd) is not a multiple of (ac)
    if and only if adbc0.
  4. Let f be an automorphism of 2 with
    f((13))=(21)andf((14))=(01).
    Find
    f((01)).
Answer
  1. For the "only if" half, let f:11 to be an isomorphism. Consider the basis 11. Designate f(1) by k. Then for any x we have that f(x)=f(x1)=xf(1)=xk, and so f's action is multiplication by k. To finish this half, just note that k0 or else f would not be one-to-one. For the "if" half we only have to check that such a map is an isomorphism when k0. To check that it is one-to-one, assume that f(x1)=f(x2) so that kx1=kx2 and divide by the nonzero factor k to conclude that x1=x2. To check that it is onto, note that any y1 is the image of x=y/k (again, k0). Finally, to check that such a map preserves combinations of two members of the domain, we have this.
    f(c1x1+c2x2)=k(c1x1+c2x2)=c1kx1+c2kx2=c1f(x1)+c2f(x2)
  2. By the prior item, f's action is x(7/3)x. Thus f(2)=14/3.
  3. For the "only if" half, assume that f:22 is an automorphism. Consider the standard basis 2 for 2. Let
    f(e1)=(ac)andf(e2)=(bd).
    Then the action of f on any vector is determined by by its action on the two basis vectors.
    f((xy))=f(xe1+ye2)=xf(e1)+yf(e2)=x(ac)+y(bd)=(ax+bycx+dy)
    To finish this half, note that if adbc=0, that is, if f(e2) is a multiple of f(e1), then f is not one-to-one. For "if" we must check that the map is an isomorphism, under the condition that adbc0. The structure-preservation check is easy; we will here show that f is a correspondence. For the argument that the map is one-to-one, assume this.
    f((x1y1))=f((x2y2))and so(ax1+by1cx1+dy1)=(ax2+by2cx2+dy2)
    Then, because adbc0, the resulting system
    a(x1x2)+b(y1y2)=0c(x1x2)+d(y1y2)=0
    has a unique solution, namely the trivial one x1x2=0 and y1y2=0 (this follows from the hint). The argument that this map is onto is closely related— this system
    ax1+by1=xcx1+dy1=y
    has a solution for any x and y if and only if this set
    {(ac),(bd)}
    spans 2, i.e., if and only if this set is a basis (because it is a two-element subset of 2), i.e., if and only if adbc0.
  4. f((01))=f((13)(14))=f((13))f((14))=(21)(01)=(22)
Problem 23

Refer to Lemma 1.8 and Lemma 1.9. Find two more things preserved by isomorphism.

Answer

There are many answers; two are linear independence and subspaces.

To show that if a set {v1,,vn} is linearly independent then its image {f(v1),,f(vn)} is also linearly independent, consider a linear relationship among members of the image set.

0=c1f(v1)++cnf(vn)=f(c1v1)++f(cnvn)=f(c1v1++cnvn)

Because this map is an isomorphism, it is one-to-one. So f maps only one vector from the domain to the zero vector in the range, that is, c1v1++cnvn equals the zero vector (in the domain, of course). But, if {v1,,vn} is linearly independent then all of the c's are zero, and so {f(v1),,f(vn)} is linearly independent also. (Remark. There is a small point about this argument that is worth mention. In a set, repeats collapse, that is, strictly speaking, this is a one-element set: {v,v}, because the things listed as in it are the same thing. Observe, however, the use of the subscript n in the above argument. In moving from the domain set {v1,,vn} to the image set {f(v1),,f(vn)}, there is no collapsing, because the image set does not have repeats, because the isomorphism f is one-to-one.)

To show that if f:VW is an isomorphism and if U is a subspace of the domain V then the set of image vectors f(U)={wW|w=f(u) for some uU} is a subspace of W, we need only show that it is closed under linear combinations of two of its members (it is nonempty because it contains the image of the zero vector). We have

c1f(u1)+c2f(u2)=f(c1u1)+f(c2u2)=f(c1u1+c2u2)

and c1u1+c2u2 is a member of U because of the closure of a subspace under combinations. Hence the combination of f(u1) and f(u2) is a member of f(U).

Problem 24

We show that isomorphisms can be tailored to fit in that, sometimes, given vectors in the domain and in the range we can produce an isomorphism associating those vectors.

  1. Let B=β1,β2,β3 be a basis for 𝒫2 so that any p𝒫2 has a unique representation as p=c1β1+c2β2+c3β3, which we denote in this way.
    RepB(p)=(c1c2c3)
    Show that the RepB() operation is a function from 𝒫2 to 3 (this entails showing that with every domain vector v𝒫2 there is an associated image vector in 3, and further, that with every domain vector v𝒫2 there is at most one associated image vector).
  2. Show that this RepB() function is one-to-one and onto.
  3. Show that it preserves structure.
  4. Produce an isomorphism from 𝒫2 to 3 that fits these specifications.
    x+x2(100)and1x(010)
Answer
  1. The association
    p=c1β1+c2β2+c3β3RepB()(c1c2c3)
    is a function if every member p of the domain is associated with at least one member of the codomain, and if every member p of the domain is associated with at most one member of the codomain. The first condition holds because the basis B spans the domain— every p can be written as at least one linear combination of β's. The second condition holds because the basis B is linearly independent— every member p of the domain can be written as at most one linear combination of the β's.
  2. For the one-to-one argument, if RepB(p)=RepB(q), that is, if RepB(p1β1+p2β2+p3β3)=RepB(q1β1+q2β2+q3β3) then
    (p1p2p3)=(q1q2q3)
    and so p1=q1 and p2=q2 and p3=q3, which gives the conclusion that p=q. Therefore this map is one-to-one. For onto, we can just note that
    (abc)
    equals RepB(aβ1+bβ2+cβ3), and so any member of the codomain 3 is the image of some member of the domain 𝒫2.
  3. This map respects addition and scalar multiplication because it respects combinations of two members of the domain (that is, we are using item 2 of Lemma 1.9): where p=p1β1+p2β2+p3β3 and q=q1β1+q2β2+q3β3, we have this.
    RepB(cp+dq)=RepB((cp1+dq1)β1+(cp2+dq2)β2+(cp3+dq3)β3)=(cp1+dq1cp2+dq2cp3+dq3)=c(p1p2p3)+d(q1q2q3)=RepB(p)+RepB(q)
  4. Use any basis B for 𝒫2 whose first two members are x+x2 and 1x, say B=x+x2,1x,1.
Problem 25

Prove that a space is n-dimensional if and only if it is isomorphic to n. Hint. Fix a basis B for the space and consider the map sending a vector over to its representation with respect to B.

Answer

See the next subsection.

Problem 26

(Requires the subsection on Combining Subspaces, which is optional.) Let U and W be vector spaces. Define a new vector space, consisting of the set U×W={(u,w)|uU and wW} along with these operations.

(u1,w1)+(u2,w2)=(u1+u2,w1+w2)andr(u,w)=(ru,rw)

This is a vector space, the external direct sum of U and W.

  1. Check that it is a vector space.
  2. Find a basis for, and the dimension of, the external direct sum 𝒫2×2.
  3. What is the relationship among dim(U), dim(W), and dim(U×W)?
  4. Suppose that U and W are subspaces of a vector space V such that V=UW (in this case we say that V is the internal direct sum of U and W). Show that the map f:U×WV given by
    (u,w)fu+w
    is an isomorphism. Thus if the internal direct sum is defined then the internal and external direct sums are isomorphic.
Answer
  1. Most of the conditions in the definition of a vector space are routine. We here sketch the verification of part 1 of that definition. For closure of U×W, note that because U and W are closed, we have that u1+u2U and w1+w2W and so (u1+u2,w1+w2)U×W. Commutativity of addition in U×W follows from commutativity of addition in U and W.
    (u1,w1)+(u2,w2)=(u1+u2,w1+w2)=(u2+u1,w2+w1)=(u2,w2)+(u1,w1)
    The check for associativity of addition is similar. The zero element is (0U,0W)U×W and the additive inverse of (u,w) is (u,w). The checks for the second part of the definition of a vector space are also straightforward.
  2. This is a basis
    (1,(00)),(x,(00)),(x2,(00)),(1,(10)),(1,(01))
    because there is one and only one way to represent any member of 𝒫2×2 with respect to this set; here is an example.
    (3+2x+x2,(54))=3(1,(00))+2(x,(00))+(x2,(00))+5(1,(10))+4(1,(01))
    The dimension of this space is five.
  3. We have dim(U×W)=dim(U)+dim(W) as this is a basis.
    (μ1,0W),,(μdim(U),0W),(0U,ω1),,(0U,ωdim(W))
  4. We know that if V=UW then each vV can be written as v=u+w in one and only one way. This is just what we need to prove that the given function an isomorphism. First, to show that f is one-to-one we can show that if f((u1,w1))=((u2,w2)), that is, if u1+w1=u2+w2 then u1=u2 and w1=w2. But the statement "each v is such a sum in only one way" is exactly what is needed to make this conclusion. Similarly, the argument that f is onto is completed by the statement that "each v is such a sum in at least one way". This map also preserves linear combinations
    f(c1(u1,w1)+c2(u2,w2))=f((c1u1+c2u2,c1w1+c2w2))=c1u1+c2u2+c1w1+c2w2=c1u1+c1w1+c2u2+c2w2=c1f((u1,w1))+c2f((u2,w2))
    and so it is an isomorphism.