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

let a be Function of Y,BOOLEAN; :: thesis: ( a 'eqv' a = I_el Y & 'not' (a 'eqv' a) = O_el Y )
a 'eqv' a = 'not' (a 'xor' a) by Th12
.= 'not' (O_el Y) by Th13
.= I_el Y by BVFUNC_1:2 ;
hence ( a 'eqv' a = I_el Y & 'not' (a 'eqv' a) = O_el Y ) by BVFUNC_1:2; :: thesis: verum