2

Generally, linear map is defined to have the following two properties:

  1. $f(x+y)=f(x)+f(y)$
  2. $f(cx)=cf(x)$

If we restrict our discussion to real linear map ($c$ is real), will $f(x+y)=f(x)+f(y)$ imply $f(cx)=cf(x)$? It is easy to prove this if $c$ is rational. What about irrational numbers?

atbug
  • 453

1 Answers1

3

If you can check that $f$ is continuous, then the assertion is true since $\Bbb Q$ is dense in $\Bbb R$. I don't know if $f$ being measurable is already enough, maybe so.

If this is not the case, we can construct $f$ additive but not linear. The idea uses the existence of a Hamel basis of $\Bbb R$ as a $\Bbb Q-$vector space and you can read a sketch of it here, for example.

Ivo Terek
  • 77,665
  • 2
    +1. Note that this relies on the axiom of choice; for the OP, in ZF (set theory without choice) it is not provable that such an "alternate" solution exists. – Noah Schweber Aug 14 '16 at 04:20