« previous section | next section » |
Let X be a non-empty set. A one-argument propositional function over space X (function range) is an expression α(x) in which x is an argument and which becomes true or false if we substitute any arbitrary object of the set X for the variable x.
When X is a Cartesian product of sets X1 × ... × Xn the variable x takes as value some element of this product. We say in this case that we have an n-argument propositional function. In order to simplify our notation, we write down α(x) where x can be both one simple variable or a vector of variables (see subsection 3.5).
Example 7.1.1
Question 7.1.1
Remark The one-argument propositional function f(x) is simply a function defined over some arbitrary set X with values in the two-element Boolean algebra, f : X → {0,1} where for any x ∈ X, f(x) is a proposition in the sense of propositional calculus and takes value 1 if and only if this proposition is valid.
Propositional functions, in other words predicates, may be connected with logical functors which were introduced in the previous lecture. This process leads to new complex propositional functions which we call formulas of predicate calculus. If α(x) and β(x) are predicates then
(α(x) ∨β(x)), (α(x) ∧ β(x)), (α(x) → β(x)), ¬β(x)
are complex predicates or formulas.
Example 7.1.1
The following expressions are examples of complex predicates:
Question 7.1.2 Let p(x) stand for "x is an even number", mod4(x) be the function which gives the remainder of division x by 4 and let " /2 " be the operation of division by 2. Write down sentence "If x is an even number and x is divisible by 4, then x divided by 2 is an even number too".
----- Check the answer -----
« previous section | next section » |