2

Let $p>0$ be any real positive. Does there exist a function $f(x)$ which is $o(|x|^p)$ in $x=0$ yet not $O(|x|^{p+\varepsilon})$ for any $\varepsilon>0$ ?

Raskolnikov
  • 16,108

1 Answers1

0

$f(0) = 0$ and on $[1/2^n, 1/2^n-1[$, $f(x)=x^{p+1/\sqrt{n}}$

The idea is to have something like $f(x) = x^{p+\alpha}$ with alpha smaller than epsilon for any $\varepsilon$ when $x \to 0$.

Or $f(x) = x^{p-log(x)}$

Siminore
  • 35,136
Thomas
  • 1,124