theorem Th65:
  A = (A div^ B)*^B+^(A mod^ B)
proof
  (A div^ B)*^B c= A by Th64;
  hence thesis by Def5;
end;
