Survey
* Your assessment is very important for improving the work of artificial intelligence, which forms the content of this project
* Your assessment is very important for improving the work of artificial intelligence, which forms the content of this project
Discrete Mathematical الرياضيات المتقطعة Example OR Q(x,y): x+y=x-y a) Q(1,1): 2=0 False b) Q(2,0): 2+0=2-0 True c) Q(1,y): 1+y=1-y False(take any y<>0, x: y=1) d) Q(x,2): x+2=x-2 False 24 May 2017 2 First: SOLUTION Q1. (5 pts) Show that the following argument form is invalid: 5/24/2017 5/24/2017 Q2. Use the truth table to show if the argument is valid. " If this number is larger than 2, then its square is larger than 4." " This number is not larger than 2. " The square of this number is not larger than 4. p→q p q 5/24/2017 Predicates - multiple quantifiers (Nested quantifiers) To bind many variables, use many quantifiers! Example: P(x,y) = “x > y” x P(x,y) c) xy P(x,y) b) xy P(x,y) a) x P(x,3) b) a) True proposition b) False proposition c) Not a proposition d) No clue 5/24/2017 Predicates - the meaning of multiple quantifiers xy P(x,y) P(x,y) true for all x, y pairs. xy P(x,y) P(x,y) true for at least one x, y pair. xy P(x,y) For every value of x we can find a (possibly different) y so that P(x,y) is true. xy P(x,y) There is at least one x for which P(x,y) is always true. 5/24/2017 quantification order is not commutative. Predicates - the meaning of multiple quantifiers N(x,y) = “x is sitting by y” xy N(x,y) False xy N(x,y) True xy N(x,y) True? xy N(x,y) 5/24/2017 False Multiple quantifiers (Examples) 1. x y, P(x,y): For all x and for all y the relation P(x,y) is true. If two numbers are integers then their product is an integer. 2. x y, P(x,y): For all x there is some y such that P(x,y) is true. Every student has a favorite teacher Note: here and below in all examples concerning people, we shall assume that the domain is known and will not represent it neither separately, nor within the predicate expression. 5/24/2017 Multiple quantifiers (Examples) 3. x y, P(x,y): There is some x such that for all individuals y the relation P(x,y) is true. Someone is loved by everybody x y loves (y,x) There is a professor that is liked by all students 4. x y, P(x,y): There is some x and there is some y such that P(x,y) is true. Some students have favorite teachers 5/24/2017 Extra exmples for multiple quantifiers • xy P(x, y) – “For all x, there exists a y such that P(x,y)” – Example: xy (x+y == 0) • xy P(x,y) – There exists an x such that for all y P(x,y) is true” – Example: xy (x*y == 0) 11 Order of quantifiers • xy and xy are not equivalent! • xy P(x,y) – P(x,y) = (x+y == 0) is false • xy P(x,y) – P(x,y) = (x+y == 0) is true 12