Note:
Let $x - x_0 = \Delta x$
Then it follows
$$ \lim_{x \rightarrow x_0} \frac{f(x)^a - f(x_0 )^a }{x - x_0} $$
Becomes
$$ \lim_{\Delta x\rightarrow 0} \frac{f(x)^a - f(x - \Delta x )^a }{\Delta x} $$
Note that
$$ \lim_{\Delta x \rightarrow 0} \frac{f(x) - f(x - \Delta x ) }{\Delta x} = \frac{df}{dx}$$
Thus we conclude
$$ D^{*a} = \frac{d f(x)^a}{dx} = a \frac{df}{dx} f(x)^{a-1}$$
We now establish the chain rule for $D^{*a}$ (I will use the notation $\frac{D^{*a}}{Dx}$) to denote the argument variable.
$$ \frac{D^{*a}f(g(x))}{Dx} = a \frac{df(g(x))}{dx}f(g(x))^{a-1} $$
Yielding
$$a \frac{df(g(x))}{dx}f(g(x))^{a-1} = a \frac{dg}{dx} \frac{df(g(x))}{dg(x)} f(g(x))^{a-1} $$
Now using this chain rule its very straightforward to derive the product rules, inverse rules ,etc...
Fun Fact! We can construct some fancy Taylor Series. Suppose we fix a value a.
Then:
$$D^{*a}(1) = 0$$
$$f(x) | D^{*a}f = 1 \rightarrow a \frac{df}{dx} f(x)^{a-1} = 1$$
If $f(x) = Cx^b$ then
$$ a C bx^{b-1} C x^{ab-b} = 1 \rightarrow abC^2 = 1, ab-1 = 0 $$
Let $C = 1$, $b = \frac{1}{a}$
Now we find the next f(x) whose $D^a$ is $x^{\frac{1}{a}}$
$$f(x) | D^{*a}f = 1 \rightarrow a \frac{df}{dx} f(x)^{a-1} = x^{\frac{1}{a}}$$
$$ aCbx^{b-1}Ca^{ab-b} = x^{\frac{1}{a}} \rightarrow ab - b = \frac{1}{a} \rightarrow b = \frac{1}{a(a-1)}, abC^2 = 1 \rightarrow C = \sqrt{a-1}$$
Thus we have taylor polynomial-like terms
$$ 1, x^{\frac{1}{a}}, \sqrt{a-1} x^{\frac{1}{a(a-1)}} ...$$
But unless $a = 1$ you can't just add them together, (the formula doesn't distribute over addition) i'm working on how to determine the operator over which this expression distributes.
That is I'm looking for a function
$$G_a(z_1(x), z_2(x))$$ such that
$$D^{*a}G_a(z_1(x),z_2(x)) = G_a(D^{*a}(z_1(x)), D^{*a}(z_2(x)))$$
One of the key derivations here is that
$$ D^{*a} f = f \rightarrow f = \sqrt[a]{\left(1 - \frac{1}{a}\right)x + C}$$
And if we find the the general $G_a$ then we will have an identity of the form
$$ \sqrt[a]{\left(1 - \frac{1}{a}\right)x + C} = G_a(1, G_a(x^{\frac{1}{a}}), G_a(\sqrt{a-1}x^{\frac{1}{a(a-1)}}, G_a(... )))) $$
Which has base case:
$$ e^x = 1 + x + \frac{1}{2}x^2 ... $$
For $a = 1$