let Al be QC-alphabet ; for X being Subset of (CQC-WFF Al)
for p being Element of CQC-WFF Al
for x being bound_QC-variable of Al st X is with_examples holds
( X |- Ex (x,p) iff ex y being bound_QC-variable of Al st X |- p . (x,y) )
let X be Subset of (CQC-WFF Al); for p being Element of CQC-WFF Al
for x being bound_QC-variable of Al st X is with_examples holds
( X |- Ex (x,p) iff ex y being bound_QC-variable of Al st X |- p . (x,y) )
let p be Element of CQC-WFF Al; for x being bound_QC-variable of Al st X is with_examples holds
( X |- Ex (x,p) iff ex y being bound_QC-variable of Al st X |- p . (x,y) )
let x be bound_QC-variable of Al; ( X is with_examples implies ( X |- Ex (x,p) iff ex y being bound_QC-variable of Al st X |- p . (x,y) ) )
assume A1:
X is with_examples
; ( X |- Ex (x,p) iff ex y being bound_QC-variable of Al st X |- p . (x,y) )
thus
( X |- Ex (x,p) implies ex y being bound_QC-variable of Al st X |- p . (x,y) )
( ex y being bound_QC-variable of Al st X |- p . (x,y) implies X |- Ex (x,p) )proof
assume
X |- Ex (
x,
p)
;
ex y being bound_QC-variable of Al st X |- p . (x,y)
then consider f1 being
FinSequence of
CQC-WFF Al such that A2:
rng f1 c= X
and A3:
|- f1 ^ <*(Ex (x,p))*>
by HENMODEL:def 1;
consider y being
bound_QC-variable of
Al such that A4:
X |- ('not' (Ex (x,p))) 'or' (p . (x,y))
by A1;
consider f2 being
FinSequence of
CQC-WFF Al such that A5:
rng f2 c= X
and A6:
|- f2 ^ <*(('not' (Ex (x,p))) 'or' (p . (x,y)))*>
by A4, HENMODEL:def 1;
take
y
;
X |- p . (x,y)
A7:
|- (f1 ^ f2) ^ <*(Ex (x,p))*>
by A3, HENMODEL:5;
|- (f1 ^ f2) ^ <*(('not' (Ex (x,p))) 'or' (p . (x,y)))*>
by A6, CALCUL_2:20;
then A8:
|- (f1 ^ f2) ^ <*(p . (x,y))*>
by A7, Th2;
rng (f1 ^ f2) = (rng f1) \/ (rng f2)
by FINSEQ_1:31;
then
rng (f1 ^ f2) c= X
by A2, A5, XBOOLE_1:8;
hence
X |- p . (
x,
y)
by A8, HENMODEL:def 1;
verum
end;
thus
( ex y being bound_QC-variable of Al st X |- p . (x,y) implies X |- Ex (x,p) )
verum