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