Consider the following statement: Every number is less than its square. Write the statement “Every number is less that its square” symbolically by defining a predicate and using a quantifier.
Answer:
P(x) = x < x²
Thus ∀x P(x)
Have I written this answer correctly?