Suppose that you have a convergent sequence of real numbers $x_n$ and assume that you want to impose conditions so that this sequence converges to some limit $x^*$ for $n\rightarrow \infty$ in a smooth way that is without jumps. In other terms I want to impose that it does not converge too fast and that it doesn't converge to $x^*$ abruptly at some point in time. In other terms, I want the function $|x_n - x^*|$ to be continuous and with the x-axis as a horizontal asymptote.
If I just imposed the sequence to be a Cauchy sequence, I'd not get the result since a constant sequence is Cauchy. I'd modify the Cauchy property this way:
for every positive real number $\epsilon$ there is a positive integer $N$ such that for all natural numbers $n,m>N$ we have $|x_n - x_m|<\epsilon$ and $|x_n - x_m|=\epsilon$ for at least one pair $m,n$
Is this correct? Is there a more elegant way to get the result?