:: deftheorem Def3 defines DProd RINGDER1:def 3 :
for R being non degenerated comRing
for D being Derivation of R
for s, b4 being FinSequence of the carrier of R holds
( b4 = DProd (D,s) iff ( len b4 = len s & ( for i being Nat st i in dom b4 holds
b4 . i = Product (Replace (s,i,(D . (s /. i)))) ) ) );