theorem
  A"" = B"" implies A = B
proof
  assume A"" = B"";
  then A c= B & B c= A by Th30;
  hence thesis;
end;
