let C be non empty set ; :: thesis: for V being RealNormSpace
for f being PartFunc of C,V holds - f = (- 1) (#) f

let V be RealNormSpace; :: thesis: for f being PartFunc of C,V holds - f = (- 1) (#) f
let f be PartFunc of C,V; :: thesis: - f = (- 1) (#) f
A1: dom (- f) = dom f by Def6
.= dom ((- 1) (#) f) by Def4 ;
now
let c be Element of C; :: thesis: ( c in dom ((- 1) (#) f) implies (- f) /. c = ((- 1) (#) f) /. c )
assume A2: c in dom ((- 1) (#) f) ; :: thesis: (- f) /. c = ((- 1) (#) f) /. c
hence (- f) /. c = - (f /. c) by A1, Def6
.= (- 1) * (f /. c) by RLVECT_1:16
.= ((- 1) (#) f) /. c by A2, Def4 ;
:: thesis: verum
end;
hence - f = (- 1) (#) f by A1, PARTFUN2:1; :: thesis: verum