defpred S1[ Element of QC-WFF ] means F2() . $1 = F3() . $1;
A3:
for k being Element of NAT
for P being QC-pred_symbol of k
for l being QC-variable_list of k holds S1[P ! l]
A5:
for x being bound_QC-variable
for p being Element of QC-WFF st S1[p] holds
S1[ All (x,p)]
proof
let x be
bound_QC-variable;
for p being Element of QC-WFF st S1[p] holds
S1[ All (x,p)]let p be
Element of
QC-WFF ;
( S1[p] implies S1[ All (x,p)] )
assume A6:
F2()
. p = F3()
. p
;
S1[ All (x,p)]
A7:
All (
x,
p) is
universal
by QC_LANG1:def 20;
then
the_scope_of (All (x,p)) = p
by QC_LANG1:def 27;
hence F2()
. (All (x,p)) =
F8(
(All (x,p)),
(F3() . (the_scope_of (All (x,p)))))
by A1, A6, A7
.=
F3()
. (All (x,p))
by A2, A7
;
verum
end;
A8:
for p, q being Element of QC-WFF st S1[p] & S1[q] holds
S1[p '&' q]
A12:
for p being Element of QC-WFF st S1[p] holds
S1[ 'not' p]
F2() . VERUM = F4()
by A1;
then A16:
S1[ VERUM ]
by A2;
for p being Element of QC-WFF holds S1[p]
from QC_LANG1:sch 1(A3, A16, A12, A8, A5);
hence
F2() = F3()
by FUNCT_2:113; verum