I was doing some mathematics doodling today and I wrote down
$$\frac{d^{n}}{dx^{n}}x^n = n!.$$
Looking at this made me wonder if when $n = 1/2$, if $D^{1/2}_0\sqrt{x} = \Gamma(1/2)$. Where $D^{1/2}_{0}$ is the Riemann-Liouville derivative with order 1/2 and lower terminal $0$. Indeed, it appears that
$$D^{1/2}_0 \sqrt{x} = \frac{1}{\Gamma(3/2)} \frac{d}{dx}\int_{0}^{x}\frac{\sqrt{t}}{\sqrt{x-t}}dt= \frac{2}{\Gamma(1/2)} \frac{d}{dx} \frac{x\pi}{2} = \sqrt{\pi}$$
as expected. The Wikipedia entry (which I've verified) suggests that "$D^{1/2}_{0}D^{1/2}_{0} = \frac{d}{dx}$", that is, two half derivatives is equivalent to the usual derivative and verifies it in the case of $f(x) = x$ by computing $D_0^{1/2}D_0^{1/2}x = 1$.
However, for a constant $c$,
$$D_0^{1/2}c = \frac{1}{\Gamma(3/2)} \frac{d}{dx} \int_{0}^{x} \frac{c}{\sqrt{x-t}}dt = \frac{1}{\Gamma(3/2)}\frac{d}{dx} 2c\sqrt{x} = \frac{c}{\sqrt{\pi x}}.$$
Now using these facts, I was curious what function satisfied $D_{0}^{1/2}f(x) = 1$ and noticed that
$$D_{0}^{1/2}D_{0}^{1/2}\sqrt{x} = D_{0}^{1/2} \Gamma(1/2) = D_{0}^{1/2}\sqrt{\pi} = \frac{\sqrt{\pi}}{\sqrt{\pi x}} = \frac{1}{\sqrt{x}} \neq \frac{d}{dx}\sqrt{x} =\frac{1}{2\sqrt{x}}.$$
At this point I am confused and I would like to better understand what is going on.
Wikipedia aside, I thought I was 100% certain I remember reading that the primary advantage of using the Riemann-Liouville definition was that the composition of fractional derivative operators "added up" in the way you would like, but this seems to contradict this. If it doesn't, then what was the purpose of Wikipedia's repeated half differentiation of $x$?
I think I must have made a simple arithmetic error, but I cannot find where the missing factor of 2 would come from to fix this.