theorem Th83:
  A c= [:X,Y:] & z in A implies
    ex x,y st x in X & y in Y & z = [ x,y]
proof
  assume A c= [:X,Y:] & z in A;
  then z in [:X,Y:];
  hence thesis by Def2;
end;
