2

I am trying to prove that if I have $f:\mathbb{R} \to \mathbb{R}$ satisfying $\forall x,y\in\mathbb{R},f(x+y) = f(x) + f(y)$. Which is assumed continuous at $0$, that $f$ is continuous on $\mathbb{R}$

I am fairly sure it is, for that property seems to be a property of polynomials, and we know polynomials are continuous where defined(all reals)

Any ideas for rigor?

$|x-a| \lt \delta \implies |f(x+a)-f(x)-f(a)| \lt \epsilon$

No idea where to go from here, this is my first time doing $\epsilon-\delta$ stuff.

2 Answers2

8

For any $x$, $$f(x+h)-f(x)=f(h)$$

Since $f$ is continuous at $x=0$, $f(h)\to 0$ as $h\to 0$.

Pedro
  • 122,002
2

Putting $x=y=0$, $f(0) = 0$.

Since $f$ is assumed to be continuous at $0$, $\lim_{x \to 0} f(x) = f(0) = 0$.

Finally, as Pedro Tamaroff wrote, since $f(x+h)-f(x) = f(h)$, $\lim_{h \to 0} f(x+h)-f(x) = \lim_{h \to 0} f(h) =0$, so $f$ is continuous at all $x$.

marty cohen
  • 107,799