a) Divide a interval $[a,b]$ into $n$ equal subintervals.
- here I'm thinking $P_{n} =(x_0,x_1,x_2,x_3,x_{n-1}, x_n)$ where $a = x_0 < x_1 < x_2 < x_3 <\dots< x_{n-1} < x_n = b$
b) make an expression for the lower Riemann sum $L(f,P_{n})$ and the upper $U(f,P_{n})$.
- here I also got an idea, what to do. The hardest part is the last 4 assignments:
c) show that $U(f,P_n) - L(f,P_n) = \frac{(b-a)(f(b)-f(a))}{n}$
d) show that for a given $\epsilon>0$ calculate a $n'$ so that $U(f,P_{n'}) - L(f,P_{n'}) < \epsilon$
e) use the result from d) to show that there is only one number $I$ which obeys $U(f,P_n) ≥ I ≥ L(f,P_n) \quad\forall n \in \mathbb{N}$
f) Show that $f(x)$ is integrable on $[a,b]$
Where do you use that $f$ is continuous (if you demand this at all)?
I don't know what to do what the last 4 assigments.
Kind regards Jones