Assume {v1, . . . , vn} is a basis of a vector space V , and T : V ------> W is an isomorphism where W is another vector space. Show that the vectors w1 = T(v1), . . . ,wn = T(vn) are a basis of W.
This statement becomes false if we drop the assumption that T is invertible. Demonstrate this by finding a counterexample.

Respuesta :

Answer:

Step-by-step explanation:

To prove that [tex]w_1,\dots w_n[/tex] form a basis for W, we must check that this set is a set of linearly independent vector and it generates the whole space W. We are given that T is an isomorphism. That is, T is injective and surjective. A linear transformation is injective if and only if it maps the zero of the domain vector space to the codomain's zero and that is the only vector that is mapped to 0. Also, a linear transformation is surjective if for every vector w in W there exists v in V such that T(v) =w

Recall that the set [tex]w_1,\dots w_n[/tex] is linearly independent if and only if  the equation

[tex]\lambda_1w_1+\dots \lambda_n w_n=0[/tex] implies that

[tex]\lambda_1 = \cdots = \lambda_n[/tex].

Recall that [tex]w_i = T(v_i)[/tex] for i=1,...,n. Consider [tex]T^{-1}[/tex] to be the inverse transformation of T. Consider the equation

[tex]\lambda_1w_1+\dots \lambda_n w_n=0[/tex]

If we apply [tex]T^{-1}[/tex] to this equation, then, we get

[tex] T^{-1}(\lambda_1w_1+\dots \lambda_n w_n) =T^{-1}(0) = 0[/tex]

Since T is linear, its inverse is also linear, hence

[tex]T^{-1}(\lambda_1w_1+\dots \lambda_n w_n) = \lambda_1T^{-1}(w_1)+\dots +  \lambda_nT^{-1}(w_n)=0[/tex]

which is equivalent to the equation

[tex]\lambda_1v_1+\dots +  \lambda_nv_n =0[/tex]

Since [tex]v_1,\dots,v_n[/tex] are linearly independt, this implies that [tex]\lambda_1=\dots \lambda_n =0[/tex], so the set [tex]\{w_1, \dots, w_n\}[/tex] is linearly independent.

Now, we will prove that this set generates W. To do so, let w be a vector in W. We must prove that there exist [tex]a_1, \dots a_n[/tex] such that

[tex] w = a_1w_1+\dots+a_nw_n[/tex]

Since T is surjective, there exists a vector v in V such that T(v) = w. Since [tex]v_1,\dots, v_n[/tex] is a basis of v, there exist [tex]a_1,\dots a_n[/tex], such that

[tex]a_1v_1+\dots a_nv_n=v[/tex]

Then, applying T on both sides, we have that

[tex]T(a_1v_1+\dots a_nv_n)=a_1T(v_1)+\dots a_n T(v_n) = a_1w_1+\dots a_n w_n= T(v) =w[/tex]

which proves that [tex]w_1,\dots w_n[/tex] generate the whole space W. Hence, the set [tex]\{w_1, \dots, w_n\}[/tex] is a basis of W.

Consider the linear transformation [tex]T:\mathbb{R}^2\to \mathbb{R}^2[/tex], given by T(x,y) = T(x,0). This transformations fails to be injective, since T(1,2) = T(1,3) = (1,0). Consider the base of [tex]\mathbb{R}^2[/tex] given by (1,0), (0,1). We have that T(1,0) = (1,0), T(0,1) = (0,0). This set is not linearly independent, and hence cannot be a base of [tex]\mathbb{R}^2[/tex]