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