Universe (Or Domain) of Discourse: 8xP (X) "For All X, P (X) " 8xP (X) 8xP (X)
Universe (Or Domain) of Discourse: 8xP (X) "For All X, P (X) " 8xP (X) 8xP (X)
It takes some variable(s) as arguments; it returns either True or False (but not both) for each combination of the argument values. In contrast, a proposition is not a function. It does not have any variable as argument. It is either True or False (but not both). The variables are always associated with a universe (or domain) of discourse, which tells us what combinations of the argument values are allowed. Suppose P(x) is a predicate, where the universe of discourse for x is {1, 2, 3}. Then P(x) is not a proposition, but P(1) is a proposition. In general, a predicate is not a proposition. But when you assign values to all its argument variables, you get a proposition. Example: P(x, y) : x + 2 = y is a predicate. It has two variables x and y; Universe of Discourse: x is in {1, 2, 3}; y is in {4, 5, 6}. P(1, 4) : 1 + 2 = 4 is a proposition (it is F); P(2, 4) : 2 + 2 = 4 is a proposition (it is T); P(2, 3): meaningless (in this example), because 3 is not in the specified universe of discourse for y. Universal quantification is another way of converting a predicate into a proposition. Definition Suppose P(x) is a predicate on some universe of discourse. The universal quantification of P(x) is the proposition: P(x) is true for all x in the universe of discourse. We write 8xP(x), and say for all x, P(x). 8xP(x) is TRUE if P(x) is true for every single x. 8xP(x) is FALSE if there is an x for which P(x) is false. Example: P(x) : x + 2 = 5, universe of discourse: {1, 2, 3}. 8 x P(x) means: for all x in {1, 2, 3}, x + 2 = 5. In other words, it means: 1+2=5, 2+2=5, and 3+2=5, which is false. So it is a proposition. Existential quantification is yet another way of converting a predicate into a proposition. Definition Suppose P(x) is a predicate on some universe of discourse. The existential quantification of P(x) is the proposition: P(x) is true for some x in the universe of discourse. We write 9 x P(x), and say there exists x, P(x). 9 x P(x) is TRUE if P(x) is true for any x. 9 x P(x) is FALSE if for every x, P(x) is false. Example: P(x) : x + 2 = 5, universe of discourse: {1, 2, 3}. 9 x P(x) means: for some x in {1, 2, 3}, x + 2 = 5. In other words, it means: 1 + 2 = 5, or 2 + 2 = 5, or 3 + 2 = 5 which is true. So it is a proposition.