What is the simplest way to prove this inequality without calculator and without calculus (I don't know calculus):
$$\frac12-\frac13+\frac14-\frac15+...+\frac1{2018}-\frac1{2019} \in \left(\frac14, \frac13\right)$$
For numbers $> \frac{1}{4}$, I can prove like this:
$$\frac12-\frac13+\frac14-\frac15+...+\frac1{2018}-\frac1{2019} > \frac12-\frac13+\frac14-\frac15+\frac16-\frac17+\frac18-\frac19=$$
$$\frac16+\frac1{20}+\frac1{42}+\frac1{72} = 0.254... > \frac{1}{4}$$
but I don't like it. Are there cleaner ways?
Edit: The original question is:
$$\frac12-\frac13+\frac14-\frac15+...+\frac1{2002}-\frac1{2003} \in \left(\frac14, \frac13\right)$$
from Challenging Problems in Algebra by Charles Salkind.
Without using calculus, one may observe that $$S_n:=\frac12-\frac13+\frac14-\frac15\pm\ldots +\frac{(-1)^{n+1}}n $$ has the following properties:
Both follow immediately from $\frac1{n+1}-\frac1{n+2}=\frac1{(n+1)(n+2)}>0$. By this, if $a,b<n$, $a$ odd, $b$ even, then $S_a<S_n<S_b$. By checking, the smallest useful $a,b$ are $a=9$ (as you also found) and $b=20$ (with $S_{20}=0.331\ldots <\frac13$). If you dislike computing $S_9$, I can only imagine what you think about computing $S_{20}$ without aid!
For a better approach, we need, still avoiding calculus, a better estimate for for $S_n-S_N$ when $N\gg n$. We invest some manageable algebraic work in order to avoid much numerical computation. Revisiting the above result, we have for odd $n\ge k$ $$\begin{align}S_{n+2}-S_n&=\frac1{n+1}-\frac1{n+ 2}\\&=\frac1{(n+1)(n+2)}\\&\ge \frac {\frac k{k+1}}{n(n+2)}\\&=\frac k{2(k+1)}\left(\frac1n-\frac1{n+2}\right). \end{align}$$ Summing this for $n=k, k+2, k+4, \ldots$, we obtain a telescoping sum and thereby $$ \tag1\begin{align}S_N-S_k&\ge \frac k{2(k+1)}\left(\frac1k-\frac1N\right)\\&=\frac1{2(k+1)}-\frac{k}{2(k+1)N}\end{align}$$ for $N>k$ and both odd. The same argument leads to $$ \tag2S_k-S_N\ge \frac1{2(k+1)}-\frac{k}{2(k+1)N}$$ for $N>k$ and both even.
For $N=2019>9$ and $k=3$, $(1)$ leads to $$S_N\ge \left(\frac12-\frac13\right)+\frac18- \frac 3{8N}=\frac14+\frac1{24}- \frac 3{8N}>\frac14.$$ For $N=2018>24$ and $k=4$, $(2)$ leads to $$S_N\le \left(\frac12-\frac13+\frac14\right)-\frac1{10}+\frac 4{10N} =\frac13-\frac1{60}+\frac 4{10N}<\frac13.$$ Therefore, $$ \frac14<S_{2019}<S_{2018}<\frac13.$$