let Y be non empty set ; :: thesis: for a, b, c being Function of Y,BOOLEAN holds a 'nor' (b 'imp' c) = (('not' a) '&' b) '&' ('not' c)
let a, b, c be Function of Y,BOOLEAN; :: thesis: a 'nor' (b 'imp' c) = (('not' a) '&' b) '&' ('not' c)
thus a 'nor' (b 'imp' c) = 'not' (a 'or' (b 'imp' c)) by Th2
.= ('not' a) '&' ('not' (b 'imp' c)) by BVFUNC_1:13
.= ('not' a) '&' (b '&' ('not' c)) by Th1
.= (('not' a) '&' b) '&' ('not' c) by BVFUNC_1:4 ; :: thesis: verum