let X, Y be non empty set ; 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; 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; 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; 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; 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; ( 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
; 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 <> {} )
;
suppose A9:
dom f <> {}
;
integral' ((CopyMeasure (T,M)),g) = integral' (M,f)then
ex
x being
object st
x in dom f
by XBOOLE_0:def 1;
then
dom g <> {}
by A7, FUNCT_1:11;
then
integral' (
(CopyMeasure (T,M)),
g)
= integral (
(CopyMeasure (T,M)),
g)
by MESFUNC5:def 14;
then
integral' (
(CopyMeasure (T,M)),
g)
= integral (
M,
f)
by A1, A2, A3, A4, Th25;
hence
integral' (
(CopyMeasure (T,M)),
g)
= integral' (
M,
f)
by MESFUNC5:def 14, A9;
verum end; end;