4
$\begingroup$

Let $f:\mathbb R\to\mathbb R$ be a function with the property that $f(a+b)=f(a)+f(b)$ for all real numbers $a$ and $b$. Assume that the limit as $x\to 0$ of $f(x)$ is equal to some real number $L$. Show $L=0$.

I started to attempt to use the epsilon-delta definition of continuity, but I'm stuck. Please help!

Edit: While I know that the functions for which this is true are, for example, $f(x)=cx$, I can't assume anything that is not given.

  • 0
    (I should have said, assuming axiom of choice, there are definitely functions of this sort... Basically, you just need a basis of $\mathbb R$ as a vector space over $\mathbb Q$ to get non-continuous examples. Indeed, you don't need even a basis, just a representation of $\mathbb R\cong V\oplus W$ where $V$ and $W$ are two non-trivial $\mathbb Q$-vector spaces.2012-12-13

3 Answers 3

5

Let $a=b=0$. Then $f(0)=f(0)+f(0).$ So we know $f(0)$.

Let $a=x$, $b=-x$. Then $f(a+b)=f(0)=f(x)+f(-x).$ Let $x\to 0$.

  • 0
    Thank you! I think I understand the question better now2012-12-13
3

Note $\tag{1}f(a+a)=2f(a).$ Also note that as $a\rightarrow 0$, we also have $a+a\rightarrow 0$. From $(1)$, we deduce that $L=2L$; whence $L=0$.

  • 0
    Thank you! That helps a lot.2012-12-13
0

Hint: If $f$ is identically zero, you are done. Otherwise, find some $x$ for which $f(x) \neq 0$ and consider $f(nx)$ for large $n \in \mathbb{N}$.

Edit: Ah, misread the problem. I thought you were interested in the limit as $x \rightarrow \infty$. I'll leave this up, just for fun.