let p be Element of CQC-WFF ; :: thesis: for h being QC-formula
for x, y being bound_QC-variable st p = h . x & x <> y & not y in still_not-bound_in h holds
not y in still_not-bound_in p

let h be QC-formula; :: thesis: for x, y being bound_QC-variable st p = h . x & x <> y & not y in still_not-bound_in h holds
not y in still_not-bound_in p

let x, y be bound_QC-variable; :: thesis: ( p = h . x & x <> y & not y in still_not-bound_in h implies not y in still_not-bound_in p )
assume that
A1: p = h . x and
A2: x <> y and
A3: not y in still_not-bound_in h and
A4: y in still_not-bound_in p ; :: thesis: contradiction
A5: still_not-bound_in p c= (still_not-bound_in h) \/ {x} by A1, Th64;
per cases ( y in still_not-bound_in h or y in {x} ) by A4, A5, XBOOLE_0:def 3;
end;