theorem
  for f being Function, A,B being set st A misses B holds f"A misses f"B
proof
  let f be Function, A,B be set;
  assume A misses B;
  then A /\ B = {};
  then {} = f"(A /\ B)
    .= f"A /\ f"B by Th67;
  hence thesis;
end;
