theorem Th3:
  fD(f,h)/.x = f/.(x+h) - f/.x
proof
  dom f = the carrier of V by FUNCT_2:def 1;
  hence fD(f,h)/.x = f/.(x+h) - f/.x by Th01;
end;
