let A be QC-alphabet ; :: thesis: for k being Nat
for h being FinSequence holds
( h is CQC-variable_list of k,A iff ( h is FinSequence of bound_QC-variables A & len h = k ) )

let k be Nat; :: thesis: for h being FinSequence holds
( h is CQC-variable_list of k,A iff ( h is FinSequence of bound_QC-variables A & len h = k ) )

let h be FinSequence; :: thesis: ( h is CQC-variable_list of k,A iff ( h is FinSequence of bound_QC-variables A & len h = k ) )
thus ( h is CQC-variable_list of k,A implies ( h is FinSequence of bound_QC-variables A & len h = k ) ) :: thesis: ( h is FinSequence of bound_QC-variables A & len h = k implies h is CQC-variable_list of k,A )
proof end;
thus ( h is FinSequence of bound_QC-variables A & len h = k implies h is CQC-variable_list of k,A ) :: thesis: verum
proof end;