let p, q be Element of PL-WFF ; :: thesis: ('not' (p '&' q)) <=> (('not' p) 'or' ('not' q)) is tautology
let M be PLModel; :: according to PL_AXIOM:def 18 :: thesis: (SAT M) . (('not' (p '&' q)) <=> (('not' p) 'or' ('not' q))) = 1
thus (SAT M) . (('not' (p '&' q)) <=> (('not' p) 'or' ('not' q))) = ((SAT M) . ('not' (p '&' q))) <=> ((SAT M) . (('not' p) 'or' ('not' q))) by semequ2
.= ('not' ((SAT M) . (p '&' q))) <=> ((SAT M) . (('not' p) 'or' ('not' q))) by semnot2
.= ('not' (((SAT M) . p) '&' ((SAT M) . q))) <=> ((SAT M) . (('not' p) 'or' ('not' q))) by semcon2
.= ('not' (((SAT M) . p) '&' ((SAT M) . q))) <=> (((SAT M) . ('not' p)) 'or' ((SAT M) . ('not' q))) by semdis2
.= ('not' (((SAT M) . p) '&' ((SAT M) . q))) <=> (('not' ((SAT M) . p)) 'or' ((SAT M) . ('not' q))) by semnot2
.= ('not' (((SAT M) . p) '&' ((SAT M) . q))) <=> (('not' ((SAT M) . p)) 'or' ('not' ((SAT M) . q))) by semnot2
.= 1 by th3 ; :: thesis: verum