let n be Element of NAT ; :: thesis: for r, h, x being Real
for f1, f2 being Function of REAL,REAL holds ((fdif ((f1 + (r (#) f2)),h)) . (n + 1)) . x = (((fdif (f1,h)) . (n + 1)) . x) + (r * (((fdif (f2,h)) . (n + 1)) . x))

let r, h, x be Real; :: thesis: for f1, f2 being Function of REAL,REAL holds ((fdif ((f1 + (r (#) f2)),h)) . (n + 1)) . x = (((fdif (f1,h)) . (n + 1)) . x) + (r * (((fdif (f2,h)) . (n + 1)) . x))
let f1, f2 be Function of REAL,REAL; :: thesis: ((fdif ((f1 + (r (#) f2)),h)) . (n + 1)) . x = (((fdif (f1,h)) . (n + 1)) . x) + (r * (((fdif (f2,h)) . (n + 1)) . x))
set g = r (#) f2;
((fdif ((f1 + (r (#) f2)),h)) . (n + 1)) . x = (((fdif (f1,h)) . (n + 1)) . x) + (((fdif ((r (#) f2),h)) . (n + 1)) . x) by DIFF_1:8
.= (((fdif (f1,h)) . (n + 1)) . x) + (r * (((fdif (f2,h)) . (n + 1)) . x)) by DIFF_1:7 ;
hence ((fdif ((f1 + (r (#) f2)),h)) . (n + 1)) . x = (((fdif (f1,h)) . (n + 1)) . x) + (r * (((fdif (f2,h)) . (n + 1)) . x)) ; :: thesis: verum