let h be Real; :: thesis: for f being Function of REAL ,REAL
for n being Element of NAT holds (fdif f,h) . n is Function of REAL ,REAL

let f be Function of REAL ,REAL ; :: thesis: for n being Element of NAT holds (fdif f,h) . n is Function of REAL ,REAL
defpred S1[ Element of NAT ] means (fdif f,h) . $1 is Function of REAL ,REAL ;
A1: S1[ 0 ] by Def6;
A2: for k being Element of NAT st S1[k] holds
S1[k + 1]
proof
let k be Element of NAT ; :: thesis: ( S1[k] implies S1[k + 1] )
assume (fdif f,h) . k is Function of REAL ,REAL ; :: thesis: S1[k + 1]
then fD ((fdif f,h) . k),h is Function of REAL ,REAL by Lm1;
hence S1[k + 1] by Def6; :: thesis: verum
end;
for n being Element of NAT holds S1[n] from NAT_1:sch 1(A1, A2);
hence for n being Element of NAT holds (fdif f,h) . n is Function of REAL ,REAL ; :: thesis: verum