Is there a difference between two terms or can they just be used interchangeably.
If there is a difference, what is it?
I hope this is not too general of a question, its just that one of the tasks in my textbook is asking to prove which mappings are linear. And the word linear is what confuses me, because to prove linearity all I need is this $$L(s\vec{x}+t\vec{y})=sL(\vec{x})+tL(\vec{y})$$
Which looks like all we are saying is that a linear mapping is the one that takes the old one and multiplies it by a scalar. But I'm not sure if I'm understanding this correctly, so need help!
A linear map $T$ over a vector space $V$ over a field $K$ is such that $T(x+y)=T(x)+T(y)$ and $T(\lambda x)=\lambda T(x)$ for every $x,y \in V$ and $\lambda \in K$. Not all mappings are like that.