Suppose I have a function f, that differs from another function g by exactly one point, let's say at c.
I know that I can conclude that f is Riemann integrable on [a,b] if g is on the same interval. Now, my question is : so we have c in [a,b] and we know that the Riemann integral of g on our interval is 0, can I conclude the same thing for f ?
I know other ways to work with Riemann integrability such as the squeeze theorem, but I want to know if this would be a valid shortcut in our situation.
Thanks !
Yes. If $f$ and $g$ differ only on a set of measure $0$, which any finite set is, then $\int fdx=\int gdx$. Since $f$ and $g$ differ only at a single point $c$ in your example, the upper and lower sums of $f$ and $g$ will be the same and so their integral will be the same if $g$ is Riemann integrable.
More detailed version: Let $g$ be a Riemann integrable function on $[a,b]$ and let $f$ be a function defined on $[a,b]$ with $g(x)=f(x)\quad \forall x\in[a,c)\cup(c,b]$. Since $g$ is Riemann integrable, $U(g)=L(g)=\int_a^b g(x)dx$ is defined. Since $f$ and $g$ differ only at a single point, $U(g)=U(f)=L(g)=L(f)$. Thus, $\int_a^b f(x)dx=U(f)=U(g)=\int_a^bg(x)dx$. So $f$ is Riemann integrable and $\int_a^bf(x)dx=\int_a^bg(x)dx$.