let X1, X2 be non empty set ; [:X1,X2:] = { [x1,x2] where x1 is Element of X1, x2 is Element of X2 : verum }
defpred S1[ set , set ] means verum;
A1:
for x being Element of [:X1,X2:] holds x in { [x1,x2] where x1 is Element of X1, x2 is Element of X2 : verum }
for X1, X2 being non empty set holds { [x1,x2] where x1 is Element of X1, x2 is Element of X2 : S1[x1,x2] } is Subset of [:X1,X2:]
from DOMAIN_1:sch 2();
then
{ [x1,x2] where x1 is Element of X1, x2 is Element of X2 : verum } is Subset of [:X1,X2:]
;
hence
[:X1,X2:] = { [x1,x2] where x1 is Element of X1, x2 is Element of X2 : verum }
by A1, SUBSET_1:28; verum