Let $I=[a,b]$ be closed and bounded and $f:I\rightarrow\mathbb{R}$ be a monotone function show or contradict that $f$ is Riemann integrable.
Any hint are welcome since I have no idea where to start.
Let $I=[a,b]$ be closed and bounded and $f:I\rightarrow\mathbb{R}$ be a monotone function show or contradict that $f$ is Riemann integrable.
Any hint are welcome since I have no idea where to start.
We may assume that $f$ is increasing. Let $\epsilon>0$, and let $a=x_0<x_1<\dots<x_n=b$ be a subdivision of $[a,b]$ with $\max_{1\leq k\leq n}(x_k-x_{k-1})<\delta$ where $\delta>0$ has to be determined. Then the upper sum and the lower sum are $$U=\sum_{k=1}^n f(x_k)(x_{k}-x_{k-1}),\quad\mbox{and}\quad L=\sum_{k=1}^n f(x_{k-1})(x_{k}-x_{k-1}).$$ Now we evaluate the difference: $$U-L=\sum_{k=1}^n (f(x_k)-f(x_{k-1}))(x_{k}-x_{k-1})<\delta\sum_{k=1}^n (f(x_k)-f(x_{k-1}))=\delta(f(b)-f(a))=\epsilon$$ where $\delta:=\epsilon/(f(b)-f(a))$. So $f$ is Riemann integrable over $[a,b]$.