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