let E, F, G be RealNormSpace; for f being BilinearOperator of E,F,G
for z being Point of [:E,F:] holds
( f * (reproj1 z) is LinearOperator of E,G & f * (reproj2 z) is LinearOperator of F,G )
let f be BilinearOperator of E,F,G; for z being Point of [:E,F:] holds
( f * (reproj1 z) is LinearOperator of E,G & f * (reproj2 z) is LinearOperator of F,G )
let z be Point of [:E,F:]; ( f * (reproj1 z) is LinearOperator of E,G & f * (reproj2 z) is LinearOperator of F,G )
reconsider L1 = f * (reproj1 z) as Function of E,G ;
for x, y being Element of E holds L1 . (x + y) = (L1 . x) + (L1 . y)
then A3:
L1 is additive
;
A4:
for x being VECTOR of E
for a being Real holds L1 . (a * x) = a * (L1 . x)
reconsider L2 = f * (reproj2 z) as Function of F,G ;
for x, y being Element of F holds L2 . (x + y) = (L2 . x) + (L2 . y)
then A8:
L2 is additive
;
for x being VECTOR of F
for a being Real holds L2 . (a * x) = a * (L2 . x)
hence
( f * (reproj1 z) is LinearOperator of E,G & f * (reproj2 z) is LinearOperator of F,G )
by A3, A4, LOPBAN_1:def 5, A8; verum