let Y be non empty set ; :: thesis: for a, b being Element of Funcs Y,BOOLEAN holds a 'eqv' b = a 'xor' ('not' b)
let a, b be Element of Funcs Y,BOOLEAN ; :: thesis: a 'eqv' b = a 'xor' ('not' b)
'not' (a 'xor' b) = 'not' ('not' (a 'eqv' b)) by BVFUNC_8:12;
hence a 'eqv' b = a 'xor' ('not' b) by BVFUNC_8:17; :: thesis: verum