reserve Y for non empty set,
  a,b,c,d for Function of Y,BOOLEAN;

theorem
  a 'eqv' b = a 'xor' 'not' b
proof
  'not' (a 'xor' b) = 'not' 'not' (a 'eqv' b) by BVFUNC_6:85;
  hence thesis by BVFUNC_6:90;
end;
