I know that this question has been asked here before but I want to use a different approach. Here is the question.
A function $f:\Bbb{R}\to\Bbb{R}$ is such that \begin{align} f(x+y)=f(x)+f(y) ,\;\;\forall\;x,y\in\Bbb{R}\qquad\qquad\qquad(1)\end{align} I want to show that if $f$ is continuous at $0$, it is continuous on $\Bbb{R}.$
MY WORK
Since $(1)$ holds for all $x\in \Bbb{R},$ we let \begin{align} x=x-y+y\end{align} Then, \begin{align} f(x-y+y)=f(x-y)+f(y)\end{align} \begin{align} f(x-y)=f(x)-f(y)\end{align} Let $x_0\in \Bbb{R}, \;\epsilon>$ and $y=x-x_0,\;\;\forall\,x\in\Bbb{R}.$ Then, \begin{align} f(x-(x-x_0))=f(x)-f(x-x_0)\end{align} \begin{align} f(x_0)=f(x)-f(x-x_0)\end{align} \begin{align} f(y)=f(x_0)-f(x)\end{align}
HINTS BY MY PDF:
Let $x_0\in \Bbb{R}, \;\epsilon>$ and $y=x-x_0,\;\;\forall\,x\in\Bbb{R}.$ Then, show that \begin{align} \left|f(x_0)-f(x)\right|=\left|f(y)-f(0)\right|\end{align} Using this equation and the continuity of $f$ at $0$, establish properly that \begin{align}\left|f(y)-f(0)\right|<\epsilon,\end{align} in some neighbourhood of $0$.
My problem is how to put this hint together to complete the proof. Please, I need assistance, thanks!
we let x=x−y+y
Guess you mean $,x \mapsto x-y,$ there, instead. – dxiv Sep 07 '18 at 05:26