theorem :: BVFUNC_5:38
for Y being non empty set
for a, b, c being Function of Y,BOOLEAN holds 'not' ((a 'or' b) 'or' c) = (('not' a) '&' ('not' b)) '&' ('not' c)