Negating a Universal Statement in Real Analysis

  • Context: Graduate 
  • Thread starter Thread starter bguidinger
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
bguidinger
Messages
2
Reaction score
0
I am stuck in trying to take the negation of this statement:

[tex](\forall \varepsilon>0)(\exists N \in N)(\forall n,m\geq N)(\forall x \in R [|f_n(x)-f_m(x)|< \varepsilon][/tex]

One of my thoughts was that in order to move the negation inside the brackets, all I need to do is say [tex](\exists \varepsilon \leq 0)[/tex]...and everything else remains unchanged.

However, my other thought was to somehow move the statement [tex]\varepsilon > 0[/tex] to the end of the original statement and make it: [tex](\varepsilon > 0 \Rightarrow |f_n(x)-f_m(x)|< \varepsilon)[/tex]

If you can help me in anyway, it would be greatly appreciated.

Thanks!
 
Last edited:
Physics news on Phys.org
I figured it out...here is the solution for anyone who is curious.

[tex](\exists \varepsilon>0)(\forall N \in N)(\exists n,m\geq N)(\exists x \in R [|f_n(x)-f_m(x)| \geq \varepsilon][/tex]

Thanks for the help!