Proof of the existence of a unique linear transformation

268 Views Asked by At

I want to prove the following lemma:

Let $B$ be a basis for $V$ and let $T_B: B \rightarrow W$ be a map. Then there exists a unique linear map $T_V: V \rightarrow W$ which extends $f,$ that is, such that $T_V(b)=T_B(b)$ for all $b \in B$

My attempt:

Any vector $v\in V$ can be written as a linear combination of the basis elements: $$v=\sum_{i}^{n} \alpha_{i} b_{i}, \quad b_{i} \in B$$

Where $\alpha_i$ are the coordinates of $v$ with respect to $B$. We can therefore write the transformation of $v$ under $T_V$ as: $$T_{V}(v)=T_{V}\left(\sum_{i}^{n} \alpha_{i} b_{i}\right)=\sum_{i}^{n} \alpha_{i} T_{V}\left(b_{i}\right)$$

Where in the last step I exploited the assumed linearity of A. This means that if $T_V(b_i)=T_B(b_i)\ \forall\ b_i\in B$ then the map $T_B$ has been 'extended' to $T_V$. To prove that $T_V$ is unique we consider another map: $T^{'}_V:V\rightarrow W$ defined over the basis elements $T_V^{'}(b_i)=T_V(b_i)=f(b_i)\ \forall\ b_i \in B$: $$ T_{V}^{'}(v)=\sum_{i}^{n} \alpha_{i} T^{'}_{V}\left(b_{i}\right)=T_V(v) $$ Is this sufficient to prove the Lemma? Is something missing/unclear/incorrect in my intend of a proof?

2

There are 2 best solutions below

0
On

All you must to do, is recalling the fact that the basis is linearly independent and then each vector is a unique linear combination of elements of the basis. It is easy to verify the linearity of $T_{V}$, and the uniqueness will follow from the fact that the Zero map is the unique linear map that vanishes at every element of the basis.

1
On

Lemma. Let $V$ and $W$ be vector spaces over a field $\mathbb F$. If $\mathcal B$ is a basis for $V$, and if $f : \mathcal B \to W$ is a function, then there exists a unique linear map $T : V \to W$ which extends $f$, that is, $T$ agree with $f$ in $\mathcal B$.

Proof. As $\mathcal B$ is a basis for $V$, for any $x \in V$ there is a unique finite subset $B_x$ of $\mathcal B$ and a unique scalar $a_v(x) \in \mathbb F$ for each $v \in B_x$, such that $$x = \sum_{v \in B_x} a_v(x)v.$$

So, you must define $T : V \to W$ by $$T(x) = \sum_{v \in B_x} a_v(x)f(v)$$ and you need to check that this is well-defined, that is, if $x = y$ then $T(x) = T(y)$. Also check that this is a linear map, and finally, since for each $v \in \mathcal B$ we have $B_v = \{v\}$ and $a_v(v) = 1$, then $T(v) = f(v)$.