reserve i for object, I for set,
  f for Function,
  x, x1, x2, y, A, B, X, Y, Z for ManySortedSet of I;

theorem     :: ZFMISC_1:70
  I is non empty & {x,y} (\) X = {x} implies not x in X
proof
  assume that
A1: I is non empty and
A2: {x,y} (\) X = {x};
  consider i being object such that
A3: i in I by A1,XBOOLE_0:def 1;
  {x.i,y.i} \ X.i = {x,y}.i \ X.i by A3,Def2
    .= ({x,y} (\) X).i by A3,PBOOLE:def 6
    .= {x.i} by A2,A3,Def1;
  then not x.i in X.i by ZFMISC_1:62;
  hence thesis by A3;
end;
