let Y be non empty set ; :: thesis: for a, b, c being Element of Funcs Y,BOOLEAN holds
( a 'nand' (b 'nor' c) = (('not' a) 'or' b) 'or' c & a 'nand' (b 'nor' c) = a 'imp' (b 'or' c) )

let a, b, c be Element of Funcs Y,BOOLEAN ; :: thesis: ( a 'nand' (b 'nor' c) = (('not' a) 'or' b) 'or' c & a 'nand' (b 'nor' c) = a 'imp' (b 'or' c) )
A1: a 'nand' (b 'nor' c) = 'not' (a '&' (b 'nor' c)) by Th1
.= 'not' (a '&' ('not' (b 'or' c))) by Th2
.= ('not' a) 'or' ('not' ('not' (b 'or' c))) by BVFUNC_1:17
.= (('not' a) 'or' b) 'or' c by BVFUNC_1:11 ;
then a 'nand' (b 'nor' c) = ('not' a) 'or' (b 'or' c) by BVFUNC_1:11;
hence ( a 'nand' (b 'nor' c) = (('not' a) 'or' b) 'or' c & a 'nand' (b 'nor' c) = a 'imp' (b 'or' c) ) by A1, BVFUNC_4:8; :: thesis: verum