let X be set ; :: thesis: for A being Subset of REAL
for f being Function of X,REAL holds (- f) " A = f " (-- A)

let A be Subset of REAL; :: thesis: for f being Function of X,REAL holds (- f) " A = f " (-- A)
let f be Function of X,REAL; :: thesis: (- f) " A = f " (-- A)
now
let x be set ; :: thesis: ( ( x in (- f) " A implies x in f " (-- A) ) & ( x in f " (-- A) implies x in (- f) " A ) )
hereby :: thesis: ( x in f " (-- A) implies x in (- f) " A )
A1: (- f) . x = - (f . x) by VALUED_1:8;
assume A2: x in (- f) " A ; :: thesis: x in f " (-- A)
then (- f) . x in A by FUNCT_2:38;
then - (- (f . x)) in -- A by A1;
hence x in f " (-- A) by A2, FUNCT_2:38; :: thesis: verum
end;
A3: (- f) . x = - (f . x) by VALUED_1:8;
assume A4: x in f " (-- A) ; :: thesis: x in (- f) " A
then f . x in -- A by FUNCT_2:38;
then (- f) . x in -- (-- A) by A3;
hence x in (- f) " A by A4, FUNCT_2:38; :: thesis: verum
end;
hence (- f) " A = f " (-- A) by TARSKI:1; :: thesis: verum