let p be Element of CQC-WFF ; :: thesis: ( ( for q being Element of CQC-WFF st q is_subformula_of p holds
for x being bound_QC-variable
for r being Element of CQC-WFF holds q <> All (x,r) ) implies QuantNbr p = 0 )

assume A1: for q being Element of CQC-WFF st q is_subformula_of p holds
for x being bound_QC-variable
for r being Element of CQC-WFF holds q <> All (x,r) ; :: thesis: QuantNbr p = 0
defpred S1[ Element of CQC-WFF ] means ( $1 is_subformula_of p implies QuantNbr $1 = 0 );
A2: for r, s being Element of CQC-WFF st S1[r] & S1[s] holds
S1[r '&' s]
proof end;
for r being Element of CQC-WFF st S1[r] holds
S1[ 'not' r]
proof end;
then A8: for r, s being Element of CQC-WFF
for x being bound_QC-variable
for k being Element of NAT
for l being CQC-variable_list of k
for P being QC-pred_symbol of k holds
( S1[ VERUM ] & S1[P ! l] & ( S1[r] implies S1[ 'not' r] ) & ( S1[r] & S1[s] implies S1[r '&' s] ) & ( S1[r] implies S1[ All (x,r)] ) ) by A1, A2, CQC_SIM1:14, CQC_SIM1:15;
for r being Element of CQC-WFF holds S1[r] from CQC_LANG:sch 1(A8);
hence QuantNbr p = 0 ; :: thesis: verum