There are n processes P1,P2,....Pn.
Number of identical resources = m
The maximum resource requirements for process Pi is Sp, where Si>0.
If all processes are in safe state then system can allocate resources to each process Pi in some order and still avoid a deadlock. We can avoid the dead lock if each Pi can still request can be satisfied by the current available resources plus the resources held by process Pi such that j < i. The maximum resource requirement of n processes
is ∑ni=1si and this amount must less than m + n.
∴∑ni=1si<(m+n)