Why is 'x + 3 = 7' not a statement on its own, but 'for all integers x, x + 3 = 7' is a statement? What changes?
Think about your answer, then reveal below.
Model answer: The open sentence 'x + 3 = 7' contains a free variable x — its truth depends on what x is, so it has no single truth value and is therefore a predicate, not a statement. The universal quantifier 'for all integers x' binds the variable, removing the dependence on any particular value. The result has a definite truth value (false — since it fails for x = 1, among others), making it a genuine statement.
The distinction between predicates and statements is foundational to all of logic. Proofs consist of statements — sentences with definite truth values. A predicate like 'x + 3 = 7' is a function from values to truth values, not a truth value itself. Quantifiers (for all, there exists) convert predicates into statements by either ranging over all possible values or asserting the existence of one that satisfies the condition. Understanding this is the prerequisite for working with quantified logic, the main language of mathematical proof.