theorem :: XBOOLEAN:30
for p, q, r being boolean object holds p => (q <=> r) = ((('not' p) 'or' ('not' q)) 'or' r) '&' ((('not' p) 'or' q) 'or' ('not' r))