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