Definition: We say that $X\subset \mathbb{R}$ is bounded above if $\exists C\in \mathbb{R}$ s.t. $\forall x\in X$ we have $x\leq C$.
$(X \ \text{is bounded above}):=\exists C\in \mathbb{R}((\forall x\in X)\Rightarrow (x\leq C))$
So I want to take the negation of it: $$\neg(X \ \text{is bounded above})\equiv \neg(\exists C\in \mathbb{R}((\forall x\in X)\Rightarrow (x\leq C)))\equiv$$ $$\equiv\forall C\in \mathbb{R} \neg((\forall x\in X)\Rightarrow (x\leq C))$$ But we know that $\neg (P\Rightarrow Q)\equiv P\land \neg Q$ which implies that $$\neg(X \ \text{is bounded above})\equiv \forall C\in \mathbb{R} ((\forall x\in X)\land (x> C)) $$
But I know that the correct negation should be the following: $X\subset \mathbb{R}$ is not bounded above if $\forall C\in \mathbb{R}$ $\exists x\in X$ s.t. $x>C$.
What am I doing wrong in the above?