15

Let $f(x)$ be a continuous function in $\mathbb R$ that for all $x\in(-\infty,+\infty)$, satisfies $$ \lim_{h\rightarrow+\infty}{[f(x+h)-2f(x)+f(x-h)]}=0. $$

Prove that $f(x)=ax+b$ for some $a,b\in\mathbb R$.

This is a problem from my exercise book, but I can't figure out the solution of it, I think the solution in my book is wrong. :( Any idea and proof of it are welcome! Thank you in advance.

pxchg1200
  • 2,050

3 Answers3

4

Given $x\in\mathbb{R}$, the limit can be rewritten as $$f(x)=\frac{1}{2}\lim_{h\to\infty}[f(x+h)+f(x-h)].\tag{1}$$ Given $y\in\mathbb{R}$, replacing $h$ with $h+y$ or $h-y$ in $(1)$, we have $$f(x)=\frac{1}{2}\lim_{h\to\infty}[f(x+y+h)+f(x-y-h)],\quad \forall x\in\mathbb{R}.\tag{2}$$ and $$f(x)=\frac{1}{2}\lim_{h\to\infty}[f(x-y+h)+f(x+y-h)],\quad \forall x\in\mathbb{R}.\tag{3}$$ Replacing $x$ with $x+y$ or $x-y$ in $(1)$ respectively, we have:

$$f(x+y)=\frac{1}{2}\lim_{h\to\infty}[f(x+y+h)+f(x+y-h)]\tag{4}$$ and $$f(x-y)=\frac{1}{2}\lim_{h\to\infty}[f(x-y+h)+f(x-y-h)].\tag{5}$$ Comparing $(2)+(3)$ and $(4)+(5)$, we have: $$2f(x)=f(x+y)+f(x-y),\tag{6}$$ or equivalently, $$f(\frac{x+y}{2})=\frac{1}{2}[f(x)+f(y)].\tag{7}$$ $(7)$ together with the continuity of $f$ implies that $f$ is both convex and concave on $\mathbb{R}$, so $f$ must be a linear function.

Hu Zhengtang
  • 3,757
2

For $t,x\in\mathbb R$, let $h_t(x) = f(t+x)-f(t-x)$. For $a,t,x\in\mathbb R$, let $g_{a,t}(x)=h_{x+t}(2a)$. Then $$\begin{align}g_{a,t}(x)&=f(x+2a+t)-f(x-2a+t)\\&=2(f(a+t)-f(t-a))\\&\quad{}+[f(x+2a+t)-2f(a+t)+f(t-x)]\\&\quad{}-[f(x-2a+t)-2f(t-a)+f(t-x)]\\ &\to2(f(a+t)-f(t-a))= 2h_t(a)&\text{as }x\to\pm\infty.\end{align} $$ Because $g_{a,t}(x)=g_{a,0}(x+t)$, we conclude that the limit does not depend on $t$, i.e. $h_t(a)=h_0(a)$. For $a,b\in\mathbb R$, we have $$\begin{align}g_{a,0}(x)+g_{b,0}(-x)&=f(x+2a)-f(x-2a)+f(-x+2b)-f(-x-2b)\\ &=2f(a+b)-2f(-a-b)\\&\quad{}+[f(x+2a)-2f(a+b)+f(-x+2b)]\\&\quad{}-[f(x-2a)-2f(-a-b)+f(-x-2b)]\\&\to 2h_0(a+b)&\text{as }x\to\pm\infty. \end{align}$$ Thus $h_0(a+b)=h_0(a)+h_0(b)$. Since $h_0$ is continuous, this implies that $h_0(x)=\alpha x$ for some $\alpha\in\mathbb R$. (Without continuity, $h_0$ might be an ugly endomorphism of the $\mathbb Q$-vector space $\mathbb R$). We conclude $$ f(x) = f(0)+2h_{\frac x2}\bigl(\tfrac x2\bigr) = f(0)+2h_0\bigl(\tfrac x2\bigr)=f(0)+\alpha x.$$

2

