let G be RealNormSpace-Sequence; for x, y being Point of (product G)
for Z, x0 being Element of product (carr G)
for X being set st Z = 0. (product G) & x0 = x & y = Z +* (x0 | X) holds
||.y.|| <= ||.x.||
let x, y be Point of (product G); for Z, x0 being Element of product (carr G)
for X being set st Z = 0. (product G) & x0 = x & y = Z +* (x0 | X) holds
||.y.|| <= ||.x.||
let Z, x0 be Element of product (carr G); for X being set st Z = 0. (product G) & x0 = x & y = Z +* (x0 | X) holds
||.y.|| <= ||.x.||
let X be set ; ( Z = 0. (product G) & x0 = x & y = Z +* (x0 | X) implies ||.y.|| <= ||.x.|| )
assume A1:
( Z = 0. (product G) & x0 = x & y = Z +* (x0 | X) )
; ||.y.|| <= ||.x.||
reconsider y0 = y as Element of product (carr G) by Th10;
A2: ||.y.|| =
(productnorm G) . y
by PRVECT_2:def 13
.=
|.(normsequence (G,y0)).|
by PRVECT_2:def 12
;
A3: ||.x.|| =
(productnorm G) . x
by PRVECT_2:def 13
.=
|.(normsequence (G,x0)).|
by A1, PRVECT_2:def 12
;
reconsider Ny = normsequence (G,y0) as len G -element FinSequence of REAL ;
reconsider Nx = normsequence (G,x0) as len G -element FinSequence of REAL ;
A4:
( len Nx = len G & len Ny = len G )
by CARD_1:def 7;
for k being Element of NAT st k in Seg (len Ny) holds
( 0 <= Ny . k & Ny . k <= Nx . k )
hence
||.y.|| <= ||.x.||
by A2, A3, A4, PRVECT_2:2; verum