theorem
  a <> 0 & a///A = a///B implies A = B
proof
  assume a <> 0 & a///A = a///B;
  then A c= B & B c= A by Th216;
  hence thesis;
end;
