For each $x \gt 0$ and $y \in \Bbb R,$ there exists $n \in \Bbb N$ such that $nx \gt y.$
How to negate the above statement? I am doing in the following way $:$
There exists $x \leq 0$ or $y \notin \Bbb R$ such that for all $n \in \Bbb N$ we have $nx \leq y.$
But I don't think it's a valid negation. Actually I don't know what's the actual way to negate a statement. Is there any certain rule which can be used in order to negate any mathematical statement? Also I have just heard the word "quantifiers". Can anybody please clear it to me about the role of "quantifiers" here? What does that actually mean?
Any suggestion regarding this will be appreciated. Thanks.
Your proposition should be written as
$$(\forall (x,y)\in \Bbb R^+\times \Bbb R)\; (\exists n\in \Bbb N) \;:$$ $$\;nx>y$$
and its negation will be
$$(\exists (x,y)\in \Bbb R^+\times \Bbb R)\;:\;(\forall n\in \Bbb N)\;$$ $$nx\le y$$