:: deftheorem Def7 defines mult GROUP_1A:def 6 :
for G being non empty addMagma
for b2 being Function of [:NAT, the carrier of G:], the carrier of G holds
( b2 = mult G iff for h being Element of G holds
( b2 . (0,h) = 0_ G & ( for n being Nat holds b2 . ((n + 1),h) = (b2 . (n,h)) + h ) ) );