theorem
  bD(f,h).x = f.x - Shift(f,-h).x
proof
  bD(f,h).x = (bdif(f,h).1).x by DIFF_3:11
    .= f.x - Shift(f,-h).x by DIFF_1:18;
  hence thesis;
end;
