Let $f$ be a concave positive function on $[1,\infty)$, then $f$ is uniformly continuous on $[1,\infty)$.
This was a true or false problem that I couldn't prove to be true, so I'm thinking that maybe there is a counterexample. I know that for $f$ to be concave then $f''(x)\lt 0$ on $[1,\infty)$.
Does $f(x)=\frac{1}{x-2}$ work as a counterexample? $f''(x)=-1\lt 0$ and at $x=2$ it is undefined so it wouldn't be uniformly continuous on the interval $[1,\infty)$, right?
Uniformly Continuous: Let $E$ be a nonempty subset of $\mathbb R$ and $f:E\to \mathbb R$. The $f$ is uniformly continous on $E$ if and only if for every $\epsilon \gt 0$ there is a $\delta\gt 0$ such that $|x-a|\lt\delta$ and $x,a\in E$ imply $|f(x)-f(a)|\lt \epsilon$.
A hint provided that $f$ is of class $C^1$: assume without loss of generality that $f'(1)$ exists (otherwise replace $1$ with any greater number and recall that continuity on compact subsets implies uniform continuity), and pick $1 \leq x<y$. Then, since $f'$ is decreasing, $$ f(x)-f(y) = \int_x^y f'(t) \, dt \leq f'(1) (x-y). $$ Exchanging the rôle of $x$ and $y$, $$|f(x)-f(y)| \leq |f'(1)| |x-y|,$$ and you conclude easily that $f$ is uniformly continuous. I was thinking of a proof under the mere assumption of concavity, without any further regularity, but it looks a bit harder.