1 / 8

Nested Quantifiers

Nested Quantifiers. Nested Iteration. Let the domain be {1, 2, …, 10}. Let P(x, y) denote x > y. x, y, P(x, y) means x, (y, P(x, y) ) Is the above statement true?. Multiple Quantifiers. x,  y, P(x, y). y,  x, P(x, y). y, x, P(x, y). x, y, P(x, y). x, y, P(x, y).

roxanat
Télécharger la présentation

Nested Quantifiers

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Nested Quantifiers

  2. Nested Iteration • Let the domain be {1, 2, …, 10}. • Let P(x, y) denote x > y. • x, y, P(x, y) means x, (y, P(x, y) ) • Is the above statement true?

  3. Multiple Quantifiers x,  y, P(x, y) y,  x, P(x, y) y, x, P(x, y) x, y, P(x, y) x, y, P(x, y) y, x, P(x, y)  y, x, P(x, y)  x, y, P(x, y) Legend: A B is valid

  4. Translate to English • Let the domain be the real numbers. • x, y, (((x ≥ 0)  (y < 0))  (x – y > 0)) • Is there something wrong with x, (((x ≥ 0)  (y, y < 0))  (x – y > 0))

  5. Translate to Locigal Expression • Let Q(x,y) denote “student x has been a contestant on quiz show y” • The domain for x is all students at UCSB. • The domain for y is all quiz shows on TV. • Express as a logical expression • Every TV quiz show has had a student from UCSB as a contestant. • At least 2 students from UCSB have been contestants on Jeopardy.

  6. Translations • y x Q(x, y). • x1 x2 ( (x1  x2)  Q(x1 , Jeopardy)  Q(x2 , Jeopardy) )

  7. Negating Nested Quantifiers Negate x y (P(x, y)  Q(x, y)) so that only predicates are negated. • x y (P(x, y)  Q(x, y)). • x y (P(x, y)  Q(x, y)). • x y  (P(x, y)  Q(x, y)). • x y ( P(x, y)   Q(x, y)).

  8. Characters •    ≥ ≡ •        •    •   •      •        

More Related