Prove if f is positive and increasing on $[a, b]$ then for all $n\ge 0$ we have $L_n \le A \le R_n$. (Riemann sum)
Let $A$ denote the actual area.
Let $L_n$ denote the left Riemann sum.
Let $R_n$ denote the right Riemann sum.
So far what I did:
$$\int_{a}^{b} f(a) dx \leq \int_{a}^{b} f(x) dx \leq \int_{a}^{b} f(b)$$
But after this I am stuck on the proof?
Just write the definitions
here the $\sup=\limsup$ by monotonicity of $f$.
and if you're not familiar with the $\sup$ notation, then try this
$$L_n =\sum_{i=0}^{n-1}f(x_i){b-a\over n}=\sum_{i=0}^{n-1}\int_{x_i}^{x_{i+1}}f(x_i)\,dx \le \sum_{i=1}^{n-1}\int_{x_i}^{x_{i+1}}f(x)\,dx $$ $$= \int_a^b f(x)\,dx$$ $$=\sum_{i=1}^n\int_{x_{i-1}}^{x_i}f(x)\le \sum_{i=1}^n\int_{x_{i-1}}^{x_i}f(x_i)\,dx =\sum_{i=1}^nf(x_i){b-a\over n}=R_n$$