- For finding the area under $\operatorname{f}\left(x\right) = x$ from $a$ to $b$,
- if a right Riemann sum is $$ \lim_{n \to \infty} \frac{b - a}{n} \sum_{i = 1}^{n} \operatorname{f}\left(a + i\,\frac{b - a}{n}\right) \quad\mbox{and} $$
- if a left Riemann sum is $$ \lim_{n \to \infty}\frac{b - a}{n} \sum_{i = 0}^{n - 1} \operatorname{f}\left(a + i\,\frac{b - a}{n}\right), $$
then why would they be equal $?$.
Is it because the limits as $n\to \infty$ make it so the summation's indexing doesn't matter when it moves down by one $?$.
Note that the difference between the two sums is $$(b-a)(f(b)-f(a))/n$$ which approaches zero as $n$ goes to infinity.
Thus the two limits are the same provided that they exist.