The derivation operator is $D=d/dx$, where we have: $D(f(x)g(x)) = fDg+gDf$.
Now while reading a book on difference equations, it occured to me that for the discrete operator, i.e $\Delta(y_n) = y_{n+1}-y_n$, we don't have the same identity, i.e. we have: $\Delta(z_n y_n) = z_{n+1}y_{n+1}-z_n y_n$, and $z_n\Delta y_n + y_n \Delta z_n = z_n(y_{n+1}-y_n)+y_n(z_{n+1}-z_n) = z_n y_{n+1}+y_nz_{n+1}-2z_ny_n$.
What other differences are there between these operators? I prefer those that aren't obvious, although if you were to ask me before calculating I would have said the same identity should be also true for the discrete case.