theorem Th143:
  e in a++A implies ex c st e = a+c & c in A
proof
  a++A = {a+c: c in A} by Th142;
  hence thesis;
end;
