Exercise-ch6: Difference between revisions
Line 84: | Line 84: | ||
{Sentence: ''Alex studied in Frankfurt and lived in Berlin.'' | {Sentence: ''Alex studied in Frankfurt and lived in Berlin.'' | ||
|type="{}"} | |type="{}"} | ||
Logical form: { _ _9 } ({ Exists u _9 | Logical form: { _ _9 } ({ Exists u _9 } (('''study-in''' • ''u'') • '''frankfurt''') • '''alex''' ∧ { Exists v _9 } (('''live-in''' • ''v'') • '''berlin''') • '''alex''') | ||
{Sentence: ''Alex walked and Chris ran.'' | {Sentence: ''Alex walked and Chris ran.'' |
Revision as of 16:39, 19 November 2013
Exercises for chapter 6: Quantifiers
Quantifier denotation
Complete the paraphrase for the following sentences with quantifiers.
Complete the paraphrases for the following ambiguous sentences with quantifiers.
Logical forms for sentences with quantifiers
Provide the logical form of the following sentences. (Ignore the eventuality quantification.)
(Use: (i) lower case letters for variables (e,x,y,z, ...), (ii) upper case letters for predicates and name constant (LIKE, PAT, ...), (iii) capitalized words for quantifiers (Every, Most, Atleast, ..., (iv) use "*" for the bullet operator.)
Note that the brackets and the "bullet operator" also count as symbols.
Example:
Sentence: Alex met some student.
Logical form: Some x (STUDENT * x : ((MEET * e) * x) * ALEX)
Provide the logical form of the following sentences. For the solutions, mark the -seemingly emtpy- line below the sentence with your mouse.
- Sentence: Every student asked Alex.
Logical form: ∀ x (student • x : ((help • e) • alex) • x) - Sentence: Alex talked to Chris about many movies.
Logical form: Many x (movie • x : (((talk-to-about • e) • chris) • x) • alex) - Sentence: Chomsky wrote at least four books that Alex has read.
Logical form: AtLeast-4 x ((book • x ∧ ((read • e) • x) • alex) : ((write • u) • x) • chomsky)
Eventuality quantification
Add the eventualiy quantification in the right position in the logical forms of the following sentences. Write "_" if nothing needs to be put in a particular slot and "Exists" for the existential quantifier and add the appropriate variable.