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