let m be non zero Nat; for x, a being Real
for i being Nat st 1 <= i & i <= m holds
(reproj (i,(0* m))) . (a * x) = a (#) ((reproj (i,(0* m))) . x)
let x, a be Real; for i being Nat st 1 <= i & i <= m holds
(reproj (i,(0* m))) . (a * x) = a (#) ((reproj (i,(0* m))) . x)
let i be Nat; ( 1 <= i & i <= m implies (reproj (i,(0* m))) . (a * x) = a (#) ((reproj (i,(0* m))) . x) )
assume A1:
( 1 <= i & i <= m )
; (reproj (i,(0* m))) . (a * x) = a (#) ((reproj (i,(0* m))) . x)
reconsider a = a, x = x as Element of REAL by XREAL_0:def 1;
reconsider ax = a * x as Element of REAL ;
A2:
Replace ((0* m),i,ax) = a * (Replace ((0* m),i,x))
by Th10, A1;
Replace ((0* m),i,x) = (reproj (i,(0* m))) . x
by PDIFF_1:def 5;
then
(reproj (i,(0* m))) . (a * x) = a * ((reproj (i,(0* m))) . x)
by A2, PDIFF_1:def 5;
hence
(reproj (i,(0* m))) . (a * x) = a (#) ((reproj (i,(0* m))) . x)
; verum