let n be non empty Nat; for x, y being Element of REAL n
for a being Real holds
( 0 <= (sum_norm n) . x & ( (sum_norm n) . x = 0 implies x = 0* n ) & ( x = 0* n implies (sum_norm n) . x = 0 ) & (sum_norm n) . (a * x) = |.a.| * ((sum_norm n) . x) & (sum_norm n) . (x + y) <= ((sum_norm n) . x) + ((sum_norm n) . y) )
let x, y be Element of REAL n; for a being Real holds
( 0 <= (sum_norm n) . x & ( (sum_norm n) . x = 0 implies x = 0* n ) & ( x = 0* n implies (sum_norm n) . x = 0 ) & (sum_norm n) . (a * x) = |.a.| * ((sum_norm n) . x) & (sum_norm n) . (x + y) <= ((sum_norm n) . x) + ((sum_norm n) . y) )
let a be Real; ( 0 <= (sum_norm n) . x & ( (sum_norm n) . x = 0 implies x = 0* n ) & ( x = 0* n implies (sum_norm n) . x = 0 ) & (sum_norm n) . (a * x) = |.a.| * ((sum_norm n) . x) & (sum_norm n) . (x + y) <= ((sum_norm n) . x) + ((sum_norm n) . y) )
set xSUM = (sum_norm n) . x;
set ySUM = (sum_norm n) . y;
set axSUM = (sum_norm n) . (a * x);
set xySUM = (sum_norm n) . (x + y);
A2:
(sum_norm n) . y = Sum (abs y)
by Def2;
0 <= Sum (abs x)
by Th9;
hence
0 <= (sum_norm n) . x
by Def2; ( ( (sum_norm n) . x = 0 implies x = 0* n ) & ( x = 0* n implies (sum_norm n) . x = 0 ) & (sum_norm n) . (a * x) = |.a.| * ((sum_norm n) . x) & (sum_norm n) . (x + y) <= ((sum_norm n) . x) + ((sum_norm n) . y) )
A3:
(sum_norm n) . x = Sum (abs x)
by Def2;
thus
( (sum_norm n) . x = 0 iff x = 0* n )
( (sum_norm n) . (a * x) = |.a.| * ((sum_norm n) . x) & (sum_norm n) . (x + y) <= ((sum_norm n) . x) + ((sum_norm n) . y) )
thus (sum_norm n) . (a * x) =
Sum (abs (a * x))
by Def2
.=
Sum (|.a.| * (abs x))
by RFUNCT_1:25
.=
|.a.| * (Sum (abs x))
by RVSUM_1:87
.=
|.a.| * ((sum_norm n) . x)
by Def2
; (sum_norm n) . (x + y) <= ((sum_norm n) . x) + ((sum_norm n) . y)
for j being Nat st j in Seg n holds
(abs (x + y)) . j <= ((abs x) + (abs y)) . j
proof
let j be
Nat;
( j in Seg n implies (abs (x + y)) . j <= ((abs x) + (abs y)) . j )
assume A15:
j in Seg n
;
(abs (x + y)) . j <= ((abs x) + (abs y)) . j
A16:
dom x = dom (abs x)
by VALUED_1:def 11;
A17:
dom x =
Seg (len x)
by FINSEQ_1:def 3
.=
Seg n
by CARD_1:def 7
;
A18:
dom y = dom (abs y)
by VALUED_1:def 11;
A19:
dom y =
Seg (len y)
by FINSEQ_1:def 3
.=
Seg n
by CARD_1:def 7
;
A20:
dom (x + y) = dom (abs (x + y))
by VALUED_1:def 11;
A22:
dom ((abs x) + (abs y)) =
(dom (abs x)) /\ (dom (abs y))
by VALUED_1:def 1
.=
Seg n
by A16, A17, A18, A19
;
A21:
dom (x + y) =
Seg (len (x + y))
by FINSEQ_1:def 3
.=
Seg n
by CARD_1:def 7
;
then A23:
(abs (x + y)) . j =
|.((x + y) . j).|
by A15, A20, VALUED_1:def 11
.=
|.((x . j) + (y . j)).|
by A15, A21, VALUED_1:def 1
;
|.((x . j) + (y . j)).| <= |.(x . j).| + |.(y . j).|
by COMPLEX1:56;
then
(abs (x + y)) . j <= ((abs x) . j) + |.(y . j).|
by A15, A16, A17, A23, VALUED_1:def 11;
then
(abs (x + y)) . j <= ((abs x) . j) + ((abs y) . j)
by A15, A18, A19, VALUED_1:def 11;
hence
(abs (x + y)) . j <= ((abs x) + (abs y)) . j
by A15, A22, VALUED_1:def 1;
verum
end;
then
Sum (abs (x + y)) <= Sum ((abs x) + (abs y))
by RVSUM_1:82;
then
Sum (abs (x + y)) <= (Sum (abs x)) + (Sum (abs y))
by RVSUM_1:89;
hence
(sum_norm n) . (x + y) <= ((sum_norm n) . x) + ((sum_norm n) . y)
by A2, A3, Def2; verum