let p be Real; :: thesis: ( 1 < p implies for a, b, ap, bp, ab being Real_Sequence st ( for n being Element of NAT holds
( ap . n = (abs (a . n)) to_power p & bp . n = (abs (b . n)) to_power p & ab . n = (abs ((a . n) + (b . n))) to_power p ) ) & ap is summable & bp is summable holds
( ab is summable & (Sum ab) to_power (1 / p) <= ((Sum ap) to_power (1 / p)) + ((Sum bp) to_power (1 / p)) ) )
assume A1:
1 < p
; :: thesis: for a, b, ap, bp, ab being Real_Sequence st ( for n being Element of NAT holds
( ap . n = (abs (a . n)) to_power p & bp . n = (abs (b . n)) to_power p & ab . n = (abs ((a . n) + (b . n))) to_power p ) ) & ap is summable & bp is summable holds
( ab is summable & (Sum ab) to_power (1 / p) <= ((Sum ap) to_power (1 / p)) + ((Sum bp) to_power (1 / p)) )
A2:
1 / p > 0
by A1, XREAL_1:141;
let a, b, ap, bp, ab be Real_Sequence; :: thesis: ( ( for n being Element of NAT holds
( ap . n = (abs (a . n)) to_power p & bp . n = (abs (b . n)) to_power p & ab . n = (abs ((a . n) + (b . n))) to_power p ) ) & ap is summable & bp is summable implies ( ab is summable & (Sum ab) to_power (1 / p) <= ((Sum ap) to_power (1 / p)) + ((Sum bp) to_power (1 / p)) ) )
assume that
A3:
for n being Element of NAT holds
( ap . n = (abs (a . n)) to_power p & bp . n = (abs (b . n)) to_power p & ab . n = (abs ((a . n) + (b . n))) to_power p )
and
A4:
ap is summable
and
A5:
bp is summable
; :: thesis: ( ab is summable & (Sum ab) to_power (1 / p) <= ((Sum ap) to_power (1 / p)) + ((Sum bp) to_power (1 / p)) )
deffunc H1( Element of NAT ) -> Element of REAL = ((Partial_Sums ap) . $1) to_power (1 / p);
consider x being Real_Sequence such that
A6:
for n being Element of NAT holds x . n = H1(n)
from SEQ_1:sch 1();
deffunc H2( Element of NAT ) -> Element of REAL = ((Partial_Sums bp) . $1) to_power (1 / p);
consider y being Real_Sequence such that
A7:
for n being Element of NAT holds y . n = H2(n)
from SEQ_1:sch 1();
A8:
Partial_Sums ap is convergent
by A4, SERIES_1:def 2;
A9:
Sum ap = lim (Partial_Sums ap)
by SERIES_1:def 3;
for n being Element of NAT holds 0 <= ap . n
then
for n being Element of NAT holds 0 <= (Partial_Sums ap) . n
by Lm2;
then A11:
( x is convergent & lim x = (Sum ap) to_power (1 / p) )
by A2, A6, A8, A9, Th10;
A12:
Partial_Sums bp is convergent
by A5, SERIES_1:def 2;
A13:
Sum bp = lim (Partial_Sums bp)
by SERIES_1:def 3;
for n being Element of NAT holds 0 <= bp . n
then
for n being Element of NAT holds 0 <= (Partial_Sums bp) . n
by Lm2;
then A15:
( y is convergent & lim y = (Sum bp) to_power (1 / p) )
by A2, A7, A12, A13, Th10;
deffunc H3( Element of NAT ) -> Element of REAL = ((Partial_Sums ab) . $1) to_power (1 / p);
consider z being Real_Sequence such that
A16:
for n being Element of NAT holds z . n = H3(n)
from SEQ_1:sch 1();
A17:
for n being Element of NAT holds z . n <= (x . n) + (y . n)
A20:
for n being Element of NAT holds 0 <= ab . n
A22:
for n being Element of NAT holds 0 <= z . n
A24:
z is non-decreasing
then A34:
( z is convergent & lim z <= (lim x) + (lim y) )
by A11, A15, A17, Th9;
for n being Element of NAT holds (z . n) to_power p = (Partial_Sums ab) . n
then A38:
( Partial_Sums ab is convergent & lim (Partial_Sums ab) = (lim z) to_power p )
by A1, A22, A34, Th10;
then A39:
( ab is summable & Sum ab = (lim z) to_power p )
by SERIES_1:def 2, SERIES_1:def 3;
(Sum ab) to_power (1 / p) = lim z
hence
( ab is summable & (Sum ab) to_power (1 / p) <= ((Sum ap) to_power (1 / p)) + ((Sum bp) to_power (1 / p)) )
by A11, A15, A17, A24, A38, Th9, SERIES_1:def 2; :: thesis: verum