let F, G be Field; :: thesis: for V being VectSp of F
for W being VectSp of G
for f being Function of V,W
for h being Element of V
for n being Nat st f is constant holds
for x being Element of V holds ((cdif (f,h)) . (n + 1)) /. x = 0. W

let V be VectSp of F; :: thesis: for W being VectSp of G
for f being Function of V,W
for h being Element of V
for n being Nat st f is constant holds
for x being Element of V holds ((cdif (f,h)) . (n + 1)) /. x = 0. W

let W be VectSp of G; :: thesis: for f being Function of V,W
for h being Element of V
for n being Nat st f is constant holds
for x being Element of V holds ((cdif (f,h)) . (n + 1)) /. x = 0. W

let f be Function of V,W; :: thesis: for h being Element of V
for n being Nat st f is constant holds
for x being Element of V holds ((cdif (f,h)) . (n + 1)) /. x = 0. W

let h be Element of V; :: thesis: for n being Nat st f is constant holds
for x being Element of V holds ((cdif (f,h)) . (n + 1)) /. x = 0. W

let n be Nat; :: thesis: ( f is constant implies for x being Element of V holds ((cdif (f,h)) . (n + 1)) /. x = 0. W )
defpred S1[ Nat] means for x being Element of V holds ((cdif (f,h)) . ($1 + 1)) /. x = 0. W;
assume A1: f is constant ; :: thesis: for x being Element of V holds ((cdif (f,h)) . (n + 1)) /. x = 0. W
A2: for x being Element of V holds (f /. (x + (((2 * (1. F)) ") * h))) - (f /. (x - (((2 * (1. F)) ") * h))) = 0. W
proof
let x be Element of V; :: thesis: (f /. (x + (((2 * (1. F)) ") * h))) - (f /. (x - (((2 * (1. F)) ") * h))) = 0. W
x - (((2 * (1. F)) ") * h) in the carrier of V ;
then A3: x - (((2 * (1. F)) ") * h) in dom f by FUNCT_2:def 1;
x + (((2 * (1. F)) ") * h) in the carrier of V ;
then x + (((2 * (1. F)) ") * h) in dom f by FUNCT_2:def 1;
then f /. (x + (((2 * (1. F)) ") * h)) = f /. (x - (((2 * (1. F)) ") * h)) by A1, A3, FUNCT_1:def 10;
hence (f /. (x + (((2 * (1. F)) ") * h))) - (f /. (x - (((2 * (1. F)) ") * h))) = 0. W by RLVECT_1:15; :: thesis: verum
end;
A4: S1[ 0 ]
proof
let x be Element of V; :: thesis: ((cdif (f,h)) . (0 + 1)) /. x = 0. W
thus ((cdif (f,h)) . (0 + 1)) /. x = (cD (((cdif (f,h)) . 0),h)) /. x by Def8
.= (cD (f,h)) /. x by Def8
.= (f /. (x + (((2 * (1. F)) ") * h))) - (f /. (x - (((2 * (1. F)) ") * h))) by Th5
.= 0. W by A2 ; :: thesis: verum
end;
A5: for k being Nat st S1[k] holds
S1[k + 1]
proof
let k be Nat; :: thesis: ( S1[k] implies S1[k + 1] )
assume A6: for x being Element of V holds ((cdif (f,h)) . (k + 1)) /. x = 0. W ; :: thesis: S1[k + 1]
let x be Element of V; :: thesis: ((cdif (f,h)) . ((k + 1) + 1)) /. x = 0. W
A8: (cdif (f,h)) . (k + 1) is Function of V,W 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 + (((2 * (1. F)) ") * h))) - (((cdif (f,h)) . (k + 1)) /. (x - (((2 * (1. F)) ") * h))) by A8, Th5
.= (((cdif (f,h)) . (k + 1)) /. (x + (((2 * (1. F)) ") * h))) - (0. W) by A6
.= ((cdif (f,h)) . (k + 1)) /. (x + (((2 * (1. F)) ") * h)) by RLVECT_1:13
.= 0. W by A6 ;
hence ((cdif (f,h)) . ((k + 1) + 1)) /. x = 0. W ; :: thesis: verum
end;
for n being Nat holds S1[n] from NAT_1:sch 2(A4, A5);
hence for x being Element of V holds ((cdif (f,h)) . (n + 1)) /. x = 0. W ; :: thesis: verum