The Injectivity of Linear Mappings

314 Views Asked by At

Let $T: C^{\infty}(\mathbb{R}) \to C^{\infty}(\mathbb{R})$ be a linear mapping such that $f \mapsto f - f''$.

Is $T$ injective?

I know that to prove injectivity, I must show that if $f(x_1) = f(x_2)$, then $x_1 = x_2$. I am however confused about how to proceed.

2

There are 2 best solutions below

0
On BEST ANSWER

$\underline{\textit{Before we begin, a point about your notation:}}$

... if $f(x_1) = f(x_2)$, then $x_1 = x_2$ ...

This is fine if the name of your function, linear transformation, etc is $f$. But here, the name of the function whose injectivity you want to show/disprove is $T$. So you should replace $f$ with $T$ above. Also using the symbols $x_1, x_2$ is potentially confusing here because you already used a different symbol for the arguments of $T$ when you wrote $f \mapsto f - f''$. So you should replace $x_1, x_2$ above with $f_1, f_2$. In any case, $T$ maps functions to functions and using $f_1, f_2$ reflects this fact far better than using $x_1, x_2$. So your definition for injectivity should look like

... if $T(f_1) = T(f_2)$, then $f_1 = f_2$ ...

$\underline{\textit{Now, back to your question:}}$

No $T$ is not injective. You can find (at least) two different smooth functions that get sent to the same image which negates the injectivity condition.

  • The zero (real) function $\textbf{0} : \Bbb R \to \Bbb R$ (which maps any real $x$ to $0$) obviously gets sent to $\textbf{0}$ by $T$.

  • But note that the non-zero (real) exponential function $\exp : \Bbb R \to \Bbb R$ (where $\exp(x) = e^x$) also gets sent to $\textbf{0}$ by $T$ because $\exp(x) - (\exp(x))'' = \exp(x) - \exp(x) = 0$ for any real $x$. Indeed, the same goes for the smooth functions $e^{-x}$, $\sinh(x)$ and $\cosh(x)$. They are all distinct smooth functions that get sent to $\textbf{0}$ by $T$.

In other words, we have found smooth $f_1, f_2$ such that $f_1 \neq f_2$ even though $T(f_1) = T(f_2)$. This is the opposite of saying that $T$ is injective.

1
On

In general, to prove that the linear map $\textsf T : \textsf V \to \textsf W$ in injective, show that if $\textsf T (x) = 0$ then $x=0$, in other words, the zero vector is the only vector that maps to zero.

Now, in this case we have that $$\textsf T (f) = 0 \quad \Leftrightarrow \quad f-f''=0$$ $$\Leftrightarrow \quad f(x)=c_1 e^x + c_2 e^{-x}$$ which is not identically zero if $c_1$ or $c_2$ are distinct of $0$. So, $\textsf T$ is not an injective map.