let F, G be Field; 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 ((bdif (f,h)) . (n + 1)) /. x = 0. W
let V be 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 ((bdif (f,h)) . (n + 1)) /. x = 0. W
let W be 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 ((bdif (f,h)) . (n + 1)) /. x = 0. W
let f be 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 ((bdif (f,h)) . (n + 1)) /. x = 0. W
let h be Element of V; for n being Nat st f is constant holds
for x being Element of V holds ((bdif (f,h)) . (n + 1)) /. x = 0. W
let n be Nat; ( f is constant implies for x being Element of V holds ((bdif (f,h)) . (n + 1)) /. x = 0. W )
assume A1:
f is constant
; for x being Element of V holds ((bdif (f,h)) . (n + 1)) /. x = 0. W
A2:
for x being Element of V holds (f /. x) - (f /. (x - h)) = 0. W
for x being Element of V holds ((bdif (f,h)) . (n + 1)) /. x = 0. W
proof
defpred S1[
Nat]
means for
x being
Element of
V holds
((bdif (f,h)) . ($1 + 1)) /. x = 0. W;
A4:
for
k being
Nat st
S1[
k] holds
S1[
k + 1]
proof
let k be
Nat;
( S1[k] implies S1[k + 1] )
assume A5:
for
x being
Element of
V holds
((bdif (f,h)) . (k + 1)) /. x = 0. W
;
S1[k + 1]
let x be
Element of
V;
((bdif (f,h)) . ((k + 1) + 1)) /. x = 0. W
A6:
((bdif (f,h)) . (k + 1)) /. (x - h) = 0. W
by A5;
A7:
(bdif (f,h)) . (k + 1) is
Function of
V,
W
by Th12;
((bdif (f,h)) . (k + 2)) /. x =
((bdif (f,h)) . ((k + 1) + 1)) /. x
.=
(bD (((bdif (f,h)) . (k + 1)),h)) /. x
by Def7
.=
(((bdif (f,h)) . (k + 1)) /. x) - (((bdif (f,h)) . (k + 1)) /. (x - h))
by A7, Th4
.=
(0. W) - (0. W)
by A5, A6
.=
0. W
by RLVECT_1:15
;
hence
((bdif (f,h)) . ((k + 1) + 1)) /. x = 0. W
;
verum
end;
A8:
S1[
0 ]
for
n being
Nat holds
S1[
n]
from NAT_1:sch 2(A8, A4);
hence
for
x being
Element of
V holds
((bdif (f,h)) . (n + 1)) /. x = 0. W
;
verum
end;
hence
for x being Element of V holds ((bdif (f,h)) . (n + 1)) /. x = 0. W
; verum