We can assume that $f(-1)=0$ and $f(1)=0$ (because if not then replace $f(x)$ by $f(x)-\frac{f(1)-f(-1)}{2}(x+1) -f(-1)$). We prove that $f=0$, hence for general $f$ we will have $f(x) = \frac{f(1)-f(-1)}{2}(x+1) -f(-1)$.

The hypothesis for $x=1$ and $x=-1$ gives : $$f(h)=-f(2-h)+o(1),$$ $$f(h)=-f(-2-h)=o(1),$$ when $h$ goes to $+\infty$.

Lemma : $f$ is periodic.

Proof. Take $x \in \mathbb{R}$. Then : \begin{eqnarray*} f(x+h)+f(x-h) &=& 2 f(x) + o(1) \\ &=& -f(2-x-h) - f(2-x+h) + o(1) = -2f(2-x) +o(1) \\ &=& -f(2-x-h) - f(-2-x+h) + o(1) = -2f(-x) +o(1) \\ &=& -f(-2-x-h) - f(-2-x+h) + o(1) = -2f(-2-x) +o(1) \\ \end{eqnarray*} Hence $f(x)=-f(-x)=-f(2-x)=-f(-2-x)$. This implies that $f$ is $2$-periodic. QED

Let $T$ be the group of periods of $f$ and $t \in T$. Then \begin{eqnarray*} \forall x, \ f(x+h)+f(x-h) &=& 2 f(x) + o(1) \\ &=& f(x+h)+f(t+x-h) = 2 f(t/2+x) +o(1) \\ \end{eqnarray*} Hence $\frac{t}{2} \in T$. So $T$ is non discrete and since $f$ is continuous, $T=\mathbb{R}$.

user10676
  • 8,521
  • 1
    Are you saying that what the OP wants prove isn't true? If you aren't, how can $f(x)=ax+b$ be such that $f$ is period and $f(-1)=f(1)$ without $a=0$ and $b=0$? – Git Gud Mar 09 '13 at 16:13
  • No, I am saying that $f(x)-ax-b$ is zero for some $a,b$. – user10676 Mar 10 '13 at 10:33
  • I can't understand your answer so I doubt the OP will. Please consider adding some more details. – Git Gud Mar 10 '13 at 10:42
  • @GitGud : Ok, I know that my English is not very good, but is my wordings misleading ? It seems that your issue is in the first paragraph (the rest is just some calculus, and we will care later if it is correct or not). What's wrong with it ? – user10676 Mar 10 '13 at 11:02
  • It's not about your english. I can follow from step $i$ to step $i+1$, but I don't see how the whole things answers the question. – Git Gud Mar 10 '13 at 11:11
  • 1
    @GitGud. He claims that if $f$ is such that (1) $f(x+h)+f(x-h)=2f(x)+o(1)$ and (2) $f(-1)=f(1)=0$, then $f=0$. So if $f$ only satisfies (1) then $g(x):=f(x)-ax-b$ satisfies (1) and (2) (for some $a,b$), hence $g=0$. That answers the question, right ? – Auguste Hoang Duc Mar 10 '13 at 13:11
  • Could you please explain why $2f(x)+o(1)=-f(2-x-h)-f(2-x+h)$ at the beginning of the proof of the lemma? – 23rd Apr 18 '13 at 16:29
  • @user10676: Sorry, I still feel confused. How did you get $x$ on the left hand side but $2-x$ on the right hand side? – 23rd Apr 18 '13 at 18:04
  • @richard: forget what I have said (I misread your question). Since I assumed $f(1)=0$, I deduced that $f(h)=-f(2-h)+o(1)$. Now replace $h$ by $x+h$ in this equation and you get $f(x+h)=-f(2-x-h)+o(1)$ and replace $h$ by $x-h$ and you get $f(x-h)=-f(2-x+h)+0(1)$ – user10676 Apr 18 '13 at 20:46
  • Ah, I see now, thank you! I mistakenly thought you deduced $2f(x)+o(1)=-f(2-x-h)-f(2-x+h)$ directly. However, I still think there is an $o(1)$ term in each step and $f(1-x)$(resp. $f(-1-x)$) should be $f(2-x)$(resp. $f(-2-x)$). – 23rd Apr 19 '13 at 03:24