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

let X, x be ManySortedSet of ; :: 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
A4: now
let i be set ; :: thesis: ( i in I implies (X . i) \ {(x . i)} = X . i )
assume A5: i in I ; :: thesis: (X . i) \ {(x . i)} = X . i
hence (X . i) \ {(x . i)} = (X . i) \ ({x} . i) by Def1
.= X . i by A2, A5, PBOOLE:def 9 ;
:: thesis: verum
end;
now
consider i being set such that
A6: i in I by A1, XBOOLE_0:def 1;
take i = i; :: thesis: ( i in I & not x . i in X . i )
thus i in I by A6; :: thesis: not x . i in X . i
(X . i) \ {(x . i)} = X . i by A4, A6;
hence not x . i in X . i by ZFMISC_1:65; :: thesis: verum
end;
hence contradiction by A3, PBOOLE:def 4; :: thesis: verum