Spot the mistake: There is only one linear transformation $T$ such that $T:V \rightarrow W$ maps a basis of $n$ elements to $n$ arbitrary elements

408 Views Asked by At

$V$ and $W$ are both linear spaces.

I have a book, Thomas M. Apostol's Calculus, Volume II that gives a proof of the statement in the title. However, there is mention of something that I felt was redundant, and I'm not sure if the statement adds anything to the proof. I will give my own proof on here. It is essentially the same as Apostol's proof, but is missing one statement. Is my proof incorrect? If so, what is missing, and why is it important? Be as pedantic as necessary.

We have that $$e_1, e_2, ..., e_n$$ is a basis for the linear space $V$. Thus we know that any $x \in V$ can be written as $$x = \sum_{k=1}^{n} c_ke_k$$ Necessarily, for a linear transformation $T$ to map $e_k$ to an arbitrary element $u_k$, we must have $T(e_k) = u_k$ for $k = 1,2,3...,n$. Let there be a second linear transformation, $T'$, which does the same such that $T'(e_k) = u_k$. This leads us to the following. We can see that, for any x, we have: $$T(x) = T(\sum_{k=1}^{n} c_ke_k) = \sum_{k=1}^{n} c_kT(e_k) = \sum_{k=1}^{n} c_ku_k = T'(x)$$

Thus $T(x) = T'(x)$ for all $x \in V$. So we must conclude $T = T'$. This concludes the proof. (The fact that I didn't write down the derivation with $T'$ is not what is missing)

EDIT: I've received very quick responses. The extra thing was the following sentence: "If $x = e_k$ for some $k$, then all components of $x$ are $0$ except the $kth$, which is 1, so (2.8) gives $T(e_k) = u_k$, are required." I'm unsure what talking about the components of $x$ added to the discussion.

4

There are 4 best solutions below

2
On BEST ANSWER

You and other respondents are confused because you haven't quoted Apostol's theorem and proof carefully.

Here is what the theorem actually says. I've bolded the part you bungled.

Theorem 2.12. Let $e_1, \ldots, e_n$ be a basis for an $n$-dimensional linear space $V$. Let $u_1, \ldots, u_k$ be $n$ arbitrary elements in a linear space $W$. Then there is one and only one linear transformation $T:V\to W$ such that $T(e_k)=u_k$ for all $k\in\left\{1, \ldots, n\right\}$. This $T$ maps an arbitrary element $x$ in $V$ as follows: If $x=\sum x_ke_k$, then $T(x)=\sum x_ku_k$.

The sentence following the colon is what Apostol calls (2.8).

Because of the bolded phrase ("one and only one"), a proof of this theorem must show two things: (1) such a linear transformation exists, and (2) it is unique. Your proof only shows uniqueness. Apostol's proof shows both existence and uniqueness: the first paragraph shows the former, the second paragraph shows the latter.

Here is the first paragraph, showing existence:

Every $x$ in $V$ can be expressed uniquely as a linear combination of $e_1, \ldots e_n$, the multipliers $x_1, \ldots, x_n$ being the components of $x$ relative to the ordered basis $(e_1,\ldots, e_n)$. If we define $T$ by (2.8), it is a straightforward matter to verify that $T$ is linear. If $x=e_k$ for some $k$, then all components of $x$ are $0$ except the $k$-th, which is 1, so (2.8) gives $T(e_k)=u_k$, as desired.

What is Apostol doing here? He is proving there does exist a linear transformation $T$ with the property $T(e_k)=u_k$. Which transformation? It's the transformation defined by the formula (2.8). Apostol first checks (or rather, says it is easily checked) that formula (2.8) does indeed define a linear transformation. But this alone is not enough: he needs to prove the existence not of any old linear transformation, but one for which $T(e_k)=u_k$ for all $k$. The last sentence in the paragraph, the one you ask about, makes this final step explicit.

3
On

It looks fine, what is supposed to be missing?

6
On

You only proved that there is at most one such linear transformation. Where have you really used that the vectors in $V$ form a basis? Your argument, as written, works for any system of generators of $V$.

0
On

You have proved that there is at most one such linear transformation. You have not yet proved that such a transformation exists.