let A be QC-alphabet ; for p being Element of CQC-WFF A
for x being bound_QC-variable of A holds
( (All (x,('not' ('not' p)))) => (All (x,p)) is valid & (All (x,p)) => (All (x,('not' ('not' p)))) is valid )
let p be Element of CQC-WFF A; for x being bound_QC-variable of A holds
( (All (x,('not' ('not' p)))) => (All (x,p)) is valid & (All (x,p)) => (All (x,('not' ('not' p)))) is valid )
let x be bound_QC-variable of A; ( (All (x,('not' ('not' p)))) => (All (x,p)) is valid & (All (x,p)) => (All (x,('not' ('not' p)))) is valid )
( All (x,(('not' ('not' p)) => p)) is valid & All (x,(p => ('not' ('not' p)))) is valid )
by Th23;
hence
( (All (x,('not' ('not' p)))) => (All (x,p)) is valid & (All (x,p)) => (All (x,('not' ('not' p)))) is valid )
by Th31; verum