deffunc H1( Element of NAT , Element of NAT ) -> Element of the carrier of X = ((z ExpSeq) . $2) * ((Partial_Sums (w ExpSeq)) . ($1 -' $2));
for n being Element of NAT ex seq being sequence of X st
for k being Element of NAT holds
( ( k <= n implies seq . k = H1(n,k) ) & ( k > n implies seq . k = 0. X ) ) from CLOPBAN4:sch 1();
hence ex b1 being sequence of X st
for k being Element of NAT holds
( ( k <= n implies b1 . k = ((z ExpSeq) . k) * ((Partial_Sums (w ExpSeq)) . (n -' k)) ) & ( n < k implies b1 . k = 0. X ) ) ; :: thesis: verum