Section 1.8 homework

From Grad Wiki
Revision as of 00:02, 16 November 2015 by Grad (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

1. Let be linear maps between finite-dimensional vector spaces that satisfy . Is it true that ?

Solution:
No. in general composition of functions is not commutative. By the theorem that any linear map can be expressed as a matrix, finding a counterexample comes down to finding two matrices such that but . Here is one example of functions: . . Then we have but so but .


4. Show that a linear map is one-to-one if and only if implies .

Proof:
First note that for any linear map because .


Proof: Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle (\Rightarrow )} Suppose that is one-to-one. Then if we have by the note above so that we must have . Therefore implies . Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle (\Leftarrow )} Now suppose that implies . If Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle L(x)=L(y)} then by linearity of we have . But then by hypothesis that means which implies . Therefore is one-to-one.


6. Let Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle V\neq \{0\}} be finite-dimensional and assume that

Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle L_{1},L_{2},...,L_{n}:V\to V}

are linear operators. Show that if Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle L_{1}\circ L_{2}\circ \cdots \circ L_{n}=0} then at least one of the are not one-to-one.

Proof:
I will use proof by contrapositive. The equivalent statement would then be "`If all of the are one-to-one, then Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle L_{1}\circ \cdots \circ L_{n}\neq 0} . Then this becomes very easy if you know the fact from set theory that the composition of one-to-one functions is a one-to-one function. This gives the following. Suppose that Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle L_{1},...,L_{n}} are all one-to-one. Then is also a one-to-one function and so the only input that will give an output of 0 is the input from problem 4. Therefore Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle L_{1}\circ \cdots \circ L_{n}\neq 0} and we are done.


If you don’t know the fact from set theory you can prove it as follows. Suppose Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle f,g} are one-to-one functions. Consider the function . Then to show this new function is one-to-one assume that . Then Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle f(g(x))=f(g(y))} . But since is one-to-one that means the inputs to must be the same or in other words Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle g(x)=g(y)} . But then is one-to-one so that means and therefore is one-to-one.

13. Consider the map Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle \Psi :\mathbb {C} \to {\text{Mat}}_{2\times 2}(\mathbb {R} )} defined by Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle \Psi (\alpha +i\beta )={\begin{bmatrix}\alpha &-\beta \\\beta &\alpha \end{bmatrix}}} ( a) Show that this is -linear and one-to-one, but not onto. Find an example of a matrix in Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle {\text{Mat}}_{2\times 2}(\mathbb {R} )} that does not come from Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle \mathbb {C} } .

Proof:
To show this is Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle \mathbb {R} -} linear let . Then:

Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle \Psi (z_{1}+z_{2})=\Psi (\alpha _{1}+i\beta _{1}+\alpha _{2}+i\beta _{2})=\Psi (\alpha _{1}+\alpha _{2}+i(\beta _{1}+\beta _{2}))={\begin{bmatrix}\alpha _{1}+\alpha _{2}&-\beta _{1}-\beta _{2}\\\beta _{1}+\beta _{2}&\alpha _{1}+\alpha _{2}\end{bmatrix}}={\begin{bmatrix}\alpha _{1}&-\beta _{1}\\\beta _{1}&\alpha _{1}\end{bmatrix}}+{\begin{bmatrix}\alpha _{2}&-\beta _{2}\\\beta _{2}&\alpha _{2}\end{bmatrix}}=\Psi (z_{1})+\Psi (z_{2})}
Similarly if Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle z=\alpha +i\beta \in \mathbb {C} } and Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle a\in \mathbb {R} } then:
Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle \Psi (az)=\Psi (a\alpha +ia\beta )={\begin{bmatrix}a\alpha &-a\beta \\a\beta &a\alpha \end{bmatrix}}=a{\begin{bmatrix}\alpha &-\beta \\\beta &\alpha \end{bmatrix}}=a\Psi (z)}
Therefore Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle \Psi } is -linear.
Now to show is not onto we notice that any matrix in the image of has top left and bottom right coordinate the same. So the simple matrix Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle {\begin{bmatrix}1&2\\3&4\end{bmatrix}}} cannot possibly be in the image of . Therefore is not onto.