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

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