How many of the following quantified statements are true, where the domain of x and y are all real numbers?
∃y∀x(x^2 > y)
∃x∀y(x^2 > y)
∀x∃y(x^2 > y)
∀y∃x(x^2 > y)
Hello, I am currently stuck on this problem and am thinking the answer is three or four. Although I am leaning towards the fact that only three of them are true with the second being false. Please let me know if my logic is correct.
∃y∀x(x^2 > y): This statement says that there exists a real number y such that for all real numbers x, x^2 is greater than y. This is true because, if y is negative than the statement is always true.
∃x∀y(x^2 > y): This statement says that there exists a real number x such that for all real numbers y, x^2 is greater than y. This is not true because, for any x, there is always a y that is greater than x^2 (e.g. y=x^2+1).
∀x∃y(x^2 > y): This statement says that for all real numbers x, there exists a real number y such that x^2 is greater than y. This is true because for any x, we can always find a y that is less than x^2 (e.g. y=x^2-1).
∀y∃x(x^2 > y): This statement says that for all real numbers y, there exists a real number x such that x^2 is greater than y. This is true because, for any y, we can always find an x such that x^2 is greater than y (e.g. x=sqrt(y+1)).