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

theorem
  X \ (X /\ Y) misses Y
proof
  X \ (X /\ Y) = X \ Y by Th47;
  hence thesis by Th79;
end;
