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