theorem Th96:
  A**(B--C) c= A**B -- A**C
proof
  A**(B++--C) c= A**B++A**--C by Th95;
  hence thesis by Th94;
end;
