theorem
  A+^B in C implies B in C-^A
proof
A1: A+^B-^A = B by Th52;
  A c= A+^B by Th24;
  hence thesis by A1,Th53;
end;
