consider F being PartFunc of C,the carrier of V such that
A3: for c being Element of C holds
( c in dom F iff S1[c] ) and
A4: for c being Element of C st c in dom F holds
F /. c = H2(c) from PARTFUN2:sch 2();
take F ; :: thesis: ( dom F = dom f & ( for c being Element of C st c in dom F holds
F /. c = - (f /. c) ) )

thus dom f = dom F by A3, SUBSET_1:8; :: thesis: for c being Element of C st c in dom F holds
F /. c = - (f /. c)

let c be Element of C; :: thesis: ( c in dom F implies F /. c = - (f /. c) )
assume c in dom F ; :: thesis: F /. c = - (f /. c)
hence F /. c = - (f /. c) by A4; :: thesis: verum