Let's say we have a transformation:
$$T: \mathbb{R}^n \rightarrow \mathbb{R}^m.$$
This is a linear transformation iff: for all $ \vec{a} , \vec{b} \in \mathbb{R}^n$ and $c \in \Bbb{R}$,
- $T(\vec{a} + \vec{b}) = T(\vec{a}) + T(\vec{b})$
- $T(c \vec{a}) = cT(\vec{a})$
I've seen this kind of 'requirements' multiple times in Linear Algebra, and I wonder what the names for these requirements are.
$\endgroup$2 Answers
$\begingroup$Another way to say this is that $T$ is additive and homogeneous of degree $1$. In general, a function $f:X \to Y$ is additive if $f(x+y)=f(x)+f(y)$ for all $x,y \in X$. If $X$ and $Y$ are vector spaces then we say that $f$ is homogeneous of degree $k$ if for all $a$ not equal to $0$ in the underlying scalar field of $X$ and all $x \in X$, $f(ax)=a^kf(x)$ for some integer $k$.
$\endgroup$ 1 $\begingroup$- $T$ preserves addition
- $T$ preserves multiplication by scalar
Altogether: $T$ is linear.
$\endgroup$