:: deftheorem Def1 defines * POLYNOM1:def 1 :
for L being non empty multMagma
for p being FinSequence of the carrier of L
for a being Element of L
for b4 being FinSequence of the carrier of L holds
( b4 = a * p iff ( dom b4 = dom p & ( for i being object st i in dom p holds
b4 /. i = a * (p /. i) ) ) );