For some arbitrary natural numbers $n,i$ with $n<k,i \leq k+1$, does there always exists some natural $x \leq k-1$ such that $k \mid n+xi$?
So we want $ xi \equiv -n \pmod k$. Reduced residue class of $k$ consist ${0,1,2,...,k-1}$, that is $k$ elements, so with all the bounds given in the problem, I was thinking of getting some PHP argument, but I'm stuck. Any help would be appreciated.