theorem
  x in X \+\ Y iff not (x in X iff x in Y)
proof
  x in X \+\ Y iff x in X \ Y or x in Y \ X by Def3;
  hence thesis by Def5;
end;
