let h be Real; for f being Function of REAL,REAL
for n being Nat holds (cdif (f,h)) . n is Function of REAL,REAL
let f be Function of REAL,REAL; for n being Nat holds (cdif (f,h)) . n is Function of REAL,REAL
defpred S1[ Nat] means (cdif (f,h)) . $1 is Function of REAL,REAL;
A1:
for k being Nat st S1[k] holds
S1[k + 1]
A2:
S1[ 0 ]
by Def8;
for n being Nat holds S1[n]
from NAT_1:sch 2(A2, A1);
hence
for n being Nat holds (cdif (f,h)) . n is Function of REAL,REAL
; verum