let X, Y be non empty set ; :: thesis: for S being SigmaField of X
for T being Function of X,Y
for M being sigma_Measure of S
for f being PartFunc of X,ExtREAL
for g being PartFunc of Y,ExtREAL st T is bijective & g = f * (T ") & f is_simple_func_in S & f is nonnegative holds
integral' ((CopyMeasure (T,M)),g) = integral' (M,f)

let S be SigmaField of X; :: thesis: for T being Function of X,Y
for M being sigma_Measure of S
for f being PartFunc of X,ExtREAL
for g being PartFunc of Y,ExtREAL st T is bijective & g = f * (T ") & f is_simple_func_in S & f is nonnegative holds
integral' ((CopyMeasure (T,M)),g) = integral' (M,f)

let T be Function of X,Y; :: thesis: for M being sigma_Measure of S
for f being PartFunc of X,ExtREAL
for g being PartFunc of Y,ExtREAL st T is bijective & g = f * (T ") & f is_simple_func_in S & f is nonnegative holds
integral' ((CopyMeasure (T,M)),g) = integral' (M,f)

let M be sigma_Measure of S; :: thesis: for f being PartFunc of X,ExtREAL
for g being PartFunc of Y,ExtREAL st T is bijective & g = f * (T ") & f is_simple_func_in S & f is nonnegative holds
integral' ((CopyMeasure (T,M)),g) = integral' (M,f)

let f be PartFunc of X,ExtREAL; :: thesis: for g being PartFunc of Y,ExtREAL st T is bijective & g = f * (T ") & f is_simple_func_in S & f is nonnegative holds
integral' ((CopyMeasure (T,M)),g) = integral' (M,f)

let g be PartFunc of Y,ExtREAL; :: thesis: ( T is bijective & g = f * (T ") & f is_simple_func_in S & f is nonnegative implies integral' ((CopyMeasure (T,M)),g) = integral' (M,f) )
assume that
A1: T is bijective and
A2: g = f * (T ") and
A3: f is_simple_func_in S and
A4: f is nonnegative ; :: thesis: integral' ((CopyMeasure (T,M)),g) = integral' (M,f)
set L = CopyMeasure (T,M);
A5: dom T = X by FUNCT_2:def 1;
A6: dom f c= X ;
g * T = f * ((T ") * T) by A2, RELAT_1:36;
then g * T = f * (id (dom T)) by A1, FUNCT_1:39;
then A7: g * T = f by RELAT_1:51, A5, A6;
per cases ( dom f = {} or dom f <> {} ) ;
end;