let x, h be Real; :: thesis: for f being PartFunc of REAL,REAL st x + (h / 2) in dom f & x - (h / 2) in dom f holds
(cD (f,h)) . x = (f . (x + (h / 2))) - (f . (x - (h / 2)))

let f be PartFunc of REAL,REAL; :: thesis: ( x + (h / 2) in dom f & x - (h / 2) in dom f implies (cD (f,h)) . x = (f . (x + (h / 2))) - (f . (x - (h / 2))) )
assume A0: ( x + (h / 2) in dom f & x - (h / 2) in dom f ) ; :: thesis: (cD (f,h)) . x = (f . (x + (h / 2))) - (f . (x - (h / 2)))
A3: dom (Shift (f,(- (h / 2)))) = (- (- (h / 2))) ++ (dom f) by Def1;
a3: dom (Shift (f,(h / 2))) = (- (h / 2)) ++ (dom f) by Def1;
K: ( - (h / 2) in REAL & h / 2 in REAL ) ;
aa: (- (h / 2)) + (x + (h / 2)) in (- (h / 2)) ++ (dom f) by A0, MEASURE6:82;
then a2: (Shift (f,(h / 2))) . x = f . (x + (h / 2)) by Def1;
A4: (h / 2) + (x - (h / 2)) in (- (- (h / 2))) ++ (dom f) by A0, MEASURE6:82;
then A2: (Shift (f,(- (h / 2)))) . x = f . (x + (- (h / 2))) by Def1;
x in (dom (Shift (f,(h / 2)))) /\ (dom (Shift (f,(- (h / 2))))) by XBOOLE_0:def 4, aa, A4, a3, A3;
then x in dom (cD (f,h)) by VALUED_1:12;
hence (cD (f,h)) . x = (f . (x + (h / 2))) - (f . (x - (h / 2))) by A2, a2, VALUED_1:13; :: thesis: verum