"The following statements are about positive real numbers. Which one is true? Explain your answer."
$\forall x, \exists y$ such that $xy < y^2$
$\exists x$ such that $\forall y, xy < y^2$
I try understanding this but the English is difficult for this problems. I think first one I say
$$xy<y^2 \iff x<y$$
so if counterexample $y=1$ is true, then $x \geq y$ is false. This statement is false.
For second statement
$$xy < y^2 \iff x<y$$
counterexample $x=1$ is true, then $y \leq x$ is false. Statement is false.
Is correct understanding? I feel doubt about my work.