deffunc H1( Element of NAT ) -> Element of REAL n = middle_sum (f,(S . $1));
A1: REAL n = the carrier of (REAL-NS n) by REAL_NS1:def 4;
ex IT being sequence of (REAL n) st
for i being Element of NAT holds IT . i = H1(i) from FUNCT_2:sch 4();
hence ex b1 being sequence of (REAL-NS n) st
for i being Element of NAT holds b1 . i = middle_sum (f,(S . i)) by A1; :: thesis: verum