let X be Subset of CQC-WFF ; for p being Element of CQC-WFF
for x being bound_QC-variable st X is with_examples holds
( X |- Ex x,p iff ex y being bound_QC-variable st X |- p . x,y )
let p be Element of CQC-WFF ; for x being bound_QC-variable st X is with_examples holds
( X |- Ex x,p iff ex y being bound_QC-variable st X |- p . x,y )
let x be bound_QC-variable; ( X is with_examples implies ( X |- Ex x,p iff ex y being bound_QC-variable st X |- p . x,y ) )
assume A1:
X is with_examples
; ( X |- Ex x,p iff ex y being bound_QC-variable st X |- p . x,y )
thus
( X |- Ex x,p implies ex y being bound_QC-variable st X |- p . x,y )
( ex y being bound_QC-variable st X |- p . x,y implies X |- Ex x,p )proof
assume
X |- Ex x,
p
;
ex y being bound_QC-variable st X |- p . x,y
then consider f1 being
FinSequence of
CQC-WFF such that A2:
rng f1 c= X
and A3:
|- f1 ^ <*(Ex x,p)*>
by HENMODEL:def 2;
consider y being
bound_QC-variable such that A4:
X |- ('not' (Ex x,p)) 'or' (p . x,y)
by A1, Def2;
consider f2 being
FinSequence of
CQC-WFF such that A5:
rng f2 c= X
and A6:
|- f2 ^ <*(('not' (Ex x,p)) 'or' (p . x,y))*>
by A4, HENMODEL:def 2;
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:44;
then
rng (f1 ^ f2) c= X
by A2, A5, XBOOLE_1:8;
hence
X |- p . x,
y
by A8, HENMODEL:def 2;
verum
end;
thus
( ex y being bound_QC-variable st X |- p . x,y implies X |- Ex x,p )
verum