{"id":5093,"date":"2020-08-26T13:23:55","date_gmt":"2020-08-26T04:23:55","guid":{"rendered":"https:\/\/sasamath.com\/blog\/?p=5093"},"modified":"2021-04-16T16:13:33","modified_gmt":"2021-04-16T07:13:33","slug":"exercises-dimension","status":"publish","type":"post","link":"https:\/\/sasamath.com\/blog\/articles\/exercises-dimension\/","title":{"rendered":"Exercises: Dimension"},"content":{"rendered":"<div class=\"box\">\n<p>This set of exercises is retrieved from the fourth chapter of Linear Algebra by Robert J. Valenza. Note that these solutions are not fully elaborated; You have to fill the descriptions by yourself.\n<\/p>\n<\/div>\n<p><!-- ########## ########## ########## --><\/p>\n<p class=\"problem\"><span class=\"definition\">Problem 4.1<\/span><br \/>\nLet \\(v_1 ,\\) \\(\\cdots ,\\) \\(v_n \\) be linearly independent family in a vector space \\(V.\\) Show that if \\(i\\ne j,\\) then \\(v_i \\ne v_j .\\) In other words, a linearly independent family can never contain a repeated vector.\n<\/p>\n<div class=\"solution\">\n<p><span class=\"proof\">Solution.<\/span><br \/>\nSuppose not, that is, suppose that \\(v_i = v_j\\) with \\(i \\ne j\\) for some \\(i,\\) \\(j.\\) Then<br \/>\n\\[0v_1 + \\cdots + 1 v_i + (-1)v_j + \\cdots + 0v_n = \\mathbf{0},\\]<br \/>\nwhich means \\(v_1 ,\\) \\(\\cdots ,\\) \\(v_n \\) are not linearly independent.\n<\/p>\n<\/div>\n<p><!-- ########## ########## ########## --><\/p>\n<p class=\"problem\"><span class=\"definition\">Problem 4.2<\/span><br \/>\nShow that the following vectors are linearly independent in \\(\\mathbb{R}^3:\\)<br \/>\n\\[(1,\\,1,\\,1) \\,\\, \\text{and} \\,\\, (0,\\,2,\\,5).\\]\n<\/p>\n<div class=\"solution\">\n<p><span class=\"proof\">Solution.<\/span><br \/>\nSuppose that<br \/>\n\\[a (1,\\,1,\\,1) + b(0,\\,2,\\,5) = (0,\\,0,\\,0)\\]<br \/>\nfor scalars \\(a\\) and \\(b.\\) This equation yields<br \/>\n\\[(a,\\,a+2b ,\\, a+5b) = (0,\\,0,\\,0)\\]<br \/>\nor<br \/>\n\\[\\begin{cases}<br \/>\na=0 \\\\[6pt]<br \/>\na+2b = 0 \\\\[6pt]<br \/>\na+5b = 0 .<br \/>\n\\end{cases}\\]<br \/>\nThis system only has the solution \\(a=0 ,\\) \\(b=0.\\)\n<\/p>\n<\/div>\n<p><!-- ########## ########## ########## --><\/p>\n<p class=\"problem\"><span class=\"definition\">Problem 4.3<\/span><br \/>\nShow that the following functions are linearly independent in \\(C^0 ( \\mathbb{R} ):\\)<br \/>\n\\[\\sin x \\,\\, \\text{and} \\,\\, \\cos x .\\]\n<\/p>\n<div class=\"solution\">\n<p><span class=\"proof\">Solution.<\/span><br \/>\nSuppose that<br \/>\n\\[a \\sin x + b \\cos x = 0 \\tag{*}\\]<br \/>\nfor scalars \\(a\\) and \\(b,\\) and for all real numbers \\(x.\\)<\/p>\n<p>Suppose further that \\(a \\ne 0\\) or \\(b\\ne 0.\\) Then there exists \\(\\theta\\) uniquely such that<br \/>\n\\[\\cos \\theta = \\frac{a}{\\sqrt{a^2 + b^2}} ,\\,\\, \\sin \\theta = \\frac{b}{\\sqrt{a^2 + b^2}} ,\\,\\, 0 \\le \\theta < 2\\pi .\\]\nThus (*) becomes\n\\[\\cos\\theta \\sin x + \\sin\\theta \\cos x = 0\\]\nor\n\\[\\sin(x+\\theta ) = 0 .\\]\nBut this equation holds only for some \\(x,\\) not all \\(x.\\) Therefore both \\(a\\) and \\(b\\) have to equal zero.\n<\/p>\n<\/div>\n<p><!-- ########## ########## ########## --><\/p>\n<p class=\"problem\"><span class=\"definition\">Problem 4.4<\/span><br \/>\nGive an example of a basis for \\(\\mathbb{R}^2\\) other than the canonical basis.\n<\/p>\n<div class=\"solution\">\n<p><span class=\"proof\">Solution.<\/span><br \/>\nTake \\((1,\\,1),\\) \\((1,\\,2),\\) for example.\n<\/p>\n<\/div>\n<p><!-- ########## ########## ########## --><\/p>\n<p class=\"problem\"><span class=\"definition\">Problem 4.5<\/span><br \/>\nShow that each vector \\(x\\in\\mathbb{R}^3\\) can be expressed uniquely as a linear combination of the following vectors:<br \/>\n\\[u = (1,\\,1,\\,1) ,\\,\\, v= (-1,\\,1,\\,0),\\,\\, w=(2,\\,0,\\,0).\\]<br \/>\nConclude that \\(u,\\) \\(v\\) and \\(w\\) constitute a basis for \\(\\mathbb{R}^3.\\)\n<\/p>\n<div class=\"solution\">\n<p><span class=\"proof\">Solution.<\/span><br \/>\nLet \\(x = (x_1 ,\\, x_2 ,\\, x_3 )\\) be given. Take<br \/>\n\\[\\begin{align}<br \/>\na &#038;= x_3 , \\\\[7pt]<br \/>\nb &#038;= x_2 &#8211; x_3 ,\\\\[7pt]<br \/>\nc &#038;= \\frac{1}{2} x_1 + \\frac{1}{2} x_2 &#8211; x_3 ,<br \/>\n\\end{align}\\]<br \/>\nthen \\(x\\) is expressed as<br \/>\n\\[x = au + bv + cw, \\tag{*}\\]<br \/>\nthat is, \\(u,\\) \\(v\\) and \\(w\\) span \\(\\mathbb{R}^3.\\)<\/p>\n<p>It remains to prove the uniqueness of the expression (*). Suppose \\(a &#8216; ,\\) \\(b &#8216; \\) and \\(c &#8216; \\) be scalars such that<br \/>\n\\[a &#8216; u + b &#8216; v + c &#8216; w = 0 .\\tag{**}\\]<br \/>\nCombining (*) and (**) produces<br \/>\n\\[(a &#8211; a &#8216; ) u + (b &#8211; b &#8216; ) v + ( c &#8211; c &#8216; ) w = 0;\\]<br \/>\nSolving this equation as a linear system, we have<br \/>\n\\[a &#8211; a &#8216; = b &#8211; b &#8216; = c &#8211; c &#8216; = 0,\\]<br \/>\nwhich yields the uniqueness of the expression (*).\n<\/p>\n<\/div>\n<p><!-- ########## ########## ########## --><\/p>\n<p class=\"problem\"><span class=\"definition\">Problem 4.6<\/span><br \/>\nLet \\(V\\) be the vector space of real polynomials in the indeterminate \\(x\\) of degree less than or equal to \\(2.\\) Given that the polynomials<br \/>\n\\[1,\\,\\, 1+x \\,\\, \\text{and} \\,\\,1-x^2 \\]<br \/>\nconstitute a basis \\(B\\) for \\(V,\\) find the coordinate of the following polynomial relative to this basis:<br \/>\n\\[1 &#8211; 2x +5x^2 .\\]<br \/>\nIn other words, compute \\(\\gamma_B\\) for this polynomial.\n<\/p>\n<div class=\"solution\">\n<p><span class=\"proof\">Solution.<\/span><br \/>\nLet \\(a,\\) \\(b\\) and \\(c\\) be scalars satisfying<br \/>\n\\[1-2x+5x^2 = a1 +b(1+x) + c(1-x^2 ).\\]<br \/>\nFrom this equation, we have<br \/>\n\\[1-2x+5x^2 = (a+b+c) + bx + (-c)x^2\\]<br \/>\nor<br \/>\n\\[\\begin{cases}<br \/>\na+b+c=1 \\\\[6pt]<br \/>\nb=-2 \\\\[6pt]<br \/>\nc =-5,<br \/>\n\\end{cases}\\]<br \/>\nthat is, \\(a=8,\\) \\(b=-2\\) and \\(c=-5.\\)\n<\/p>\n<\/div>\n<p><!-- ########## ########## ########## --><\/p>\n<p class=\"problem\"><span class=\"definition\">Problem 4.7<\/span><br \/>\nLet \\(V\\) be the subspace of \\(C^0 ( \\mathbb{R} )\\) spanned by the functions \\(e^x\\) and \\(e^{2x} .\\) Show that these functions constitute a basis for \\(V.\\) What is the value of the associated coordinate map for the function \\(-2e^x + 5e^{2x} ? \\)\n<\/p>\n<div class=\"solution\">\n<p><span class=\"proof\">Solution.<\/span><br \/>\nWe only have to show that \\(e^x\\) and \\(e^{2x}\\) are linearly independent. Suppose \\(a\\) and \\(b\\) are scalars satisfying<br \/>\n\\[ae^x + be^{2x}=0. \\tag{*}\\]<br \/>\nSuppose further that \\(a \\ne 0\\) or \\(b \\ne 0.\\) If one of \\(a\\) and \\(b\\) equals to zero, the so the other, thus in this case we have \\(a \\ne 0\\) AND \\(b \\ne 0.\\) From (*),<br \/>\n\\[ae^x = -be^x\\]<br \/>\nor<br \/>\n\\[a = -be^x.\\tag{**}\\]<br \/>\nBut LHS of (**) is constant while RHS is not, which is a contradiction. Therefore \\(a = b = 0\\) and we conclude that \\(e^x\\) and \\(e^{2x}\\) are linearly independent.<\/p>\n<p>The value of the associated coordinate map for the function \\(-2e^x + 5e^{2x}\\) is trivially \\((-2 ,\\, 5).\\)\n<\/p>\n<\/div>\n<p><!-- ########## ########## ########## --><\/p>\n<p class=\"problem\"><span class=\"definition\">Problem 4.8<\/span><br \/>\nLet \\(a_1 ,\\) \\(a_2 ,\\) \\(a_3 ,\\) \\(a_4\\) be nonzero real numbers. Show that the following set of vectors constitutes a basis \\(B\\) for \\(\\mathbb{R}^4 :\\)<br \/>\n\\[\\begin{gather} v_1 = (a_1 ,\\,0,\\,0,\\,0) ,\\,\\, v_2 =(a_1 ,\\,a_2 ,\\,0,\\,0) ,\\\\[6pt]<br \/>\nv_3=(a_1 ,\\,a_2,\\,a_3,\\,0),\\,\\, v_4=(a_1,\\,a_2,\\,a_3,\\,a_4 ).\\end{gather}\\]<br \/>\nFind a general formula for the effect of the coordinate map \\(\\gamma_B\\) on a vector \\((x_1 ,\\,x_2,\\,x_3,\\,x_4 ) \\in \\mathbb{R}^4 .\\) (This yields a modest example of a <span class=\"defined\">lower triangular<\/span> system of equations: not how easily it is solved.)\n<\/p>\n<div class=\"solution\">\n<p><span class=\"proof\">Solution.<\/span><br \/>\nLet \\(x=(x_1 ,\\,x_2 ,\\,x_3,\\,x_4)\\in\\mathbb{R}^4\\) be given. Take<br \/>\n\\[a = x_1 &#8211; x_2 ,\\,\\, b = x_2 &#8211; x_3 ,\\,\\, c = x_3 &#8211; x_4 ,\\,\\, d = x_4,\\]<br \/>\nthen<br \/>\n\\[x = av_1 + bv_2 + cv_3 + dv_4 .\\]<br \/>\nTherefore \\(v_1 ,\\) \\(v_2 ,\\) \\(v_3 \\) and \\(v_4\\) span \\(\\mathbb{R}^4.\\) Linear independence of these vectors is trivial.\n<\/p>\n<\/div>\n<p><!-- ########## ########## ########## --><\/p>\n<p class=\"problem\"><span class=\"definition\">Problem 4.9<\/span><br \/>\nExtend the following linearly independent set to a basis for \\(\\mathbb{R}^3:\\)<br \/>\n\\[v_1=(1,\\,0,\\,1) \\,\\, \\text{and} \\,\\, v_2=(1,\\,1,\\,0).\\]<br \/>\nBe sure to establish that your answer indeed constitute a basis.\n<\/p>\n<div class=\"solution\">\n<p><span class=\"proof\">Solution.<\/span><br \/>\nTake \\(v_3 = (0,\\,1,\\,1),\\) then it is trivial that \\(v_1 ,\\) \\(v_2 \\) and \\(v_3\\) are linearly independent. Let \\(x=(x_1 ,\\,x_2,\\,x_3) \\in \\mathbb{R}^3\\) be given. Take<br \/>\n\\[\\begin{gather}<br \/>\na = \\frac{1}{2} (x_1 &#8211; x_2 + x_3 ), \\\\[5pt]<br \/>\nb = \\frac{1}{2} (x_1 + x_2 &#8211; x_3 ), \\\\[5pt]<br \/>\nc = \\frac{1}{2} (-x_1 + x_2 + x_3 )<br \/>\n\\end{gather}\\]<br \/>\nthen we have<br \/>\n\\[x= av_1 + bv_2 + cv_3,\\]<br \/>\nthat is, \\(v_1,\\) \\(v_2\\) and \\(v_3\\) span \\(\\mathbb{R}^3.\\)\n<\/p>\n<\/div>\n<p><!-- ########## ########## ########## --><\/p>\n<p class=\"problem\"><span class=\"definition\">Problem 4.10<\/span><br \/>\nGive two examples of a real vector space of dimension \\(4.\\)\n<\/p>\n<div class=\"solution\">\n<p><span class=\"proof\">Solution.<\/span><br \/>\nThe first example is the space consists of polynomial functions of degree less than or equal to \\(3.\\) This space has the basis \\(\\left\\{ 1,\\, x ,\\, x^2 ,\\, x^3 \\right\\}.\\)<\/p>\n<p>The second one is the space spanned by \\(e^x ,\\) \\(e^{2x},\\) \\(e^{3x},\\) \\(e^{4x}.\\)\n<\/p>\n<\/div>\n<p><!-- ########## ########## ########## --><\/p>\n<p class=\"problem\"><span class=\"definition\">Problem 4.11<\/span><br \/>\nGive an example of an infinite-dimensional real vector space.\n<\/p>\n<div class=\"solution\">\n<p><span class=\"proof\">Solution.<\/span><br \/>\nLet \\(S\\) be the space consists of real sequences with all but finite zero terms.<br \/>\nDefine the sequence \\(b^{(n)} = \\left\\{ b^{(n)}_k \\right\\} \\) by \\(b^{(n)}_k = \\delta_k^n,\\) the Kronecker delta. Then<br \/>\n\\[b^{(1)},\\, b^{(2)},\\, b^{(3)},\\,\\cdots\\]<br \/>\nsubstitute a basis for \\(S.\\)\n<\/p>\n<\/div>\n<p><!-- ########## ########## ########## --><\/p>\n<p class=\"problem\"><span class=\"definition\">Problem 4.12<\/span><br \/>\nGiven that the solution space to the differential equation<br \/>\n\\[y &#8216; &#8216; &#8211; 2 y &#8216; + y = 0\\]<br \/>\nis a subspace of \\(C^2 (\\mathbb{R})\\) of dimension \\(2.\\) Show that the function<br \/>\n\\[e^x \\,\\,\\text{and}\\,\\, xe^x\\]<br \/>\nconstitute a basis for this subspace. What, then, is the general solution to this equation?\n<\/p>\n<div class=\"solution\">\n<p><span class=\"proof\">Solution.<\/span><br \/>\nThe given equation is a second-order linear homogeneous differential equation. Take \\(y=e^{\\lambda x}\\) then<br \/>\n\\[y &#8216; = \\lambda e^{\\lambda x} \\,\\,\\text{and}\\,\\, y &#8216; &#8216; = \\lambda^2 e^{\\lambda x}.\\]<br \/>\nSubstitute these into differential equation, we obtain<br \/>\n\\[\\lambda^2 e^{\\lambda x} &#8211; 2\\lambda e^{\\lambda x} + e^{\\lambda x} = 0.\\]<br \/>\nFactorization gives<br \/>\n\\[e^{\\lambda x} (\\lambda^2 &#8211; 2\\lambda +1 ) = 0,\\]<br \/>\nthat is, \\(\\lambda = 1.\\) Therefore the solution is the function of form<br \/>\n\\[y = c_1 e^{\\lambda x} + c_2 x e^{\\lambda x} = c_1 e^x +c_2 xe^x\\]<br \/>\nfor constants \\(c_1\\) and \\(c_2 .\\) Since \\(e^x\\) and \\(xe^x\\) are independent, it completes the proof.\n<\/p>\n<\/div>\n<p><!-- ########## ########## ########## --><\/p>\n<p class=\"problem\"><span class=\"definition\">Problem 4.13<\/span><br \/>\nLet \\(T:V \\rightarrow V &#8216; \\) be a linear transformation of real vector spaces. Show that the solution set to the equation \\(T(v)=\\mathbf{0}\\) consists of either a single element or infinitely many elements, according to the dimension of the kernel of \\(T.\\)\n<\/p>\n<div class=\"solution\">\n<p><span class=\"proof\">Solution.<\/span><br \/>\nThe solution set is exactly the kernel of \\(T.\\) If the dimension of the kernel of \\(T\\) equals to zero, then the set must consist of zero vector only. If the dimension of the kernel of \\(T\\) is positive, then there must be a nonzero vector \\(v\\) that satisfies \\(T(v) = \\mathbf{0},\\) and all the vectors of the form \\(\\lambda v\\) where \\(\\lambda\\) is a scalar belongs to the kernel, that is, the kernel consists of infinitely many vectors.\n<\/p>\n<\/div>\n<p><!-- ########## ########## ########## --><\/p>\n<p class=\"problem\"><span class=\"definition\">Problem 4.14<\/span><br \/>\nLet \\(T:V \\rightarrow V &#8216; \\) be a linear transformation of real vector spaces and let \\(v &#8216; \\) be an arbitrary element of \\(V &#8216; .\\) Show that the solution set to the equation \\(T(v) = v &#8216; \\) is either empty, or consists of a single element, or consists of infinitely many elements.\n<\/p>\n<div class=\"solution\">\n<p><span class=\"proof\">Solution.<\/span><br \/>\nIf \\(v &#8216; \\) is not in the image of \\(T,\\) then the solution set is empty.<\/p>\n<p>Now we suppose that \\(T(v) = v &#8216; \\) has at least one solution, say \\(u.\\) If \\(\\operatorname{dim}(\\operatorname{Ker}(T))=0,\\) then \\(u\\) is the only solution for the equation. If \\(\\operatorname{dim}(\\operatorname{Ker}(T)) > 0,\\) then all the vectors of the form \\(u+w\\) where \\(w\\) belongs to the kernel of \\(T\\) are solutions, that is, \\(T(v)=\\mathbf{0}\\) has infinitely many solutions.\n<\/p>\n<\/div>\n<p><!-- ########## ########## ########## --><\/p>\n<p class=\"problem\"><span class=\"definition\">Problem 4.15<\/span><br \/>\nLet \\(T:V \\rightarrow V &#8216;\\) be a surjective linear transformation. Show that if \\(v_1 ,\\) \\(\\cdots,\\) \\(v_n\\) span \\(V,\\) then \\(T(v_1),\\) \\(\\cdots,\\) \\(T(v_n )\\) span \\(V &#8216; .\\)\n<\/p>\n<div class=\"solution\">\n<p><span class=\"proof\">Solution.<\/span><br \/>\nLet \\(v &#8216; \\in V &#8216; \\) be given. Since \\(T\\) is surjective, there exists \\(v\\in V\\) such that \\(T(v) = v &#8216; .\\) For \\(v_1 ,\\) \\(\\cdots,\\) \\(v_n\\) span \\(V,\\) we have<br \/>\n\\[v = a_1 v_1 + \\cdots + a_n v_n\\]<br \/>\nfor some scalars \\(a_1,\\) \\(\\cdots,\\) \\(v_n.\\) Hence, from the linearity of \\(T,\\) we have<br \/>\n\\[v &#8216; = T(v) = T(a_1 v_1 + \\cdots + a_n v_n) = a_1 T(v_1) + \\cdots + a_n T(v_n),\\]<br \/>\nthat is, \\(v &#8216;\\) belongs to the span of \\(T(v_1),\\) \\(\\cdots ,\\) \\(T(v_n).\\)\n<\/p>\n<\/div>\n<p><!-- ########## ########## ########## --><\/p>\n<p class=\"problem\"><span class=\"definition\">Problem 4.16<\/span><br \/>\nLet \\(T:V \\rightarrow V &#8216;\\) be an injective linear transformation. Show that if \\(v_1 ,\\) \\(\\cdots,\\) \\(v_n\\) is a linearly independent family in \\(V,\\) then \\(T(v_1),\\) \\(\\cdots,\\) \\(T(v_n)\\) is a linearly independent family in \\(V &#8216; .\\)\n<\/p>\n<div class=\"solution\">\n<p><span class=\"proof\">Solution.<\/span><br \/>\nSuppose \\(a_1,\\) \\(\\cdots ,\\) \\(a_n\\) are scalars satisfying<br \/>\n\\[a_1 T(v_1) + \\cdots + a_n T(v_n ) = \\mathbf{0}.\\]<br \/>\nSince \\(T\\) is linear, we have<br \/>\n\\[T(a_1 v_1 + \\cdots + a_n v_n) = a_1 T(v_1) + \\cdots + a_n T(v_n ) = \\mathbf{0} = T(\\mathbf{0}),\\]<br \/>\nand since \\(T\\) is injective, we have<br \/>\n\\[a_1 v_1 + \\cdots + a_n v_n = \\mathbf{0}.\\]<br \/>\nBut for \\(v_1,\\) \\(\\cdots,\\) \\(v_n\\) are linearly independent, this equality holds only if<br \/>\n\\[a_1 = \\cdots = a_n = 0.\\]\n<\/p>\n<\/div>\n<p><!-- ########## ########## ########## --><\/p>\n<p class=\"problem\"><span class=\"definition\">Problem 4.17<\/span><br \/>\nLet \\(T : V \\rightarrow V &#8216; \\) be an isomorphism of vector spaces. Show that if \\(v_1,\\) \\(\\cdots,\\) \\(v_n\\) is a basis for \\(V,\\) then \\(T(v_1),\\) \\(\\cdots,\\) \\(T(v_n)\\) is a basis for \\(V &#8216; .\\)\n<\/p>\n<div class=\"solution\">\n<p><span class=\"proof\">Solution.<\/span><br \/>\nAn isomorphism is injective and surjective. Therefore the result directly comes from the precious two problems 15 and 16.\n<\/p>\n<\/div>\n<p><!-- ########## ########## ########## --><\/p>\n<p class=\"problem\"><span class=\"definition\">Problem 4.18<\/span><br \/>\nLet \\(V\\) be finitely-generated vector space over \\(K\\) and let \\(S\\) be a (possibly infinite) spanning set for \\(V.\\) Show that there exists a finite subset of \\(S\\) that also spans \\(V.\\)\n<\/p>\n<div class=\"solution marginbottom0\">\n<p><span class=\"proof\">Solution.<\/span><br \/>\nIf \\(S\\) is finite, there is nothing to prove. Hence, WLOG, assume that \\(S\\) is infinite. Take a nonzero vector \\(v_1\\) in \\(S.\\) If \\(v_1\\) spans \\(V,\\) then the proof is completed. If not, then take \\(v_2 \\in S\\) such that \\(v_2\\) is nonzero and \\(v_1,\\) \\(v_2\\) are linearly independent. If \\(v_1,\\) \\(v_2\\) span \\(V,\\) then the proof is completed. If not, then take \\(v_3\\in S,\\) such that \\(v_3\\) is nonzero and \\(v_1,\\) \\(v_2,\\) \\(v_3\\) are linearly independent. This process must end in finite steps, for if not, then there could be infinite sequence \\(v_1 ,\\) \\(v_2 ,\\) \\(\\cdots \\) consisting of linearly independent terms, which is contradictory to the fact that \\(V\\) is finitely-generated.\n<\/p>\n<\/div>\n<div class=\"solution\">\n<p><span class=\"proof\">Solution(alt).<\/span><br \/>\nSince \\(V\\) is finitely-generated, there are finite vectors \\(w_1,\\) \\(\\cdots,\\) \\(w_n\\) that span \\(V.\\) For \\(S\\) spans \\(V,\\) each \\(w_j\\) can be expressed as a linear combination of finite elements of \\(S,\\) that is, there exist scalars \\(a_1,\\) \\(\\cdots,\\) \\(a_m\\) and vectors \\(v_1,\\) \\(\\cdots,\\) \\(v_m\\) in \\(S\\) such that<br \/>\n\\[w_j = a_1 v_1 + \\cdots + a_m v_m .\\]<br \/>\nLet \\(W_j\\) be the set of such vectors \\(v_1,\\) \\(\\cdots,\\) \\(v_m\\) in \\(S,\\) then each set \\(W_j\\) is finite. Take \\(W = W_1 \\cup  \\cdots \\cup W_n ,\\) then \\(W\\) is a finite subset of \\(S\\) and all \\(w_j\\)s are generated by \\(W.\\) Hence \\(W\\) spans \\(V.\\)\n<\/p>\n<\/div>\n<p><!-- ########## ########## ########## --><\/p>\n<p class=\"problem\"><span class=\"definition\">Problem 4.19<\/span><br \/>\nSuppose that \\(T\\) is a linear transformation from a vector space \\(V\\) of dimension \\(3\\) to a vector space \\(V &#8216; \\) of dimension \\(2.\\) Use the Rank-Nullity Theorem to show that \\(T\\) is not injective.\n<\/p>\n<div class=\"solution\">\n<p><span class=\"proof\">Solution.<\/span><br \/>\nIf \\(T\\) were injective, then \\(\\operatorname{dim}(\\operatorname{Ker}(T))=0.\\) Thus, by Rank-Nullity Theorem, we have<br \/>\n\\[\\begin{align}<br \/>\n2 &#038;= \\operatorname{dim}(V &#8216; ) \\\\[7pt]<br \/>\n&#038;\\ge \\operatorname{dim}(\\operatorname{Im}(T)) \\\\[7pt]<br \/>\n&#038;= \\operatorname{dim}(V) &#8211; \\operatorname{dim}(\\operatorname{Ker}(T)) = 3, \\end{align}\\]<br \/>\nwhich is impossible. Therefore \\(T\\) cannot be injective.\n<\/p>\n<\/div>\n<p><!-- ########## ########## ########## --><\/p>\n<p class=\"problem\"><span class=\"definition\">Problem 4.20<\/span><br \/>\nSuppose that \\(T\\) is a linear transformation from a vector space \\(V\\) of dimension \\(3\\) to a vector space \\(V &#8216; \\) of dimension \\(4.\\) Use the Rank-Nullity Theorem to show that \\(T\\) is not surjective.\n<\/p>\n<div class=\"solution\">\n<p><span class=\"proof\">Solution.<\/span><br \/>\nIf \\(T\\) were surjective, by Rank-Nullity Theorem, we have<br \/>\n\\[\\begin{align}<br \/>\n4<br \/>\n&#038;= \\operatorname{dim}(V &#8216; ) \\\\[7pt]<br \/>\n&#038;= \\operatorname{dim}(\\operatorname{Im}(T)) \\\\[7pt]<br \/>\n&#038;= \\operatorname{dim}(V) &#8211; \\operatorname{dim}(\\operatorname{Ker}(T)) \\\\[7pt]<br \/>\n&#038;\\le \\operatorname{dim}(V) = 3,<br \/>\n\\end{align}\\]<br \/>\nwhich is impossible.\n<\/p>\n<\/div>\n<p><!-- ########## ########## ########## --><\/p>\n<p class=\"problem\"><span class=\"definition\">Problem 4.21<\/span><br \/>\nLet \\(V\\) be the vector space of real polynomials of degree less than or equal to \\(2\\) in the indeterminate \\(x,\\) and consider the linear transformation<br \/>\n\\[T : V \\rightarrow V ,\\quad p \\mapsto \\frac{d^2 p}{dx^2} &#8211; p .\\]<br \/>\nShow that the kernel of \\(T\\) is trivial. Deduce from this that the map \\(T\\) is an isomorphism.\n<\/p>\n<div class=\"solution\">\n<p><span class=\"proof\">Solution.<\/span><br \/>\nLet \\(p = ax^2 + bx +c \\in V,\\) then a direct calculation shows that<br \/>\n\\[T(p) = -ax^2 &#8211; bx + 2a-c.\\]<br \/>\nSuppose<br \/>\n\\[T(p) = -ax^2 &#8211; bx +2a-c = 0,\\]<br \/>\nthen we have<br \/>\n\\[\\begin{cases}<br \/>\n-a =0 \\\\[5pt]<br \/>\n-b =0 \\\\[5pt]<br \/>\n2a-c = 0<br \/>\n\\end{cases}\\]<br \/>\nor, equivalently, \\(a=b=c=0,\\) that is, \\(p=0.\\) Therefore the kernel of \\(L\\) is trivial and we conclude that \\(L\\) is injective.\n<\/p>\n<\/div>\n<p><!-- ########## ########## ########## --><\/p>\n<p class=\"problem\"><span class=\"definition\">Problem 4.22<\/span><br \/>\nLet \\(T:V \\rightarrow W\\) be a linear transformation and assume that \\(\\operatorname{dim}(V) = 6\\) while \\(\\operatorname{dim}(W) =4.\\) What are the possible dimension for \\(\\operatorname{Ker}(T)?\\) Can \\(T\\) be injective? Why or why not?\n<\/p>\n<div class=\"solution\">\n<p><span class=\"proof\">Solution.<\/span><br \/>\nBy the Rank-Nullity Theorem, we have \\(2 \\le \\operatorname{dim}(\\operatorname{Ker}(T)) \\le 6.\\) Henceforth \\(T\\) cannot be injective, since if it could, the nullity had to be zero.\n<\/p>\n<\/div>\n<p><!-- ########## ########## ########## --><\/p>\n<p class=\"problem\"><span class=\"definition\">Problem 4.23<\/span><br \/>\nLet \\(V\\) be the vector space of real polynomials of degree less than or equal to \\(2.\\) Define \\(T:V \\rightarrow \\mathbb{R}\\) by<br \/>\n\\[T(p) = \\int_{-1}^{1} p(x) dx.\\]<br \/>\nShow that \\(T\\) is linear. What is the dimension of the kernel of \\(T?\\)\n<\/p>\n<div class=\"solution\">\n<p><span class=\"proof\">Solution.<\/span><br \/>\nLet \\(p = ax^2 +bx +c \\in V,\\) then a direct calculation shows that<br \/>\n\\[T(p) = \\frac{2}{3} a + 2c.\\tag{*}\\]<br \/>\nLet \\(p_1 = a_1 x^2 + b_1 x + c_1\\) and \\(p_2 = a_2 x^2 + b_2 x + c_2\\) be vectors in \\(V\\) and \\(\\lambda\\) be a scalar. Then<br \/>\n\\[\\begin{align}<br \/>\nT(p_1 + \\lambda p_2)<br \/>\n&#038;= T((a_1 + \\lambda a_2)x^2 + (b_1 + \\lambda b_2 )x + (c_1 + \\lambda c_2)) \\\\[6pt]<br \/>\n&#038;= \\frac{2}{3}(a_1 + \\lambda a_2) + 2(c_1 + \\lambda c_2) \\\\[6pt]<br \/>\n&#038;= \\left( \\frac{2}{3} a_1 + 2 c_1 \\right) + \\lambda \\left( \\frac{2}{3} a_2 + 2c_2 \\right) \\\\[6pt]<br \/>\n&#038;= T(p_1 ) + \\lambda T(p_2).<br \/>\n\\end{align}\\]<br \/>\nTherefore \\(T\\) is linear.<\/p>\n<p>From (*), we see that every element of kernel of \\(T\\) is a function of the form<br \/>\n\\[p(x) = -3cx^2 + bx +c .\\]<br \/>\nHence the kernel is generated by two vectors<br \/>\n\\[p_1 (x) = -3x^2 +1 ,\\quad p_2 (x) = x .\\]<br \/>\nThese vectors are linearly independent; Therefore the dimension of kernel is \\(2.\\)\n<\/p>\n<\/div>\n<p><!-- ########## ########## ########## --><\/p>\n<p class=\"problem\"><span class=\"definition\">Problem 4.24<\/span><br \/>\nLet \\(V\\) and \\(V &#8216; \\) be finite-dimensional vector spaces over a common field and suppose that \\(\\operatorname{dim}(V) \\ge \\operatorname{dim}(V &#8216; ).\\) Show that there exists a surjective linear transformation from \\(V\\) to \\(V &#8216; .\\)\n<\/p>\n<div class=\"solution\">\n<p><span class=\"proof\">Solution.<\/span><br \/>\nLet the dimensions of \\(V\\) and \\(V &#8216; \\) be \\(m\\) and \\(n\\) respectively. Suppose<br \/>\n\\[v_1 ,\\, \\cdots ,\\, v_m\\]<br \/>\nbe a basis for \\(V.\\) Define a linear transformation \\(T : V \\rightarrow V &#8216; \\) by<br \/>\n\\[T(v) = a_1 T(v_1) + a_2 T(v_2) + \\cdots + a_n T(v_n )\\]<br \/>\nfor \\(v = a_1 v_1 + \\cdots + a_m v_m\\) in \\(V,\\) that is, \\(T\\) cuts off last \\(n-m\\) terms. Then \\(T\\) is linear and surjective.\n<\/p>\n<\/div>\n<p><!-- ########## ########## ########## --><\/p>\n<p class=\"problem\"><span class=\"definition\">Problem 4.25<\/span><br \/>\nLet \\(V\\) be a vector space with finite-dimensional subspace \\(W_0\\) and \\(W_1\\) such that \\(V = W_0 \\oplus W_1 .\\) Suppose further that \\(u_1,\\) \\(\\cdots,\\) \\(u_n\\) is a basis for \\(W_0\\) and \\(w_1,\\) \\(\\cdots,\\) \\(w_m\\) is a basis for \\(W_1.\\) Show that \\(V\\) is likewise finite-dimensional and that \\(u_1,\\) \\(\\cdots,\\) \\(u_n,\\) \\(w_1,\\) \\(\\cdots,\\) \\(w_m\\) is a basis for \\(V.\\)\n<\/p>\n<div class=\"solution\">\n<p><span class=\"proof\">Solution.<\/span><br \/>\nIf \\(v\\in V,\\) then \\(v= u+w\\) for some \\(u\\in W_0\\) and \\(w\\in W_1.\\) Since \\(u\\) is a linear combination of \\(u_1 ,\\) \\(\\cdots,\\) \\(u_n\\) and \\(w\\) is a linear combination of \\(w_1,\\) \\(\\cdots,\\) \\(w_m,\\) \\(v=u+w\\) is a linear combination of \\(u_1,\\) \\(\\cdots,\\) \\(u_n,\\) \\(w_1,\\) \\(\\cdots,\\) \\(w_m.\\)<\/p>\n<p>It remains to show that \\(u_1,\\) \\(\\cdots,\\) \\(u_n,\\) \\(w_1,\\) \\(\\cdots,\\) \\(w_m\\) are linearly independent. Suppose<br \/>\n\\[a_1 u_1 + \\cdots + a_n u_n + a_{n+1}w_1 + \\cdots + a_{n+m}w_m = 0.\\]<br \/>\nSince<br \/>\n\\[0+0=0 ,\\quad 0\\in W_0 ,\\quad 0\\in W_1,\\]<br \/>\nby the uniqueness of the expression of direct sum, we have<br \/>\n\\[a_1 u_1 + \\cdots + a_n u_n = 0\\tag{*}\\]<br \/>\nand<br \/>\n\\[a_{n+1}w_1 + \\cdots + a_{n+m}w_m = 0.\\tag{**}\\]<br \/>\nSince \\(a_1,\\) \\(\\cdots,\\) \\(a_n\\) are linearly independent, from (*), we have<br \/>\n\\[a_1 = \\cdots = a_n = 0;\\]<br \/>\nLikewise, from (*), we have<br \/>\n\\[a_{n+1} = \\cdots = a_{n+m} = 0.\\]<br \/>\nHence \\(u_1,\\) \\(\\cdots,\\) \\(u_n,\\) \\(w_1,\\) \\(\\cdots,\\) \\(w_m\\) are linearly independent.\n<\/p>\n<\/div>\n<p><!-- ########## ########## ########## --><\/p>\n<p class=\"problem\"><span class=\"definition\">Problem 4.26<\/span><br \/>\nLet \\(V\\) be a finite-dimensional vector space over a field \\(K\\) and assume that \\(V\\) has basis \\(v_1,\\) \\(\\cdots ,\\) \\(v_n .\\) Show that<br \/>\n\\[V = Kv_1 \\oplus Kv_2 \\oplus \\cdots \\oplus Kv_n\\]<br \/>\nwhere \\(Kv_j\\) denotes the subspace spanned by the single vector \\(v_j\\) in \\(V.\\)\n<\/p>\n<div class=\"solution\">\n<p><span class=\"proof\">Solution.<\/span><br \/>\nLinear independence of \\(v_1,\\) \\(\\cdots,\\) \\(v_n\\) shows that<br \/>\n\\[Kv_i \\cap Kv_j = \\left\\{ \\mathbf{0} \\right\\} \\,\\,\\text{if}\\,\\, i\\ne j.\\]<br \/>\nNow we only have to show that<br \/>\n\\[V = Kv_1 + Kv_2 + \\cdots + Kv_n.\\tag{*}\\]<br \/>\nLet \\(v\\in V\\) then<br \/>\n\\[v = a_1 v_1 + \\cdots + a_n v_n \\tag{**}\\]<br \/>\nfor some scalars \\(a_1,\\) \\(\\cdots,\\) \\(a_n.\\) Since \\(a_j v_j \\in Kv_j ,\\) we obtain the desired result directly from (*).\n<\/p>\n<\/div>\n<p><!-- ########## ########## ########## --><\/p>\n<p class=\"problem\"><span class=\"definition\">Problem 4.27<\/span><br \/>\nLet \\(V\\) be a vector space of dimension \\(1\\) over a field \\(K\\) and choose a fixed nonzero element \\(v_0 \\in V,\\) which is therefore a basis. Let \\(W\\) be any vector space over \\(K\\) and let \\(w_0 \\in W\\) be an arbitrary vector. Show that there is a unique linear transformation \\(T : V \\rightarrow W\\) such that \\(T(v_0) = w_0.\\)\n<\/p>\n<div class=\"solution\">\n<p><span class=\"proof\">Solution.<\/span><br \/>\nDefine \\(T(kv_0 ) = kw_0\\) for any scalar \\(k.\\) Now is the time for you to prove the uniqueness of the function with this property.\n<\/p>\n<\/div>\n<p><!-- ########## ########## ########## --><\/p>\n<p class=\"problem\"><span class=\"definition\">Problem 4.28<\/span><br \/>\nLet \\(V\\) be a finite-dimensional vector space over \\(K\\) and let \\(W\\) be any vector space over \\(K.\\) Suppose that \\(v_1,\\) \\(\\cdots ,\\) \\(v_n\\) is a basis for \\(V\\) and that \\(w_1,\\) \\(\\cdots ,\\) \\(w_n\\) is an arbitrary family in \\(W.\\) Use the two previous problem and the universal property of internal direct sums to show that there exists a unique linear transformation \\(T:V \\rightarrow W\\) such that \\(T(v_j ) = w_j\\) for \\(j =1,\\,\\cdots,\\,n.\\)\n<\/p>\n<div class=\"solution\">\n<p><span class=\"proof\">Solution.<\/span><br \/>\nDefine<br \/>\n\\[T(a_1 v_1 + \\cdots + a_n v_n ) = a_1 w_1 + \\cdots + a_n w_n\\]<br \/>\nfor any scalars \\(a_1,\\) \\(\\cdots,\\) \\(a_n .\\)\n<\/p>\n<\/div>\n<p><!-- ########## ########## ########## --><\/p>\n<p class=\"problem\"><span class=\"definition\">Problem 4.29<\/span><br \/>\nLet \\(V\\) be finite-dimensional vector space and assume that \\(W_0\\) is a subspace of \\(V.\\) Show that there exists a complementary subspace \\(W_1\\) of \\(V\\) such that \\(V = W_0 \\oplus W_1 .\\)\n<\/p>\n<div class=\"solution\">\n<p><span class=\"proof\">Solution.<\/span><br \/>\nIn this problem, we need one more assumption:<br \/>\n\\[ 1\\le \\operatorname{dim}(W_0) < \\operatorname{dim}(V),\\]\nwhich is omitted in Valenza's book.<\/p>\n<p>Let \\(n=\\operatorname{dim}(V)\\) and \\(m=\\operatorname{dim}(W_0 ).\\) Suppose<br \/>\n\\[v_1 ,\\, \\cdots ,\\, v_n\\]<br \/>\nis a basis for \\(V.\\) Then, among \\(v_1,\\) \\(\\cdots,\\) \\(v_n,\\) exactly \\(m\\) elements belong to \\(W_0,\\) say \\(v_1,\\) \\(\\cdots,\\) \\(v_m.\\) (Prove it!) Take \\(W_1\\) be the span of \\(v_{m+1},\\) \\(\\cdots,\\) \\(v_n\\) then we obtain the desired result.\n<\/p>\n<\/div>\n<p><!-- ########## ########## ########## --><\/p>\n<p class=\"problem\"><span class=\"definition\">Problem 4.30<\/span><br \/>\nLet \\(T : V \\rightarrow V &#8216;\\) be a surjective linear transformation of finite-dimensional vector space, provided that \\[\\operatorname{dim}(V) > \\operatorname{dim}(V &#8216; ) \\ge 1.\\] Show that there exists a subspace \\(W\\) of \\(V\\) such that<br \/>\n\\[V = \\operatorname{Ker}(T) \\oplus W \\quad \\text{with} \\quad W \\cong V &#8216; .\\]\n<\/p>\n<div class=\"solution\">\n<p><span class=\"proof\">Solution.<\/span><br \/>\nLet \\(n = \\operatorname{dim}(V)\\) and \\(m=\\operatorname{dim}(V &#8216; ),\\) then by the Rank-Nullity Theorem we have<br \/>\n\\[\\operatorname{dim}(\\operatorname{Ker}(T)) = n-m.\\]<br \/>\nSuppose \\(v_1 ,\\) \\(\\cdots,\\) \\(v_n\\) is a basis for \\(V,\\) then only \\(n-m\\) elements among these basis elements belong to \\(\\operatorname{Ker}(T),\\) say \\(v_{m+1},\\) \\(\\cdots,\\) \\(v_n .\\) Let \\(W\\) be the span of \\(v_1,\\) \\(\\cdots,\\) \\(v_n,\\) then, by Problem 29, we have<br \/>\n\\[V = \\operatorname{Ker}(T) \\oplus W.\\]<br \/>\nLet \\(u_1 ,\\) \\(\\cdots,\\) \\(u_m\\) be a basis for \\(V &#8216; ,\\) and define a linear transformation \\(L : W \\rightarrow V &#8216;\\) by<br \/>\n\\[L(a_1 v_1 + \\cdots + a_m v_m) = a_1 u_1 + \\cdots + a_m u_m\\]<br \/>\nfor scalars \\(a_1,\\) \\(\\cdots,\\) \\(a_m,\\) then \\(L\\) is an isomorphism, that is, \\(W \\cong V &#8216; .\\)<br \/>\n(In general, two vector spaces over a common field with the same finite dimension are always isomorphic.)<\/p>\n<\/div>\n<p><!-- ########## ########## ########## --><\/p>\n<p class=\"problem\"><span class=\"definition\">Problem 4.31<\/span><br \/>\nGive an example of an infinite-dimensional vector space \\(V\\) and a linear transformation \\(T:V \\rightarrow V\\) such that both \\(\\operatorname{Im}(T)\\) and \\(\\operatorname{Ker}(T)\\) are also infinite dimensional.\n<\/p>\n<div class=\"solution\">\n<p><span class=\"proof\">Solution.<\/span><br \/>\nTake \\(V = \\mathbb{R}[x]\\) and define \\(T\\) by<br \/>\n\\[T(a_0 + a_1 x^1 + a_2 x^2 + a_3 x^3 + a_4 x^4 + \\cdots) = a_0 + a_2 x^2 + a_4 x^4 + \\cdots\\]<br \/>\nwhere \\(a_j = 0\\) for all but a finite number of \\(j\\)s.\n<\/p>\n<\/div>\n<p><!--\n<!-- ########## ########## ########## --\n\n\n<p class=\"problem\"><span class=\"definition\">Problem 4.<\/span><br \/>\nQ\n<\/p>\n\n\n\n\n\n<div class=\"solution\">\n\n\n<p><span class=\"proof\">Solution.<\/span>\nS\n<\/p>\n\n\n<\/div>\n\n\n--><\/p>\n<p><!-- --><\/p>\n","protected":false},"excerpt":{"rendered":"<p>This set of exercises is retrieved from the fourth chapter of Linear Algebra by Robert J. Valenza. Note that these solutions are not fully elaborated; You have to fill the descriptions by yourself. Problem 4.1 Let \\(v_1 ,\\) \\(\\cdots ,\\) \\(v_n \\) be linearly independent family in a vector space \\(V.\\) Show that if \\(i\\ne j,\\) then \\(v_i \\ne v_j .\\) In other words,&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_lmt_disableupdate":"","_lmt_disable":"","footnotes":""},"categories":[57],"tags":[413,402,400,411],"class_list":["post-5093","post","type-post","status-publish","format-standard","hentry","category-linear-algebra","tag-dimension","tag-exercises","tag-linear-algebra","tag-vector-space"],"_links":{"self":[{"href":"https:\/\/sasamath.com\/blog\/wp-json\/wp\/v2\/posts\/5093","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sasamath.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sasamath.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sasamath.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sasamath.com\/blog\/wp-json\/wp\/v2\/comments?post=5093"}],"version-history":[{"count":85,"href":"https:\/\/sasamath.com\/blog\/wp-json\/wp\/v2\/posts\/5093\/revisions"}],"predecessor-version":[{"id":6168,"href":"https:\/\/sasamath.com\/blog\/wp-json\/wp\/v2\/posts\/5093\/revisions\/6168"}],"wp:attachment":[{"href":"https:\/\/sasamath.com\/blog\/wp-json\/wp\/v2\/media?parent=5093"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sasamath.com\/blog\/wp-json\/wp\/v2\/categories?post=5093"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sasamath.com\/blog\/wp-json\/wp\/v2\/tags?post=5093"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}