theorem Th195:
  e in a**A implies ex c st e = a*c & c in A
proof
  a**A = {a*c: c in A} by Th194;
  hence thesis;
end;
