1

When I solve some programming problems about Mobius inversion, I have to used it.I think I can let $ n = kt + r $ and use some inequalities, but I can't go on.

1 Answers1

0

$$\eqalign{\left\lfloor\frac nx\right\rfloor=k\quad &\Leftrightarrow\quad k\le\frac nx<k+1\cr &\Leftrightarrow\quad \frac n{k+1}<x\le\frac nk\cr}$$ if $n,k$ are positive.

David
  • 82,662