let p, q, r be boolean object ; :: thesis: p => (q 'nor' r) = (('not' p) 'or' ('not' q)) '&' (('not' p) 'or' ('not' r))
( p = FALSE or p = TRUE ) by Def3;
hence p => (q 'nor' r) = (('not' p) 'or' ('not' q)) '&' (('not' p) 'or' ('not' r)) ; :: thesis: verum