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