reserve x,A,B,X,X9,Y,Y9,Z,V for set;

theorem
  X c= A & Y c= A implies X \+\ Y c= A
proof
  assume X c= A & Y c= A;
  then X \ Y c= A & Y \ X c= A by Th109;
  hence thesis by Th8;
end;
