sbashrawi
- 49
- 0
Homework Statement
I need to proof the change of variable formula for integartion
integration of [g(t)]dt on [a+h, b+h] =integration of g(t+h)dt on [ a, b]
The discussion focuses on proving the change of variable formula for integration, specifically the equality of integrals of a function over shifted intervals. The participants clarify the use of substitution and dummy variables in the context of Riemann and Lebesgue integrals. Key steps include proving the property for simple integrable functions, using limit arguments for positive functions, and establishing the general case. The proof involves demonstrating that the measure of subsets remains invariant under linear shifts, which is critical for validating the integrals involved.
PREREQUISITESMathematics students, particularly those studying real analysis or measure theory, as well as educators seeking to clarify integration concepts and proofs.
sbashrawi said:I know this but the problem is how to prove it.
I proved it in the follwoing way:
let f be simple function on [ a+h, b+h]
f(x) = sum( c_i X(E_i+h))
int f(t) over [a+h, b+h] = sum (c_i * m(E_i + h) = sum (c_i * m(E_i)) = sum (c_i * m( E_i -h))
= int f(t+h) over [a,b].
Am I right?