theorem
  z = <*x0,y0*> & f is_hpartial_differentiable`22_in z implies SVF1(2,
  pdiff1(f,2),z) is_differentiable_in y0
proof
  assume that
A1: z = <*x0,y0*> and
A2: f is_hpartial_differentiable`22_in z;
  consider x1,y1 such that
A3: z = <*x1,y1*> and
A4: ex N being Neighbourhood of y1 st N c= dom SVF1(2,pdiff1(f,2),z) &
ex L,R st for y st y in N holds SVF1(2,pdiff1(f,2),z).y - SVF1(2,pdiff1(f,2),z)
  .y1 = L.(y-y1) + R.(y-y1) by A2;
  y0 = y1 by A1,A3,FINSEQ_1:77;
  hence thesis by A4,FDIFF_1:def 4;
end;
