let I be set ; :: thesis: for x, y, X being ManySortedSet of holds
( {x,y} \ X = [0] I iff ( x in X & y in X ) )
let x, y, X be ManySortedSet of ; :: thesis: ( {x,y} \ X = [0] I iff ( x in X & y in X ) )
thus
( {x,y} \ X = [0] I implies ( x in X & y in X ) )
:: thesis: ( x in X & y in X implies {x,y} \ X = [0] I )
assume that
A4:
x in X
and
A5:
y in X
; :: thesis: {x,y} \ X = [0] I
now let i be
set ;
:: thesis: ( i in I implies ({x,y} \ X) . i = ([0] I) . i )assume A6:
i in I
;
:: thesis: ({x,y} \ X) . i = ([0] I) . ithen A7:
x . i in X . i
by A4, PBOOLE:def 4;
A8:
y . i in X . i
by A5, A6, PBOOLE:def 4;
thus ({x,y} \ X) . i =
({x,y} . i) \ (X . i)
by A6, PBOOLE:def 9
.=
{(x . i),(y . i)} \ (X . i)
by A6, Def2
.=
{}
by A7, A8, ZFMISC_1:73
.=
([0] I) . i
by PBOOLE:5
;
:: thesis: verum end;
hence
{x,y} \ X = [0] I
by PBOOLE:3; :: thesis: verum