let k be Element of NAT ; :: thesis: ex seq being Complex_Sequence st
for n being Element of NAT holds
( ( n <= k implies seq . n = F1(k,n) ) & ( n > k implies seq . n = 0 ) )

defpred S1[ set , set ] means ex n being Element of NAT st
( n = $1 & ( n <= k implies $2 = F1(k,n) ) & ( n > k implies $2 = 0c ) );
A1: now
let x be set ; :: thesis: ( x in NAT implies ex y being set st S1[x,y] )
assume x in NAT ; :: thesis: ex y being set st S1[x,y]
then consider n being Element of NAT such that
A2: n = x ;
A3: now
assume n <= k ; :: thesis: (CHK n,k) * F1(k,n) = F1(k,n)
hence (CHK n,k) * F1(k,n) = 1 * F1(k,n) by Def2
.= F1(k,n) ;
:: thesis: verum
end;
A4: now
assume n > k ; :: thesis: (CHK n,k) * F1(k,n) = 0
hence (CHK n,k) * F1(k,n) = 0 * F1(k,n) by Def2
.= 0 ;
:: thesis: verum
end;
reconsider y = (CHK n,k) * F1(k,n) as set ;
take y = y; :: thesis: S1[x,y]
thus S1[x,y] by A2, A3, A4; :: thesis: verum
end;
consider f being Function such that
A6: dom f = NAT and
A7: for x being set st x in NAT holds
S1[x,f . x] from CLASSES1:sch 1(A1);
now
let x be set ; :: thesis: ( x in NAT implies f . x is Element of COMPLEX )
assume x in NAT ; :: thesis: f . x is Element of COMPLEX
then ex n being Element of NAT st
( n = x & ( n <= k implies f . x = F1(k,n) ) & ( n > k implies f . x = 0c ) ) by A7;
hence f . x is Element of COMPLEX ; :: thesis: verum
end;
then reconsider f = f as Complex_Sequence by A6, COMSEQ_1:1;
take seq = f; :: thesis: for n being Element of NAT holds
( ( n <= k implies seq . n = F1(k,n) ) & ( n > k implies seq . n = 0 ) )

let n be Element of NAT ; :: thesis: ( ( n <= k implies seq . n = F1(k,n) ) & ( n > k implies seq . n = 0 ) )
ex l being Element of NAT st
( l = n & ( l <= k implies seq . n = F1(k,l) ) & ( l > k implies seq . n = 0c ) ) by A7;
hence ( ( n <= k implies seq . n = F1(k,n) ) & ( n > k implies seq . n = 0 ) ) ; :: thesis: verum