let Al be QC-alphabet ; for A being non empty set
for v being Element of Valuations_in (Al,A)
for p being Element of CQC-WFF Al
for J being interpretation of Al,A holds (Valid ((p '&' ('not' p)),J)) . v = FALSE
let A be non empty set ; for v being Element of Valuations_in (Al,A)
for p being Element of CQC-WFF Al
for J being interpretation of Al,A holds (Valid ((p '&' ('not' p)),J)) . v = FALSE
let v be Element of Valuations_in (Al,A); for p being Element of CQC-WFF Al
for J being interpretation of Al,A holds (Valid ((p '&' ('not' p)),J)) . v = FALSE
let p be Element of CQC-WFF Al; for J being interpretation of Al,A holds (Valid ((p '&' ('not' p)),J)) . v = FALSE
let J be interpretation of Al,A; (Valid ((p '&' ('not' p)),J)) . v = FALSE
A2:
( (Valid (p,J)) . v = FALSE implies ((Valid (p,J)) . v) '&' ('not' ((Valid (p,J)) . v)) = FALSE )
by MARGREL1:12;
(Valid ((p '&' ('not' p)),J)) . v =
((Valid (p,J)) . v) '&' ((Valid (('not' p),J)) . v)
by Th12
.=
((Valid (p,J)) . v) '&' ('not' ((Valid (p,J)) . v))
by Th10
;
hence
(Valid ((p '&' ('not' p)),J)) . v = FALSE
by A1, A2, XBOOLEAN:def 3; verum