let X, Y be RealNormSpace; for x being Point of X
for f being Lipschitzian LinearOperator of X,Y holds
( f is_differentiable_in x & f = diff (f,x) )
let x be Point of X; for f being Lipschitzian LinearOperator of X,Y holds
( f is_differentiable_in x & f = diff (f,x) )
let f be Lipschitzian LinearOperator of X,Y; ( f is_differentiable_in x & f = diff (f,x) )
set CX = [#] X;
A1:
[#] X = dom f
by FUNCT_2:def 1;
reconsider g = the carrier of X --> (0. Y) as PartFunc of X,Y ;
reconsider f0 = f as Element of BoundedLinearOperators (X,Y) by LOPBAN_1:def 9;
A2:
dom g = the carrier of X
;
A3:
for h being 0. X -convergent sequence of X st h is non-zero holds
( (||.h.|| ") (#) (g /* h) is convergent & lim ((||.h.|| ") (#) (g /* h)) = 0. Y )
reconsider g = g as RestFunc of X,Y by A3, NDIFF_1:def 5;
ex g being Real st
( 0 < g & { y where y is Point of X : ||.(y - x).|| < g } c= [#] X )
by NDIFF_1:3;
then reconsider CX = [#] X as Neighbourhood of x by NFCONT_1:def 1;
A9:
for x0 being Point of X st x0 in CX holds
(f /. x0) - (f /. x) = (f0 . (x0 - x)) + (g /. (x0 - x))
hence
f is_differentiable_in x
by A1; f = diff (f,x)
hence
diff (f,x) = f
by A1, A9, NDIFF_1:def 7; verum