let x be FinSequence of REAL ; for M being Matrix of REAL holds
( M = LineVec2Mx x iff ( Line (M,1) = x & len M = 1 ) )
let M be Matrix of REAL; ( M = LineVec2Mx x iff ( Line (M,1) = x & len M = 1 ) )
thus
( M = LineVec2Mx x implies ( Line (M,1) = x & len M = 1 ) )
( Line (M,1) = x & len M = 1 implies M = LineVec2Mx x )
assume that
A4:
Line (M,1) = x
and
A5:
len M = 1
; M = LineVec2Mx x
A6:
for j being Nat st j in Seg (width M) holds
x . j = M * (1,j)
by A4, MATRIX_0:def 7;
A7:
len x = width M
by A4, MATRIX_0:def 7;
then
Seg (width M) = dom x
by FINSEQ_1:def 3;
hence
M = LineVec2Mx x
by A5, A7, A6, Def10; verum