let h, x be Real; for f being Function of REAL,REAL holds (cD ((fD (f,h)),h)) . x = ((fD (f,h)) . (x + (h / 2))) - ((cD (f,h)) . x)
let f be Function of REAL,REAL; (cD ((fD (f,h)),h)) . x = ((fD (f,h)) . (x + (h / 2))) - ((cD (f,h)) . x)
(cD ((fD (f,h)),h)) . x =
((fD (f,h)) . (x + (h / 2))) - ((fD (f,h)) . (x - (h / 2)))
by DIFF_1:5
.=
((fD (f,h)) . (x + (h / 2))) - ((f . ((x - (h / 2)) + h)) - (f . (x - (h / 2))))
by DIFF_1:3
.=
((fD (f,h)) . (x + (h / 2))) - ((cD (f,h)) . x)
by DIFF_1:5
;
hence
(cD ((fD (f,h)),h)) . x = ((fD (f,h)) . (x + (h / 2))) - ((cD (f,h)) . x)
; verum