For each proposition below, decide whether it is true or false and give a brief explanation. Assume the universe (domain of variables) to be Z, the set of integers.
(1) ((x = 5) ∧ (y = 1)) → ((x > 10) ∨ (y > 0))
(2) ∀x((x < 0) ∨ (x^2 ≥ x))
(3) ¬(∃xP(x)) ↔ (∀x¬P(x)) for all predicates P(x)
For each proposition below, let us decide whether it is true or false. Assume thedomain of variables to be "\\Z", the set of integers.
(1) "((x = 5) \u2227 (y = 1)) \u2192 ((x > 10) \u2228 (y > 0))"
The conjunction "(x = 5) \u2227 (y = 1)" is true if and only if "x=5" and "y=1." In this case the disjunction "(x > 10) \u2228 (y > 0)=(5 > 10) \u2228 (1 > 0)" is true, and hence the implication "((x = 5) \u2227 (y = 1)) \u2192 ((x > 10) \u2228 (y > 0))" is also true. In other cases the conjunction "(x = 5) \u2227 (y = 1)" is false, and hence the implication "((x = 5) \u2227 (y = 1)) \u2192 ((x > 10) \u2228 (y > 0))" is true. Therefore, for all integers "x" and "y" the statement ((x = 5) ∧ (y = 1)) → ((x > 10) ∨ (y > 0)) is true.
Answer: true
(2) "\u2200x((x < 0) \u2228 (x^2 \u2265 x))"
Since for each integer "x" the statement "x^2\\ge x" is true, we conclude the disjunction "(x < 0) \u2228 (x^2 \u2265 x)" is also true, and hence the statement "\u2200x((x < 0) \u2228 (x^2 \u2265 x))" is true.
Answer: true
(3) "\u00ac(\u2203xP(x)) \u2194 (\u2200x\u00acP(x))" for all predicates "P(x)"
Since "\u00ac(\u2203xP(x)) \\equiv (\u2200x\u00acP(x))," the statements "\u00ac(\u2203xP(x))" and "(\u2200x\u00acP(x))" have the same values, and hence the equivalence "\u00ac(\u2203xP(x)) \u2194 (\u2200x\u00acP(x))" is true.
Answer: true
Comments
Leave a comment