previous up next
Go backward to Sum Identities
Go up to Top
Go forward to Product Quantifier
RISC-Linz logo

Examples

(sum1 <= i <= n xi) * (sum1 <= j <= m xj) = (sum1 <= i <= n (sum1 <= j <= m xi+j)) = (sum1 <= i <= n /\  1 <= j <= m xi+j).
(sum1 <= i <= n (sum1 <= j <= m i*xj)) = (sum1 <= i <= n (i*(sum1 <= j <= m xj))).

Many more identities can be deduced from basic definition.


Author: Wolfgang Schreiner
Last Modification: November 16, 1999

previous up next