Prove that if f is continuous on $[a,\infty)$ and if $\lim\limits_{x\to \infty}f(x)$ exists then $f$ is uniformly continuous

1.4k Views Asked by At

I'm trying to prove that if $f$ is continuous on $[a,\infty)$ and if $\lim\limits_{x\to \infty}f(x)$ exists then $f$ is uniformly continuous. Here's my work:

Let $\epsilon>0$ be given. Set $J=[a,\infty)$. By continuity of $f$ on $[a,\infty)$, $\exists\;\delta_1=\delta_1(a,\epsilon)>0$ s.t. $\forall\;x\in J$ with $|x-a|<\delta_1$ , we have $|f(x)-f(a)|<\epsilon/2$.

$\lim\limits_{x\to \infty}f(x):=l$ exists $\implies$ $\exists\;M\in \Bbb{R}$ s.t. $x\geq M$, we have $|f(x)-l|<\epsilon/2$. Take $\delta=\min\{\delta_1,M\}$ s.t. $\forall\;x,y\in J$ with $|x-y|<\delta$ , we have

$|f(x)-f(y)|=|f(x)-l+l-f(y)|\leq |f(x)-l|+|f(y)-l|<\epsilon/2+\epsilon/2=\epsilon$

Hence, $\forall \epsilon>0,$ $\exists\;\delta=\delta(a,\epsilon,M)>0$ s.t. $\forall\;x,y\in J$ with $|x-y|<\delta$ , we have $|f(x)-f(y)|<\epsilon$. So, $f$ is uniformly continuous. I'm I right, especially in my choice of $\delta$ in the conclusion? If no, can anyone please provide a better proof? I'm I not permitted to choose $\delta=\delta(\epsilon)>0$?

1

There are 1 best solutions below

8
On BEST ANSWER

Let $\varepsilon>0$. There does exist $M_\varepsilon>a$ such that for all $x>M_\varepsilon$ it is $|f(x)-l|<\varepsilon/2$. Now $f$ is uniformly continuous on $[a,M_\varepsilon]$ since it's a compact set. That is, there is a $\delta(\varepsilon)>0$ such that for all $x,y\in [a,M_\varepsilon]$: $|x-y|<\delta\implies |f(x)-f(y)|<\varepsilon.$ Also $f$ is continuous at the point $M_\varepsilon$, so there exists $\eta>0$ such that $|x-M_\varepsilon|<\eta\implies|f(x)-f(M_\varepsilon)|<\varepsilon/2$.

Take $\delta_0=\min\{\eta, \delta\}$. Let $x,y\in [a,+\infty)$ with $|x-y|<\delta_0$. Without loss of generality, let $x<y$.

Case 1: $x<y<M_\varepsilon$. Then obviously $x,y\in [a,M_\varepsilon]$ and $|x-y|<\delta$, hence $|f(x)-f(y)|<\varepsilon$.

Case 2: $M_\varepsilon<x<y$. Then $|f(x)-f(y)|\leq|f(x)-l|+|f(y)-l|<\varepsilon$.

Case 3: $x<M_\varepsilon<y$. Then $|f(x)-f(y)|\leq |f(x)-f(M_\varepsilon)|+|f(y)-f(M_\varepsilon)|<\varepsilon$, since $|x-M_\varepsilon|<|x-y|<\eta$ and similarly $|y-M_\varepsilon|<\eta$.

Note that $\delta_0$ is only depended on $\varepsilon$.