for $1<p<2$, prove the p-series: $\sum_{n=1}^{\infty}n^{-p}$ is convergent.
please use Cauchy Rule (edit: that is, by showing directly that the sequence of partial sums is a Cauchy sequence) instead of concerned with integral and differential knowledge.
I have seen a proof before, without concern any tests about series. But I forgot it.
I had learned the condensation test. But the proof I had seen is not constructed by proved the condensation test, more precisely, not by shown every specify partial sums of a $p$-series is bounded in the corresponding items of a geometry series.
Edit. So much grateful to user6312 and Didier for your warmhearted doings.
For some reason however, I had to bother you two although I would wish have not to. User6312's second answer seem as a proof without importing differential or integral point but, the base idea, showing EACH $p$-series (here $p=2^{-k}$) was a telescope series SURELY could be done, came from the "middle point theorem". What do you think? For Didier's proof, like user6312's denote, a geometry series behind it, since you had to recurring to get the general term's formula of $A_n$.
I recalled the ever seen proof a little last night. That is like assemble from your two answers:
$\forall p\in(1,2)$, $\exists k\in\mathbb{N}$ so that $2^{-k}<p-1$, then show the cutted-partial-sum (that is, summary from $N$ to $N+m$) of $2^{-k}$-series yields the SUM (multiply a constant factor) of $2^{1-k}$-series (if it's convergent), $\ldots\,$. At last (after finite steps), show the $2^{-1}$-series is a telescope series. Since the cutted-partial-sum of given $p^{-k}$-series yields the cutted-partial-sum of $2^{-k}$-series is obvious (to consider orresponding term), we have done. But the detail I haven't thought through over clearly. Might someone write it down?
Here is a version of the Cauchy Condensation Test: If $(a_n)$ is a decreasing sequence of positive terms, then $$\sum_{n=1}^\infty a_n$$ converges precisely if $$\sum_{k=0}^\infty 2^k a_{2^k}$$ converges. This may be a little hard to read: $a_{2^k}$ is the $2^k$-th term of the sequence.
Let $a_n=1/n^p$. Then $$a_{2^k}=\frac{1}{2^{kp}}$$ So the Cauchy Condensation Test says that your series converges iff $$\sum_{k=0}^\infty \frac{2^k}{2^{kp}}$$ converges. The above series can be rewritten as $$\sum_{k=0}^\infty \frac{1}{(2^{p-1})^k}$$ Since $p>1$, $2^{p-1}>1$. Let $r=1/(2^{p-1})$. Note that $0<r<1$. Then the series obtained from Cauchy Condensation is $$\sum_{k=0}^\infty r^k$$ You will recognize this as a convergent geometric series, and we are finished. With a more complex expression than $1/n^p$, the series obtained from the Cauchy Condensation Test might need further processing.
Edit A large chunk is added below to the original answer, since recently the OP made it clear that what meant by the "Cauchy test" was not Cauchy Condensation, but proving that the partial sums form a Cauchy sequence.
We want to show that for any $\epsilon>0$, we can find an $N=N(\epsilon)$, such that for any $m$ and $n$, if $N<m<n$, then $$(m+1)^{-p}+(m+2)^{-p} +\cdots + (n)^{-p} <\epsilon$$ For any $m$, let $2^k$ be the largest integer such that $2^k < m$. It is enough to show that if $k$ is large enough, the longer sum $$(2^k)^{-p}+(2^k+1)^{-p} + (2^k+2)^{-p} +(2^k+3)^{-p} +\cdots$$ is less than $\epsilon$. (We are summing from $2^k$ to "infinity" to get rid of the pesky and useless $n$. We can if we wish stop the summing at the smallest power of $2$ which is $>n$.)
So look at the displayed sum above. Break this up into the sum
$(2^{k})^{-p}+ (2^{k}+1)^{-p}+\cdots + (2^{k+1}-1)^{-p}$, plus the sum $(2^{k+1})^{-p}+ (2^{k+1}+1)^{-p}+\cdots + (2^{k+2}-1)^{-p}$, plus the sum $(2^{k+2})^{-p}+ (2^{k+2}+1)^{-p}+\cdots +(2^{k+3}-1)^{-p}$, and so on.
Look first at $$(2^{k})^{-p}+(2^{k}+1)^{-p}+\cdots + (2^{k+1}-1)^{-p}$$ Each term in the sum is $\le (2^k)^{-p}$, and the sum has $2^k$ terms, so it adds up to something $\le (2^k)^{1-p}$.
Similarly, the next chunk adds up to something $\le (2^{k+1})^{1-p}$, and so on. Thus our entire sum is less than or equal to (actually less than) $$(2^k)^{1-p}+ (2^{k+1})^{1-p} + (2^{k+2})^{1-p}+\cdots$$ This sum can be rewritten as $$(2^{1-p})^{k}+ (2^{1-p})^{k+1} + (2^{1-p})^{k+2}+\cdots$$
Note that $2^{p-1}>1$. So the sum above is a geometric series with first term $(2^{1-p})^k$ and common ratio $2^{1-p}$. We can find an explicit expression for the sum, which is $$\frac{(2^{1-p})^k}{2^{p-1}-1}$$ From this expression it is easy to obtain a value of $2^k$ that will make the sum $<\epsilon$.