In this page of brilliant , an example problem is as follows
$$\sum_{i=0}^6 a_i \leq 100$$ How many positive integers $(a_1,a_2...,a_6)$ with $ i \leq a_i$ for $i=1,2,3,4,5,6$ satisfy the sum?
In the solution they start of with introducing an extra variable $c$ into the equation making it:
$$ c+ \sum_{i=0}^6 a_i \leq 100$$
With, $ 0 \leq c$
But I don't understand why? They call this addition of 'c' is some kind of bijection but I'm not sure what purpose it is serving..
where $c$ is simply denoting how much of the constraint is "unused"/extra.
– Zubin Mukerjee Nov 03 '20 at 16:08