let seq be Real_Sequence; :: thesis: for h being PartFunc of REAL,REAL st rng seq c= dom h holds
( abs (h /* seq) = (abs h) /* seq & - (h /* seq) = (- h) /* seq )

let h be PartFunc of REAL,REAL; :: thesis: ( rng seq c= dom h implies ( abs (h /* seq) = (abs h) /* seq & - (h /* seq) = (- h) /* seq ) )
assume A1: rng seq c= dom h ; :: thesis: ( abs (h /* seq) = (abs h) /* seq & - (h /* seq) = (- h) /* seq )
then A2: rng seq c= dom (abs h) by VALUED_1:def 11;
now
let n be Element of NAT ; :: thesis: (abs (h /* seq)) . n = ((abs h) /* seq) . n
thus (abs (h /* seq)) . n = abs ((h /* seq) . n) by SEQ_1:12
.= abs (h . (seq . n)) by A1, FUNCT_2:108
.= (abs h) . (seq . n) by VALUED_1:18
.= ((abs h) /* seq) . n by A2, FUNCT_2:108 ; :: thesis: verum
end;
hence abs (h /* seq) = (abs h) /* seq by FUNCT_2:63; :: thesis: - (h /* seq) = (- h) /* seq
thus - (h /* seq) = (- 1) (#) (h /* seq)
.= ((- 1) (#) h) /* seq by A1, Th24
.= (- h) /* seq ; :: thesis: verum