let F1, F2 be Function of V1,V2; :: thesis: ( ( for v being Vector of V1 holds F1 . v = Sum (lmlt (Line ((LineVec2Mx (v |-- b1)) * M),1),B2) ) & ( for v being Vector of V1 holds F2 . v = Sum (lmlt (Line ((LineVec2Mx (v |-- b1)) * M),1),B2) ) implies F1 = F2 )
assume that
A2:
for v being Vector of V1 holds F1 . v = Sum (lmlt (Line ((LineVec2Mx (v |-- b1)) * M),1),B2)
and
A3:
for v being Vector of V1 holds F2 . v = Sum (lmlt (Line ((LineVec2Mx (v |-- b1)) * M),1),B2)
; :: thesis: F1 = F2
hence
F1 = F2
by FUNCT_2:18; :: thesis: verum