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:16
  I is non empty & {x} (/\) {y} = EmptyMS I implies x <> y
proof
  assume that
A1: I is non empty and
A2: {x} (/\) {y} = EmptyMS I;
  now
    consider i being object such that
A3: i in I by A1,XBOOLE_0:def 1;
    take i;
    {x.i} /\ {y.i} = {x}.i /\ {y.i} by A3,Def1
      .= {x}.i /\ {y}.i by A3,Def1
      .= ({x} (/\) {y}).i by A3,PBOOLE:def 5
      .= {} by A2,PBOOLE:5;
    hence x.i <> y.i;
  end;
  hence thesis;
end;
