let Y be non empty set ; :: thesis: for a being Element of Funcs Y,BOOLEAN holds
( a 'eqv' a = I_el Y & 'not' (a 'eqv' a) = O_el Y )

let a be Element of Funcs Y,BOOLEAN ; :: thesis: ( a 'eqv' a = I_el Y & 'not' (a 'eqv' a) = O_el Y )
a 'eqv' a = 'not' (a 'xor' a) by BVFUNC25:12
.= 'not' (O_el Y) by BVFUNC25:13
.= I_el Y by BVFUNC_1:5 ;
hence ( a 'eqv' a = I_el Y & 'not' (a 'eqv' a) = O_el Y ) by BVFUNC_1:5; :: thesis: verum