$ \newcommand{\c}[1]{\mathcal{C}^{#1}(\Omega)} $So I've been struggling with this for a while, and I keep getting what feels like a lot of conflicting answers regarding these when I search these up, so I would like to ask you guys for some clarification on these terms -- both formal and intuitive ideas if possible.
I recognize this might feel a little trivial to you guys and quite haphazard but between personal searching and what feels like conflicting ideas between two different classes intended to be rife with this theory, the searches, and textbooks, I'm just quite confused and am probably getting many wires crossed. Hopefully you can help me figure out what exactly it all means.
Suppose $f \in \mathcal{C}^{\alpha}(\Omega)$. It is clear what this means to me when $\alpha$ is an integer. What does it mean when it is not an integer? For instance, what if $f \in \mathcal{C}^{2+\beta}(\Omega)$ for $\beta \in (0,1)$?
- One definition given I recall is that a function is $\c\alpha$ if its derivatives up to the $\alpha$th order (all such mixed derivatives included in the multivariate case). Another, attempting to handle the fractional case (e.g. the $\c{2+\beta}$ case above) suggested that we use multi-indices ... but since those lie in $\Bbb Z^n$ it feels like it's no different a characterization in the first place, so there's clearly a missing link there.
Suppose $f \in \mathcal{C}^{\alpha,\beta}(\Omega)$: notice how we use two superscripts now. What does this mean?
One suggestion I came across was the claim that it mean it was $\c \alpha$ in a first variable and $\c\beta$ in the second, but I'm looking at functions that are not explicitly in terms of any number of variables, so this does not feel like a correct characterization. Especially as I've only seen at most two superscripts so far.
Another is essentially that $\c{\alpha,\beta}$ is all $\c \alpha$ functions with all derivatives finite under the Hölder seminorm of exponent $\beta$ on all $\Omega' \subseteq \Omega$ of compact closure.
A third is that (taking $k,\ell$ integers, $\alpha,\beta\in(0,1)$) we have $\c{k+\alpha,\ell+\beta}$ all those $\c{k,\ell}$ functions $f$ whose $k$th derivative $\mathcal{D}^k f$ finite under the Hölder seminorm $[\cdot]_{\alpha,\beta}$.
These spaces are evidently Banach spaces over the respective field. What exactly is the norm on these spaces, with the one- or two-superscript case? How are fractional such indices handled?
At least the Hölder seminorm I find clear agreement on. For exponent $\mu$ and domain $\Omega$, the Hölder seminorm is $$[f]_{\mu,\Omega} = \sup_{\substack{x,y \in \Omega \\ x \ne y}} \frac{|f(x)-f(y)|}{|x-y|^\mu}$$
One thing brought up in my notes however references two indexing subscripts; for $\alpha \in (0,1)$: $$[f]_{\alpha,\alpha/2} = \sup_{\substack{(x,t),(y,s) \in \Omega \times (0,t) \\ (x,t) \ne (y,s)}} \frac{|u(x,t) - u(y,s)|}{|x-y|^\alpha - |t-s|^{\alpha/2}}$$ This was called the Hölder coefficient of $f$ of exponent $\alpha$. Isn't the Hölder coefficient what is used to bound $|g(x)-g(y)|$ in the ordinary definition? (Though I suppose we could probably use the same thing we do in functional analysis with norms and prove them to be the same...) What is this all about? This was soon followed by mentioning the Hölder spaces $\c{2+\alpha,1+\alpha/2}$ and $\c{\alpha,\alpha/2}$ in no real detail.
From here, we brought up the proper norm, $$\| f \|_{\c{\alpha,\alpha/2}} := \| f \|_{\c k} + [f]_{\alpha,\alpha/2}$$ No clue what this $k$ is about. Should be an $\alpha$?
Another suggestion noted was having
$$\|u\|_{\c{2+\alpha,1+\alpha/2}} = [u]_{\alpha,\alpha/2} + \sup_{\Omega} \left( \sum_{i=0}^2 \mathcal{D}^i u(x,t) \right)$$ alongside $$\|u\|_{\c{2,1}} = \sup_{\Omega} \left( \sum_i \left| \mathcal{D}^i u \right| \right)$$ (summing over all partial derivatives as necessary) so I guess for fractional indices you effectively only use what you would for integers, and then from there tack on a seminorm tied to the fractional indices?
So, summarily:
- What, formally, is a $\c \alpha$ function for $\alpha$ a noninteger?
- What, formally, is a $\c{\alpha,\beta}$ function, particularly in the noninteger cases?
- What, precisely defined, are these norms and seminorms we wish to deal with in either case?
Thanks for any insights you can give, and sorry for being so readily frazzled.