theorem :: XBOOLEAN:38
for p, q, r being boolean object holds p 'or' (q 'nor' r) = (p 'or' ('not' q)) '&' (p 'or' ('not' r))