let X, Y be non empty set ; for T being Function of X,Y
for f being PartFunc of X,ExtREAL
for g being PartFunc of Y,ExtREAL st T is bijective & g = f * (T ") holds
( f is nonnegative iff g is nonnegative )
let T be Function of X,Y; for f being PartFunc of X,ExtREAL
for g being PartFunc of Y,ExtREAL st T is bijective & g = f * (T ") holds
( f is nonnegative iff g is nonnegative )
let f be PartFunc of X,ExtREAL; for g being PartFunc of Y,ExtREAL st T is bijective & g = f * (T ") holds
( f is nonnegative iff g is nonnegative )
let g be PartFunc of Y,ExtREAL; ( T is bijective & g = f * (T ") implies ( f is nonnegative iff g is nonnegative ) )
assume A1:
( T is bijective & g = f * (T ") )
; ( f is nonnegative iff g is nonnegative )
A2:
dom T = X
by FUNCT_2:def 1;
A3:
dom f c= X
;
g * T = f * ((T ") * T)
by A1, RELAT_1:36;
then
g * T = f * (id (dom T))
by FUNCT_1:39, A1;
then A4:
g * T = f
by RELAT_1:51, A2, A3;
assume A8:
g is nonnegative
; f is nonnegative
then
rng f is nonnegative
;
hence
f is nonnegative
; verum