let p be Element of CQC-WFF ; for x being bound_QC-variable
for f being FinSequence of CQC-WFF holds
( |- f ^ <*(All x,p)*> iff |- f ^ <*('not' (Ex x,('not' p)))*> )
let x be bound_QC-variable; for f being FinSequence of CQC-WFF holds
( |- f ^ <*(All x,p)*> iff |- f ^ <*('not' (Ex x,('not' p)))*> )
let f be FinSequence of CQC-WFF ; ( |- f ^ <*(All x,p)*> iff |- f ^ <*('not' (Ex x,('not' p)))*> )
thus
( |- f ^ <*(All x,p)*> implies |- f ^ <*('not' (Ex x,('not' p)))*> )
( |- f ^ <*('not' (Ex x,('not' p)))*> implies |- f ^ <*(All x,p)*> )
assume
|- f ^ <*('not' (Ex x,('not' p)))*>
; |- f ^ <*(All x,p)*>
then
|- f ^ <*('not' ('not' (All x,('not' ('not' p)))))*>
by QC_LANG2:def 5;
then
|- f ^ <*(All x,('not' ('not' p)))*>
by Th55;
hence
|- f ^ <*(All x,p)*>
by Th67; verum