Imagine you have the following functional equation: $$ f(x + y) = f(x) + f(y) $$ Obviously the solution is a linear function. Usually when defining a linear application/function it will be done by the following process: $$ f:\Bbb R^n \to \Bbb R^m \\ \; \\ f(x + y) = f(x) + f(y)\\ \; \\ f(\alpha x) = \alpha f(x) $$ But, let consider the following. Using only the first equation, we can conclude that the function obeys the following:
First: $$ f(0 + 0) = f(0) + f(0) \Rightarrow 2f(0) - f(0) = 0 \\ \; \\ f(0) = 0 \\ $$ Then: $$ f(x + x - x) = f(x) + f(x - x) \\ f(x) + f(x) + f(-x) = f(x) + f(0) \\ f(x) + f(-x) = 0 \\ \; \\ f(-x) = -f(x) $$ Also: $$ f(x + x) = f(x) + f(x) \\ \; \\ f(2x) = 2f(x) $$ And also: $$ f(2x) = 2f(x) \\ \frac{1}{2}f(2x) = f(x) \Rightarrow \text{let u = 2x} \; \Rightarrow \frac{1}{2}f(u) = f(u/2) \\ \; \\ f(x/2) = \frac{1}{2}f(x) \\ \; \\ \text{hence:} \\ f(x/4) = \frac{1}{4}f(x) \\ f(x/8) = \frac{1}{8}f(x) \\ \vdots \\ f \left( \frac{x}{2k} \right ) = \frac{1}{2k}f(x), \; \; k \in \Bbb N^n \\ $$ It seems like the first definition of a linear function is "screaming" to you that it obeys the second property (previously definied "by hand"). It is possible to properly demonstrate that: $f(\alpha x) = \alpha f(x)$ as a mere consequence of the first definition?