theorem
  x <> y implies [:{x},X:] misses [:{y},Y:] & [:X,{x}:] misses [:Y,{y}:]
proof
  assume x<>y;
  then {x} misses {y} by Th11;
  hence thesis by Th103;
end;
