theorem
  proj1 X = {} iff proj2 X = {}
proof
  proj1 X = {} or proj2 X = {} implies
   not ex x,y being object st [x,y] in X by
XTUPLE_0:def 12,def 13;
  hence thesis by Th8;
end;
