:: deftheorem Def3 defines Nat-mult-left BINOM:def 3 :
for R being non empty addLoopStr
for b2 being Function of [:NAT, the carrier of R:], the carrier of R holds
( b2 = Nat-mult-left R iff for a being Element of R holds
( b2 . (0,a) = 0. R & ( for n being Nat holds b2 . ((n + 1),a) = a + (b2 . (n,a)) ) ) );