This inequality was presented as obvious in this answer. I was interested in understanding the details for this comparison so I started reading up the Euler-MacLaurin formula but this actually confused me since computation of the remainder is very detailed (I have not spent enough time working with Bernoulli Numbers to have an intuition on their range of values).
I wasn't clear if the use in the answer above presupposed the conditions identified in the question or whether it was always true.
If it is always true, if someone can outline a simple argument that would be great. I have seen a visual argument but I am not clear how this translates to a proof for all integer ranges.
$$ \int_2^{n+1} ; \frac{1}{x} ; dx ; < ; \sum_{j=2}^n ; \frac{1}{j} ; < ; \int_{1}^n ; \frac{1}{x} ; dx $$ $$ 1 +\int_2^{n+1} ; \frac{1}{x} ; dx ; < ; 1 + \sum_{j=2}^n ; \frac{1}{j} ; < ; 1 + \int_{1}^n ; \frac{1}{x} ; dx $$
$$ 1 +\int_2^{n+1} ; \frac{1}{x} ; dx ; < ; \sum_{j=1}^n ; \frac{1}{j} ; < ; 1 + \int_{1}^n ; \frac{1}{x} ; dx $$
– Will Jagy Jan 05 '23 at 23:40