let I be set ; :: thesis: for x, X being ManySortedSet of I st not I is empty & {x} (\) X = {x} holds
not x in X

let x, X be ManySortedSet of I; :: thesis: ( not I is empty & {x} (\) X = {x} implies not x in X )
assume that
A1: not I is empty and
A2: {x} (\) X = {x} and
A3: x in X ; :: thesis: contradiction
consider i being object such that
A4: i in I by A1, XBOOLE_0:def 1;
{(x . i)} \ (X . i) = ({x} . i) \ (X . i) by A4, Def1
.= ({x} (\) X) . i by A4, PBOOLE:def 6
.= {(x . i)} by A2, A4, Def1 ;
then not x . i in X . i by ZFMISC_1:59;
hence contradiction by A3, A4; :: thesis: verum