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