For $n,k \in \mathbb{N}$, prove that $\left \lceil \frac{n}{k} \right \rceil=\left \lfloor \frac{n-1}{k} \right \rfloor+1 $.
2026-04-04 17:21:51.1775323311
For $n,k \in \mathbb{N}$, prove that $\left \lceil \frac{n}{k} \right \rceil=\left \lfloor \frac{n-1}{k} \right \rfloor +1 $.
37 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
The number $a = \lfloor \frac{n-1}{k} \rfloor$ is the unique nonnegative integer satisfying $n-1 = ak + r$ with $0 \leq r < k$. This condition on $r$ implies the fraction $\frac{r+1}{k}$ is in the interval $[1/k, 1]$. Therefore, $$ \left\lceil \frac{n}{k} \right\rceil = \left\lceil \frac{ak+r+1}{k} \right\rceil = a + \left\lceil \frac{r+1}{k} \right\rceil = a + 1 . $$