theorem
  (a-b)**A c= a**A -- b**A
proof
  {a}--{b} = {a-b} by Th75;
  hence thesis by Th96;
end;
