let I be set ; :: thesis: for x, X being ManySortedSet of I st not I is empty holds
{x} (\/) X <> EmptyMS I

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