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