
theorem
  for x being non pair set, R being Relation holds not x in R
proof
  let x be non pair set;
  not ex a,b being object st x = [a,b];
  hence thesis by RELAT_1:def 1;
end;
