1
$\begingroup$

I thought that functions of class $\mathcal{C}^{\alpha}$ were those whose first $\alpha$ derivatives exists and are continuous.

In this paper (page 7), however, Hairer defines $\mathcal{C}^{\alpha}$ as the class of functions $f$ such that, for every $x$ in the domain, it is possible to find a polynomial $P_x$ such that $$|f(y) - P_x(y)| \lesssim |x-y|^{\alpha},$$

where $\lesssim$ means that there exists a constant such that the left hand side is less than or equal to the product of the right hand side and that constant.

Are these definitions equivalent?

  • 0
    Is that for $y$ near $x$ or for every $y$ in the domain? In the first case, the usual $C^\alpha$ definition implies that definition using polynomial. Just take $P_x$ as the Taylor polynomial. The converse is likely wrong. The usual definition implies $|f(y) - P_x(y) |/ |y-x|^\alpha \to 0$, not just bounded.2017-01-19
  • 0
    Should $P_x$ have degree $\alpha$ at most?2017-01-19
  • 0
    @user251257 the paper says nothing more specific about $y$ or $\alpha$ - check page 7, section 1.2. Thanks for your reply btw!2017-01-19
  • 0
    Is the domain compact? You have horrible exceptions if not, like $e^x$ on $\mathbb{R}$. If it is compact, then the two do coincide: just take $P_x$ to be the Taylor polynomial of degree $\alpha-1$ expanded about $x$.2017-01-19
  • 0
    @Ian He gives $\mathbb{R}^d$ as the domain, which is definitely not compact2017-01-19
  • 1
    Ah, I see: in the abstract they mention *local* Taylor expansion. In that case this inequality is only supposed to hold on some neighborhood of $x$, in which case you can chop up the domain into compact sets and build Taylor polynomials of degree $\alpha-1$ on each. By perhaps shrinking the compact sets when the $\alpha$th derivative is trying to blow up, you can get a bound like that...but the same $P_x$ won't work for every $y$.2017-01-19

2 Answers 2

2

Have a look at page 23 where this is clarified at least to some extent.

In general $C^{k, \alpha}$ with $0<\alpha < 1 $ is the space of $k$ times continuously differentiable functions such that the $k-$th derivative is still Hölder continuous with exponent $\alpha$ (see, e.g., here: en.wikipedia.org if you want to find out what that means). These spaces are used in the regularity theory of (elliptic) partial differential equations and are better suited for this, since Laplace like operators have interesting continuity properties on these spaces.

Sometimes people just write $C^\alpha $ for this, in particular when $k=0$, but sometimes also for non-integer $\alpha$, and this is one of these cases. On page 23 of the paper you are referring to the author explains that his definition actually differs from the usual definition in case $\alpha$ is an integer (you get a Lipshitz condition for the derivatives of order $\alpha-1$, which is not enough to imply differentiability), and he actually gives a slightly different looking definition on that page. He also admits that his notation is an abuse of the notation in case of integer $\alpha$. I personally think he should have used a different notation and should have explained a bit more about this on page 7, but that's probably just me.

1

To make it clear, that $\alpha$ is a real number in $(0,1]$ and not a multiindex:

Consider $f(x) = x(\sin(1/x))^2$ for $x\ne 0$ and $f(0)=0$. Then, for $x\ne 0$ you can take the Taylor polynomial as $P_x$. For $x=0\ne y$ we have $$ \left| \frac{f(y) - 0}{y} \right| \le 1 $$ but $$ \left| \frac{f(y) - 0}{y} \right| \not\to 0. $$ That is, $f$ is locally approximately a linear polynomial, but not even differentiable (at 0).