Let $p_j$ and $p'_j$ be the sizes of the original pile and the new pile, respectively, containing book $j$, $j = 1 \ldots N$, where $N$ is the number of books. Then $n = \sum_{j=1}^N 1/p_j$ while $n+k = \sum_{j=1}^N 1/p'_j$, so $k = \sum_{j=1}^N (1/p'_j - 1/p_j)$. Now if $p'_j \ge p_j$, $1/p'_j - 1/p_j \le 0$, while if $p'_j < p_j$, $1/p'_j - 1/p_j < 1$. Therefore $k$ is less than ...