theorem Th26:
  x c= b implies x is Element of DISJOINT_PAIRS X
proof
  assume
A1: x`1 c= b`1 & x`2 c= b`2;
  b`1 misses b`2 by Th23;
  then x`1 misses x`2 by A1,XBOOLE_1:64;
  hence thesis by Th23;
end;
