let A be QC-alphabet ; for p being Element of CQC-WFF A
for x, y being bound_QC-variable of A st not y in still_not-bound_in p holds
(All (x,p)) => (All (y,p)) is valid
let p be Element of CQC-WFF A; for x, y being bound_QC-variable of A st not y in still_not-bound_in p holds
(All (x,p)) => (All (y,p)) is valid
let x, y be bound_QC-variable of A; ( not y in still_not-bound_in p implies (All (x,p)) => (All (y,p)) is valid )
assume
not y in still_not-bound_in p
; (All (x,p)) => (All (y,p)) is valid
then
( (All (x,p)) => p is valid & not y in still_not-bound_in (All (x,p)) )
by Th5, CQC_THE1:66;
hence
(All (x,p)) => (All (y,p)) is valid
by CQC_THE1:67; verum