I struggle a bit to understand this concept. Define the sequence ${x}_n$ as follows:
$$ {x}_n = \frac{1}{3}, \frac{1}{7}, \frac{1}{11},…,\frac{1}{4n-1} $$
Use the negation of the definition of Cauchy sequence to show that ${x}_n$ is not a Cauchy sequence.
Negation of Cauchy: $\exists \space \epsilon \space \forall \space N \space \exists \space n\ge m\gt N \space |{x}_n -{x}_m | \ge \epsilon$
Okay, so I need to find an $\epsilon$. Can I pick ANY epsilon? For example.
Pick n = N+2 and m = N+1, then
$|{x}_n -{x}_m| = |\frac{-4}{(4N+7)(4N+3)}| $
Can I just choose $\epsilon = \frac{3}{(4N+7)(4N+3)}$ ? This doesn’t feel like a legitimate way of choosing $\epsilon$.
This is a Cauchy sequence, so something is wrong if you're trying to prove it isn't.
You can pick $\epsilon$ when you are trying to disprove that a sequence is Cauchy, but you have to pick it before $N$ gets picked. So it's not allowed to make $\epsilon$ a function of $N$, as you have done. You can see this by reading your quantifiers in order. You have to prove that there exists epsilon such that for all N, ...