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

theorem
  Y misses Z implies X /\ Y misses X /\ Z
proof
  assume Y misses Z;
  then (X /\ Z) misses Y by Th74;
  hence thesis by Th74;
end;
