
theorem
  for a,b,x,y being object holds {a,b} = {x,y} iff
    x = a & y = b or x = b & y = a by ZFMISC_1:22;
