5

Let $f(t)$ be a real valued function and $C$ a constant. Is it true that

$$ \limsup_{t\to\infty}\frac{f(t)}{t}=\limsup_{t\to\infty}\frac{f(t+C)}{t} ? $$

I have tried to prove it using a change of variable $s=t+C$, but the denominator seems problematic.

Sak
  • 3,866

1 Answers1

12

Hint: $$ \frac{f(t+C)}{t}=\frac{f(t+C)}{t+C}\,\frac{t+C}{t}. $$

  • THank you! I have been able to come up with a proof using this. This is a very clever trick. – Sak Nov 15 '16 at 10:24