let p be real number ; for s being Real_Sequence st p > 1 & ( for n being Element of NAT st n >= 1 holds
s . n = 1 / (n to_power p) ) holds
s is summable
let s be Real_Sequence; ( p > 1 & ( for n being Element of NAT st n >= 1 holds
s . n = 1 / (n to_power p) ) implies s is summable )
assume that
A1:
p > 1
and
A2:
for n being Element of NAT st n >= 1 holds
s . n = 1 / (n to_power p)
; s is summable
defpred S1[ Element of NAT , real number ] means ( ( $1 = 0 & $2 = 1 ) or ( $1 >= 1 & $2 = 1 / ($1 to_power p) ) );
A3:
for n being Element of NAT ex r being Real st S1[n,r]
consider s1 being Real_Sequence such that
A6:
for n being Element of NAT holds S1[n,s1 . n]
from FUNCT_2:sch 3(A3);
deffunc H1( Element of NAT ) -> Element of REAL = (2 to_power $1) * (s1 . (2 to_power $1));
consider s2 being Real_Sequence such that
A7:
for n being Element of NAT holds s2 . n = H1(n)
from SEQ_1:sch 1();
A8:
s1 . 0 = 1
by A6;
then A15:
s1 is non-increasing
by SEQM_3:def 14;
deffunc H2( Element of NAT ) -> Element of REAL = $1 -root (s2 . $1);
consider s3 being Real_Sequence such that
A18:
for n being Element of NAT holds s3 . n = H2(n)
from SEQ_1:sch 1();
then A24:
s3 ^\ 1 is constant
by VALUED_0:def 18;
then lim (s3 ^\ 1) =
(s3 ^\ 1) . 0
by SEQ_4:41
.=
2 to_power (1 - p)
by A22
;
then A25:
lim s3 = 2 to_power (1 - p)
by A24, SEQ_4:36;
A30:
s3 is convergent
by A24, SEQ_4:35;
1 - p < 0
by A1, XREAL_1:51;
then
lim s3 < 1
by A25, POWER:41;
then
s2 is summable
by A18, A19, A30, Th32;
then
s1 is summable
by A15, A26, Th35;
then
s1 ^\ 1 is summable
by Th15;
then
s ^\ 1 is summable
by A27, A16, Th22;
hence
s is summable
by Th16; verum