Let $f$ be integrable in the regular sense. I want to show that $\int_a^b f(x) dx = lim_{r\rightarrow b^-} \int_a^r f(x) dx$
I thought about implementing each explicitly.
$\int_a^b f(x) dx =(F.T.C) F(b) - F(a)$
$lim_{r\rightarrow b^-} \int_a^r f(x) dx =(F.T.C) lim_{r\rightarrow b^-} F(r)-F(a) = F(b^-) -F(a)$.
Am I done?
Thanks in advance!