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