take
union {X,Y}
; for x being set holds
( x in union {X,Y} iff ( x in X or x in Y ) )
let x be set ; ( x in union {X,Y} iff ( x in X or x in Y ) )
thus
( not x in union {X,Y} or x in X or x in Y )
( ( x in X or x in Y ) implies x in union {X,Y} )
assume
( x in X or x in Y )
; x in union {X,Y}
then consider X0 being set such that
A1:
( X0 = X or X0 = Y )
and
A2:
x in X0
;
X0 in {X,Y}
by A1, TARSKI:def 2;
hence
x in union {X,Y}
by A2, TARSKI:def 4; verum