let a, b, c, h be Real; :: thesis: for f being Function of REAL ,REAL st ( for x being Real holds f . x = ((a * (x ^2 )) + (b * x)) + c ) holds
for x being Real holds (bD f,h) . x = ((((2 * a) * h) * x) - (a * (h ^2 ))) + (b * h)
let f be Function of REAL ,REAL ; :: thesis: ( ( for x being Real holds f . x = ((a * (x ^2 )) + (b * x)) + c ) implies for x being Real holds (bD f,h) . x = ((((2 * a) * h) * x) - (a * (h ^2 ))) + (b * h) )
assume A1:
for x being Real holds f . x = ((a * (x ^2 )) + (b * x)) + c
; :: thesis: for x being Real holds (bD f,h) . x = ((((2 * a) * h) * x) - (a * (h ^2 ))) + (b * h)
let x be Real; :: thesis: (bD f,h) . x = ((((2 * a) * h) * x) - (a * (h ^2 ))) + (b * h)
(bD f,h) . x =
(f . x) - (f . (x - h))
by DIFF_1:4
.=
(((a * (x ^2 )) + (b * x)) + c) - (f . (x - h))
by A1
.=
(((a * (x ^2 )) + (b * x)) + c) - (((a * ((x - h) ^2 )) + (b * (x - h))) + c)
by A1
.=
((((2 * a) * h) * x) - (a * (h ^2 ))) + (b * h)
;
hence
(bD f,h) . x = ((((2 * a) * h) * x) - (a * (h ^2 ))) + (b * h)
; :: thesis: verum