let p be Real; ( 1 < p implies for a, b, ap, bp, ab being Real_Sequence st ( for n being Nat holds
( ap . n = |.(a . n).| to_power p & bp . n = |.(b . n).| to_power p & ab . n = |.((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
; for a, b, ap, bp, ab being Real_Sequence st ( for n being Nat holds
( ap . n = |.(a . n).| to_power p & bp . n = |.(b . n).| to_power p & ab . n = |.((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:139;
let a, b, ap, bp, ab be Real_Sequence; ( ( for n being Nat holds
( ap . n = |.(a . n).| to_power p & bp . n = |.(b . n).| to_power p & ab . n = |.((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 Nat holds
( ap . n = |.(a . n).| to_power p & bp . n = |.(b . n).| to_power p & ab . n = |.((a . n) + (b . n)).| to_power p )
and
A4:
ap is summable
and
A5:
bp is summable
; ( ab is summable & (Sum ab) to_power (1 / p) <= ((Sum ap) to_power (1 / p)) + ((Sum bp) to_power (1 / p)) )
deffunc H1( Nat) -> object = ((Partial_Sums ab) . $1) to_power (1 / p);
consider z being Real_Sequence such that
A6:
for n being Nat holds z . n = H1(n)
from SEQ_1:sch 1();
A7:
for n being Nat holds 0 <= ab . n
A9:
for n being Nat holds 0 <= z . n
A11:
Partial_Sums ab is non-decreasing
by A7, SERIES_1:16;
then A18:
z is non-decreasing
by SEQM_3:6;
for n being Nat holds 0 <= ap . n
then A20:
for n being Nat holds 0 <= (Partial_Sums ap) . n
by Lm2;
deffunc H2( Nat) -> object = ((Partial_Sums ap) . $1) to_power (1 / p);
consider x being Real_Sequence such that
A21:
for n being Nat holds x . n = H2(n)
from SEQ_1:sch 1();
for n being Nat holds 0 <= bp . n
then A23:
for n being Nat holds 0 <= (Partial_Sums bp) . n
by Lm2;
deffunc H3( Nat) -> object = ((Partial_Sums bp) . $1) to_power (1 / p);
consider y being Real_Sequence such that
A24:
for n being Nat holds y . n = H3(n)
from SEQ_1:sch 1();
A25:
Partial_Sums bp is convergent
by A5, SERIES_1:def 2;
then A26:
y is convergent
by A2, A24, A23, Th10;
A27:
Partial_Sums ap is convergent
by A4, SERIES_1:def 2;
then A28:
x is convergent
by A2, A21, A20, Th10;
A29:
for n being Nat holds z . n <= (x . n) + (y . n)
then A31:
z is convergent
by A28, A26, A18, Th9;
A32:
for n being Nat holds (z . n) to_power p = (Partial_Sums ab) . n
then
lim (Partial_Sums ab) = (lim z) to_power p
by A1, A9, A31, Th10;
then A36:
Sum ab = (lim z) to_power p
by SERIES_1:def 3;
A37:
(Sum ab) to_power (1 / p) = lim z
Sum bp = lim (Partial_Sums bp)
by SERIES_1:def 3;
then A39:
lim y = (Sum bp) to_power (1 / p)
by A2, A24, A25, A23, Th10;
Sum ap = lim (Partial_Sums ap)
by SERIES_1:def 3;
then A40:
lim x = (Sum ap) to_power (1 / p)
by A2, A21, A27, A20, Th10;
Partial_Sums ab is convergent
by A1, A9, A31, A32, Th10;
hence
( ab is summable & (Sum ab) to_power (1 / p) <= ((Sum ap) to_power (1 / p)) + ((Sum bp) to_power (1 / p)) )
by A28, A40, A26, A39, A29, A18, A37, Th9, SERIES_1:def 2; verum