The constraints are
- $0 \le a_1,a_2....a_n,b_1,b_2....b_n \le 1$.
- $|a_i-b_i|< \delta$ for all $1 \le i \le n $
How do I go about proving the following $$|\prod_{i=1}^n a_i-\prod_{i=1}^n b_i| < n\delta$$
I tried reducing it to two terms where one term is like $(a-\delta)^n$ so that I can get the $n\delta$ term from binomial,but I am stuck. I would really appreciate just hints.