defpred S1[ Element of REAL , set ] means $2 = F1($1);
A1: for x being Element of REAL ex y being Element of REAL st S1[x,y]
proof
let x be Element of REAL ; :: thesis: ex y being Element of REAL st S1[x,y]
reconsider y = F1(x) as Element of REAL by XREAL_0:def 1;
take y ; :: thesis: S1[x,y]
thus S1[x,y] ; :: thesis: verum
end;
consider f being Function of REAL,REAL such that
A2: for x being Element of REAL holds S1[x,f . x] from FUNCT_2:sch 3(A1);
take f ; :: thesis: for x being Real holds f . x = F1(x)
let c be Real; :: thesis: f . c = F1(c)
reconsider c = c as Element of REAL by XREAL_0:def 1;
S1[c,f . c] by A2;
hence f . c = F1(c) ; :: thesis: verum