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

let x, X be ManySortedSet of ; :: thesis: ( not I is empty & {x} /\ X = [0] I implies not x in X )
assume that
A1: not I is empty and
A2: {x} /\ X = [0] I and
A3: x in X ; :: thesis: contradiction
consider i being set 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 8
.= {} by A2, PBOOLE:5 ;
then {(x . i)} misses X . i by XBOOLE_0:def 7;
then not x . i in X . i by ZFMISC_1:54;
hence contradiction by A3, A4, PBOOLE:def 4; :: thesis: verum