theorem
  A` = B` implies A = B
proof
  assume A` = B`;
  hence A = B`` .= B;
end;
