theorem Th162:
  e in a--A implies ex c st e = a-c & c in A
proof
  a--A = {a-c: c in A} by Th161;
  hence thesis;
end;
