Exercise-ch6: Difference between revisions
Line 67: | Line 67: | ||
# Sentence: ''Every student asked Alex.''<br />Logical form: <span style="color:#FFFFFF">∀ ''x'' ('''student''' • ''x'' : (('''help''' • ''e'') • '''alex''') • ''x'')</span> | # Sentence: ''Every student asked Alex.''<br />Logical form: <span style="color:#FFFFFF">∀ ''x'' ('''student''' • ''x'' : (('''help''' • ''e'') • '''alex''') • ''x'')</span> | ||
# Sentence: ''Alex talked to Chris about many movies.''<br />Logical form: <span style="color:#FFFFFF">'''Many''' ''x'' ('''movie''' • ''x'' : ((('''talk-to-about''' • ''e'') • '''chris''') • ''x'') • '''alex''')</span> | # Sentence: ''Alex talked to Chris about many movies.''<br />Logical form: <span style="color:#FFFFFF">'''Many''' ''x'' ('''movie''' • ''x'' : ((('''talk-to-about''' • ''e'') • '''chris''') • ''x'') • '''alex''')</span> | ||
# Sentence: ''Chomsky wrote at least four books that Alex has read.''<br />Logical form: <span style="color:#FFFFFF"> | # Sentence: ''Chomsky wrote at least four books that Alex has read.''<br />Logical form: <span style="color:#FFFFFF">'''AtLeast-4''' ''x'' (('''book''' • ''x'' ∧ (('''read''' • ''e'') • ''x'') • '''alex''') : (('''write''' • ''u'') • ''x'') • '''chomsky''')</span> | ||
'''AtLeast-4''' ''x'' (('''book''' • ''x'' ∧ (('''read''' • ''e'') • ''x'') • '''alex''') : (('''write''' • ''u'') • ''x'') • '''chomsky''') | |||
</span> | |||
== LRS combinatorics for quantifiers == | == LRS combinatorics for quantifiers == |
Revision as of 16:14, 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)