let a0, b0 be Real; :: according to RLVECT_1:def 6 :: thesis: for b1 being Element of the carrier of [:G,F:] holds (a0 + b0) * b1 = (a0 * b1) + (b0 * b1)
let x be VECTOR of [:G,F:]; :: thesis: (a0 + b0) * x = (a0 * x) + (b0 * x)
reconsider a = a0, b = b0 as Element of REAL by XREAL_0:def 1;
consider x1 being Point of G, x2 being Point of F such that
A1: x = [x1,x2] by Lm1;
A2: ( (a + b) * x1 = (a0 * x1) + (b0 * x1) & (a + b) * x2 = (a0 * x2) + (b0 * x2) ) by RLVECT_1:def 6;
thus (a0 + b0) * x = [((a + b) * x1),((a + b) * x2)] by A1, Def2
.= (prod_ADD (G,F)) . ([(a * x1),(a * x2)],[(b * x1),(b * x2)]) by A2, Def1
.= (prod_ADD (G,F)) . (((prod_MLT (G,F)) . (a,[x1,x2])),[(b * x1),(b * x2)]) by Def2
.= (a0 * x) + (b0 * x) by A1, Def2 ; :: thesis: verum