let C be non empty set ; :: thesis: for f being PartFunc of C,COMPLEX holds
( |.f.| " {0} = f " {0} & (- f) " {0} = f " {0} )

let f be PartFunc of C,COMPLEX; :: thesis: ( |.f.| " {0} = f " {0} & (- f) " {0} = f " {0} )
A1: dom |.f.| = dom f by VALUED_1:def 11;
now :: thesis: for c being Element of C holds
( ( c in |.f.| " {0} implies c in f " {0c} ) & ( c in f " {0c} implies c in |.f.| " {0} ) )
end;
hence |.f.| " {0} = f " {0} by SUBSET_1:3; :: thesis: (- f) " {0} = f " {0}
now :: thesis: for c being Element of C holds
( ( c in (- f) " {0c} implies c in f " {0c} ) & ( c in f " {0c} implies c in (- f) " {0c} ) )
let c be Element of C; :: thesis: ( ( c in (- f) " {0c} implies c in f " {0c} ) & ( c in f " {0c} implies c in (- f) " {0c} ) )
thus ( c in (- f) " {0c} implies c in f " {0c} ) :: thesis: ( c in f " {0c} implies c in (- f) " {0c} )
proof end;
assume A12: c in f " {0c} ; :: thesis: c in (- f) " {0c}
then f /. c in {0c} by PARTFUN2:26;
then A13: f /. c = 0c by TARSKI:def 1;
A14: c in dom f by A12, PARTFUN2:26;
then c in dom (- f) by Th5;
then (- f) /. c = - 0c by A13, Th5;
then A15: (- f) /. c in {0c} by TARSKI:def 1;
c in dom (- f) by A14, Th5;
hence c in (- f) " {0c} by A15, PARTFUN2:26; :: thesis: verum
end;
hence (- f) " {0} = f " {0} by SUBSET_1:3; :: thesis: verum