let G be non-trivial RealNormSpace-Sequence; for i being Element of dom G
for x being Point of (product G)
for r being Point of (G . i) holds
( ((reproj (i,x)) . r) - x = (reproj (i,(0. (product G)))) . (r - ((proj i) . x)) & x - ((reproj (i,x)) . r) = (reproj (i,(0. (product G)))) . (((proj i) . x) - r) )
let i be Element of dom G; for x being Point of (product G)
for r being Point of (G . i) holds
( ((reproj (i,x)) . r) - x = (reproj (i,(0. (product G)))) . (r - ((proj i) . x)) & x - ((reproj (i,x)) . r) = (reproj (i,(0. (product G)))) . (((proj i) . x) - r) )
let x be Point of (product G); for r being Point of (G . i) holds
( ((reproj (i,x)) . r) - x = (reproj (i,(0. (product G)))) . (r - ((proj i) . x)) & x - ((reproj (i,x)) . r) = (reproj (i,(0. (product G)))) . (((proj i) . x) - r) )
let r be Point of (G . i); ( ((reproj (i,x)) . r) - x = (reproj (i,(0. (product G)))) . (r - ((proj i) . x)) & x - ((reproj (i,x)) . r) = (reproj (i,(0. (product G)))) . (((proj i) . x) - r) )
set m = len G;
reconsider xf = x as Element of product (carr G) by LM001;
X3:
dom (carr G) = dom G
by ZE;
reconsider Zr = 0. (product G) as Element of product (carr G) by LM001;
reconsider ixr = (reproj (i,x)) . r as Element of product (carr G) by LM001;
reconsider p = ((reproj (i,x)) . r) - x as Element of product (carr G) by LM001;
X5:
dom p = dom (carr G)
by CARD_3:9;
reconsider q = (reproj (i,(0. (product G)))) . (r - ((proj i) . x)) as Element of product (carr G) by LM001;
X6:
dom q = dom (carr G)
by CARD_3:9;
reconsider s = x - ((reproj (i,x)) . r) as Element of product (carr G) by LM001;
X7:
dom s = dom (carr G)
by CARD_3:9;
reconsider t = (reproj (i,(0. (product G)))) . (((proj i) . x) - r) as Element of product (carr G) by LM001;
X8:
dom t = dom (carr G)
by CARD_3:9;
X9:
(reproj (i,x)) . r = x +* (i,r)
by Def5;
reconsider xfi = xf . i as Point of (G . i) ;
(reproj (i,(0. (product G)))) . (r - ((proj i) . x)) = (0. (product G)) +* (i,(r - ((proj i) . x)))
by Def5;
then X11:
q = Zr +* (i,(r - xfi))
by Def1;
(reproj (i,(0. (product G)))) . (((proj i) . x) - r) = (0. (product G)) +* (i,(((proj i) . x) - r))
by Def5;
then X12:
t = Zr +* (i,(xfi - r))
by Def1;
set ir = i .--> r;
set irx1 = i .--> (r - xfi);
set irx2 = i .--> (xfi - r);
x in the carrier of (product G)
;
then p0:
x in product (carr G)
by LM001;
consider g1 being Function such that
p1:
( x = g1 & dom g1 = dom (carr G) & ( for i being set st i in dom (carr G) holds
g1 . i in (carr G) . i ) )
by p0, CARD_3:def 5;
for k being set st k in dom p holds
p . k = q . k
hence
((reproj (i,x)) . r) - x = (reproj (i,(0. (product G)))) . (r - ((proj i) . x))
by X5, X6, FUNCT_1:2; x - ((reproj (i,x)) . r) = (reproj (i,(0. (product G)))) . (((proj i) . x) - r)
for k being set st k in dom s holds
s . k = t . k
hence
x - ((reproj (i,x)) . r) = (reproj (i,(0. (product G)))) . (((proj i) . x) - r)
by X7, X8, FUNCT_1:2; verum