let x, y, X, Y be set ; :: thesis: ( [x,y] in [:X,Y:] iff ( x in X & y in Y ) )
thus ( [x,y] in [:X,Y:] implies ( x in X & y in Y ) ) :: thesis: ( x in X & y in Y implies [x,y] in [:X,Y:] )
proof
assume [x,y] in [:X,Y:] ; :: thesis: ( x in X & y in Y )
then ex x1, y1 being set st
( x1 in X & y1 in Y & [x,y] = [x1,y1] ) by Def2;
hence ( x in X & y in Y ) by Th33; :: thesis: verum
end;
thus ( x in X & y in Y implies [x,y] in [:X,Y:] ) by Def2; :: thesis: verum