I'm trying to self study a bit of rigorous calculus before starting university and I would love some help with this problem.
Prove that $\int_{ca}^{cb} f(x)dx=c\int_{a}^{b}f(cx)dx$
Thank you!
As someone said, by the situation of this problem on the book, it should be proven with Riemann Sums, thanks for the help anyway!
As requested in the comments, I post my approach.
We define the partition of [a,b] as P={$t_0,t_1, ...,t_n$}
We know that when n goes to infinity and the limit of $t_i-t_{i-1}$ goes to $0$ the Lower and Upper sums converge to the integral of the function (assuming necessary conditions)
Then, we take $L(f,P)=\sum_{i=1}^{n}f(t_{i-1})(t_i-t_{i-1})$ as $\int_a^bf(x)$
Now we define $L(f,P)'=\sum_{i=1}^{n}f(c*t_{i-1})(t_i-t_{i-1})$ that would be equal
to $\int_a^bf(cx)$
and $P'=${$ct_o,ct_1,....,ct_n$} the partition of the interval [ca,cb]
As done before, we take
$L(f,P')''=\sum_{i=1}^{n}f(c*t_{i-1})(c*t_i-c*t_{i-1})=\int_{ca}^{cb}f(x)dx=$
$=c*\sum_{i=1}^{n}f(c*t_{i-1})(t_i-t_{i-1})$
$=c*L'=c*\int_{a}^{b}f(cx)dx$
I hope you can check that and correct me if im wrong.
Thanks for your attention and help.
Here it comes what I expect to be the last try.
Lets define all the things we are going to use in the proof.
The partitions we are going to use are (as before).
$P=${$t_0,t_1, ...,t_n$} (partition of [a,b]) and $P'=$ {$ct_o,ct_1,....,ct_n$} (partition of [ca,cb])
As recommended in the comments, lets define $g(x)=cf(cx)$
Lets call $M_i$ the maximum of $g(x)$ in the interval [$t_{i-1},t_i$] and $m_i$ the minimum in the
same interval.
$L(g,P)=\sum_{i=1}^n m_{i-1} (t_i-t_{i-1})<\int_a^bg(x)dx$
$L(f,P')=\sum_{i=1}^n m_{i-1}'(ct_i-ct_{i-1})<\int_{ca}^{cb}f(x)dx$
As we are integrating in the interval [ca,cb] and $f(cx)=g(x)/c$ the minimums of the function $f$
can be expressed as $m_{i-1}/c$ then:
$L(f,P')=\sum_{i=1}^n m_{i-1}/c*(ct_i-ct_{i-1})=\sum_{i=1}^n m_{i-1}(t_i-t_{i-1})=L(g,P)<\int_a^bg(x)$
Doing the same substitution with the maximums we get from:
$U(g,P)=\sum_{i-1}^n M_{i-1}(t_i-t_{i-1})>\int_a^b(g(x)dx$
$U(f,P')=\sum_{i-1}^n M_{i-1}'(ct_i-ct_{i-1})=\sum_{i-1}^n M_{i-1}(t_i-t_{i-1})=U(g,P)$
By definition: $L(g,P)<\int_a^bf(x)dx<U(g,P)$ and only $\int_a^bf(x)dx$ satisfy this inequality
So after showing that the lower and uppers sums are equal, we conclude that
$\int_{ca}^{cb}f(x)dx=\int_{a}^{b}g(x)dx$
So we get
$\int_{ca}^{cb} f(x)dx=c\int_{a}^{b}f(cx)dx$