reserve a,b,c,d,e,f,g,h for set;

theorem
  EQV2(a,b) is non empty iff not XOR2(a,b) is non empty
proof
  EQV2(a,b) is non empty iff (a is non empty iff b is non empty);
  hence thesis;
end;
