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