I'm taking my first class on quantum mechanics right now and we've been using various operators throughout it; one operator we derived was the displacement operator, $$e^{a\frac{d}{dx}}f(x)=f(x+a)$$ I was playing around with Riemann sums and the previous identity, and I "derived" a strange formula through analogy:
$$\frac{a}{n}\sum_{i=0}^n{f\left(x+a\frac{i}{n}\right)}=\frac{a}{n}\left[\sum_{i=0}^n{\left(e^{\left(\frac an\right)D}\right)^i}\right]f(x)=\frac{a}{n}\cdot\frac{1-e^{a\frac{n+1}{n}D}}{1-e^{\frac{a}{n}D}}f(x) \longrightarrow \frac{e^{aD}-1}{D}f(x)$$
With the last identity coming from making $n$ very large. I'm wondering if this formula has any merit, or at least if the geometric sum of operator exponentials has any actually closed. Additionally, is there a field of study which deals with these types of formulas?
I dont think this approach is really valid since $\frac{1}{\text{operator}}$ doesn't seem to be anything meaningful innately. But, If $\frac{1}{D} (f)$ is taken to mean computing the antiderivative of $f(x)$, it seems this formula actually would make sense.