theorem
  u = <*x0,y0,z0*> & f is_partial_differentiable_in u,1 implies
  ex N being Neighbourhood of x0 st N c= dom SVF1(1,f,u) &
  ex L,R st for x st x in N holds
  SVF1(1,f,u).x - SVF1(1,f,u).x0 = L.(x-x0) + R.(x-x0)
proof
    assume that
A1: u = <*x0,y0,z0*> and
A2: f is_partial_differentiable_in u,1;
    consider x1,y1,z1 such that
A3: u = <*x1,y1,z1*> & SVF1(1,f,u) is_differentiable_in x1 by A2,Th7;
    SVF1(1,f,u) is_differentiable_in x0 by A1,A3,FINSEQ_1:78;
    hence thesis by FDIFF_1:def 4;
end;
