The optimization problem is
$$I = \min_{N_i \in \mathbb N}\max_{1 \leq i \leq m} \frac{t_i}{N_i}$$
given the constraint
$$\sum_{i=1}^{n} N_i = N $$
$t_i$ are some known constants.
Now, intuitively, the $N_i$'s which most closely proportionately divides $N$ in the ration of $t_i$'s seems to be the answer, but how does one verify/refute this using proper optimization techniques?