It's easy to show that given a linear transformation $T:\mathbb{R}^n \rightarrow \mathbb{R}^m$ lines are mapped to lines and the origin stays fixed (as long as its rank $=n$).
Yet is the converse true?
More precisely, if $T:\mathbb{R}^n \rightarrow \mathbb{R}^m$ is a function that maps lines to lines in the sense that for any pair of vectors $a, b$ there exists vectors $c, d$ such that $T(a+tb)=c+td$ & $T(0)=0$ can we deduce that $T(x+y)=T(x)+T(y)$ for all vectors $x, y$?
Would appreciate any help.
Edit: We have to clarify: Do you actually mean "Lines are mapped to lines", i.e. the image of a line under $T$ is again a line (what I assumed), or do you mean actually mean that $T(a + tb) = c + td$ for all $t\in [0,1]$?
Not if $m=1$!
Take for example
$T: \mathbb{R}^n \rightarrow \mathbb{R}$
$T(x) = 2x_1$ if $x_1>0$
$T(x) = x_1$ if $x_1\leq0$
It projects the line to one dimension and stretches the line on the right half plane, but not on the left half plane. Its non linear around 0, but will still always project lines to lines.
From "(as long as its rank $=n$)" I assume you'd add the condition that $T$ has to have full rank, and than we could assume $m=n > 2$ and there my counter example obviously does not work any more.