So I am trying to prove a proposition. It goes like this
Let there be $\emptyset\neq X\subset\mathbb{R}$ which is bounded from above. The next two statements are equivalent about $s\in\mathbb{R} $
1) i)$ x\leq s$ $\forall x\in X$
ii) If $x\leq u$ $ \forall x\in X$ then $s\leq u$
2) i)$x\leq s$ $\forall x\in X$
ii*)$\forall\epsilon>0$ $ \exists x\in X$ s.t $s-\epsilon<x\leq s$
So I am trying to prove $2\Rightarrow1$, in other words to prove $ii* \Rightarrow ii$. I wanted to prove it by contradiction but I couldn't figure out how to negate ii. As I know it, if we have two statements A and B with $A \Rightarrow B$ then the negation would be $\neg B \Rightarrow \neg A$.Here, for example A=If $u \leq x$ $\forall x \in X$ and B is $s \leq u$. But when I applied it, it really didn't make any sense. Maybe I have the wrong idea of negation. Can someone explain me where I am wrong with the negation? Thank you.