theorem Th215:
  e in a///A implies ex c st e = a/c & c in A
proof
  a///A = {a/c: c in A} by Th214;
  hence thesis;
end;
