theorem
  A--(B--C) = A--B++C
proof
  thus A--(B--C) = A++((--B)++C) by Th71
    .= A--B++C by Th50;
end;
