theorem
  X (\) Y = Y (\) X implies X = Y
proof
  assume X (\) Y = Y (\) X;
  hence X = Y (\) X (\/) Y (/\) X by Th65
    .= Y by Th65;
end;
