let I be set ; for x, y, X being ManySortedSet of I st not I is empty & {x,y} (\) X = {x} holds
not x in X
let x, y, X be ManySortedSet of I; ( not I is empty & {x,y} (\) X = {x} implies not x in X )
assume that
A1:
not I is empty
and
A2:
{x,y} (\) X = {x}
; not x in 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
not x in X
by A3; verum