let n be Element of NAT ; :: thesis: for h being Real
for f being Function of REAL ,REAL st f is constant holds
for x being Real holds ((cdif f,h) . (n + 1)) . x = 0
let h be Real; :: thesis: for f being Function of REAL ,REAL st f is constant holds
for x being Real holds ((cdif f,h) . (n + 1)) . x = 0
let f be Function of REAL ,REAL ; :: thesis: ( f is constant implies for x being Real holds ((cdif f,h) . (n + 1)) . x = 0 )
assume A1:
f is constant
; :: thesis: for x being Real holds ((cdif f,h) . (n + 1)) . x = 0
A2:
for x being Real holds (f . (x + (h / 2))) - (f . (x - (h / 2))) = 0
defpred S1[ Element of NAT ] means for x being Real holds ((cdif f,h) . ($1 + 1)) . x = 0 ;
A5:
S1[ 0 ]
A6:
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 A7:
for
x being
Real holds
((cdif f,h) . (k + 1)) . x = 0
;
:: thesis: S1[k + 1]
let x be
Real;
:: thesis: ((cdif f,h) . ((k + 1) + 1)) . x = 0
A8:
((cdif f,h) . (k + 1)) . (x - (h / 2)) = 0
by A7;
A9:
(cdif f,h) . (k + 1) is
Function of
REAL ,
REAL
by Th19;
((cdif f,h) . (k + 2)) . x =
((cdif f,h) . ((k + 1) + 1)) . x
.=
(cD ((cdif f,h) . (k + 1)),h) . x
by Def8
.=
(((cdif f,h) . (k + 1)) . (x + (h / 2))) - (((cdif f,h) . (k + 1)) . (x - (h / 2)))
by A9, Th5
.=
0
by A7, A8
;
hence
((cdif f,h) . ((k + 1) + 1)) . x = 0
;
:: thesis: verum
end;
for n being Element of NAT holds S1[n]
from NAT_1:sch 1(A5, A6);
hence
for x being Real holds ((cdif f,h) . (n + 1)) . x = 0
; :: thesis: verum