I have to solve the following problem:
Let $a,b\in\mathbb R$, $a<b$ and $h:[a,b]\rightarrow\mathbb R$ Riemann-integrable. Define $H:[a,b]\rightarrow\mathbb R$ by $H(x):=\int_a^xh(t)dt$. Prove that $H$ is Lipschitz continuous.
First of all, what does it mean for a function to be Riemann integrable? Does that mean it is Riemann integrable over every closed subinterval of its domain?
Second, I have no idea at all how I could approach this problem. Could anyone give a hint or explanation on how to solve this?
hint
$h $ integrable at $[a,b] \implies $
$h $ is bounded at $[a,b] \implies$
$ \exists M\in \mathbb R\; \ : \;\ \forall t\in [a,b] \; |h (t)| \le M $
$\implies \forall ( x,y)\in [a,b]^2 : y <x$
$ |H (x)-H (y)|=|\int_y^xh (t)|\le \int_y^x|h (t)|dt\le \int_y^xMdt =M (x-y)=M|x-y|.$