let I be set ; :: thesis: for A, X being ManySortedSet of I st X in A holds
X c= union A

let A, X be ManySortedSet of I; :: thesis: ( X in A implies X c= union A )
assume A1: X in A ; :: thesis: X c= union A
let i be object ; :: according to PBOOLE:def 2 :: thesis: ( not i in I or X . i c= (union A) . i )
assume A2: i in I ; :: thesis: X . i c= (union A) . i
then X . i in A . i by A1;
then X . i c= union (A . i) by ZFMISC_1:74;
hence X . i c= (union A) . i by A2, Def2; :: thesis: verum