theorem Th63:
  L1 misses L2 implies ex x st x in L1 & not x in L2
proof
  assume
A1: L1 misses L2;
  consider x such that
A2: x in L1 by Th52;
  take x;
  thus thesis by A1,A2,Th49;
end;
