reserve n,m for Element of NAT;
reserve h,k,r,r1,r2,x,x0,x1,x2,x3 for Real;
reserve f,f1,f2 for Function of REAL,REAL;

theorem Th11:
  bdif(f,h).1 = bD(f,h)
proof
  bdif(f,h).1 = bdif(f,h).(0+1) .=bD(bdif(f,h).0,h) by DIFF_1:def 7
    .= bD(f,h) by DIFF_1:def 7;
  hence thesis;
end;
