Showing linearity of a extension of a linear transformation

36 Views Asked by At

Given a linear transformation $T:B\to W$ defined on a subspace $B$ of $V$, I want to define a function $f: V\to W$ such that $f|_B = T$ and it’s also linear. I know that $B$ has a complement $M$ such that V = B + M (direct sum) and define $f$ to have the same values of $T$ on $B$ and value $0$ on $M$, but I don’t know how to prove that $f$ is linear. In particular, I’m stuck on showing for $v_1\in B, v_2\in M$ (none of two are zero, the cases with zeros is also ok). Any help?

1

There are 1 best solutions below

2
On BEST ANSWER

Since $V=M \oplus B$, every element in $V$ can be written uniquely as $v = m + b$, for $m \in M$ and $b \in B$.

Define the extension $\bar{f}$ of $f$ on $V$ as follows:

$\bar{f}(v):= f(b)$, if $v = m + b$.

We claim that this is linear. Given $v_1 = m_1 + b_1$ and $v_2 = m_2 + b_2$, we have

$\bar{f}(v_1 + v_2):= f(b_1 + b_2) = f(b_1) + f(b_2)=: \bar{f}(v_1)+\bar{f}(v_2)$,

where the second equality follows since $f$ is linear on $B$ by definition.

Now given $\alpha \in \Bbb R$ and $v = m + b \in V$, we have

$\bar{f}(\alpha v):=f(\alpha b) = \alpha f(b)=: \alpha \bar{f}(v)$

since $f$ is linear.

Since $v_1,v_2$ are arbitrary, $\bar{f}$ is linear and clearly extends $f$.