$f(x)=1/(x+3)$ over the interval [0,1]
Here the function is a monotone function. So it is Riemann integrable. But is there a way I could prove that the given function is Riemann Integrable. I tried solving the problem by using partitions but I could not prove it.
Hint:
Claim: A continuous function $f: [a,b] \to \mathbb R$ is Riemann integrable.
Proof: Given $\varepsilon > 0$ since $f$ is continuous in a compact, it is also uniformly continuous at $[a,b]$, then there exists $\delta > 0$ such that $x,y \in [a,b]$, $$|y - x| < \delta \implies |f(y) - f(x)| < \frac{\varepsilon}{b-a}$$
Take a partition $P$ of $[a,b]$ on which every interval ahas length $< \delta$. For every interval $[t_{i-1}, t_i]$ there exists $x_i,y_i$ such that $m_i = f(x_i)$ and $M= f(y_i)$, then $\omega = f(y_i) - f(x_i) < \frac{\varepsilon}{b-a}$. It follows that $$\sum \omega_i (t_i - t_{i-1}) < \varepsilon$$