:: deftheorem defCoord defines Coordinate ZMATRLIN:def 11 :
for V being free Z_Module
for B being Basis of V
for u being Vector of V
for b4 being Function of V,INT.Ring holds
( b4 = Coordinate (u,B) iff ( ( for v being Vector of V ex Lu being Linear_Combination of B st
( v = Sum Lu & b4 . v = Lu . u ) ) & ( for v being Vector of V
for Lv being Linear_Combination of B st v = Sum Lv holds
b4 . v = Lv . u ) & ( for v1, v2 being Vector of V holds b4 . (v1 + v2) = (b4 . v1) + (b4 . v2) ) & ( for v being Vector of V
for r being Element of INT.Ring holds b4 . (r * v) = r * (b4 . v) ) ) );