A sequence $(x_n) $ of real numbers converges to a real number $ x $ if
For all $\epsilon> 0 $ there exists a natural number $ n_0 $ such that for all $ n \ge n _0 $, $|x_n - x| < \epsilon $.
How to negate this statement? No matter what I try my new statement makes no sense. I am trying to negate it using propositional logic (so the negation of a universal quantifier is an existential quantifier, etc) but I'm getting lost. Please ELI5
Thanks!
You can write the definition of $(x_n) \to x$ as $$\forall \varepsilon > 0 \ \exists n_0 \in \mathbb{N} \ \forall n \ge n_0 \ |x_n-x| < \varepsilon$$ When you negate such a statement, the front-loaded quantifiers flip (so the $\forall \exists \forall$ becomes $\exists \forall \exists$, and the quantified proposition is negated (so the $|x_n-x|<\varepsilon$ becomes $|x_n-x| \ge \varepsilon$).
See if you can now negate the statement yourself (and, even better, re-write it in plain English).