Exercise-ch6: Difference between revisions
Line 65: | Line 65: | ||
Provide the logical form of the following sentences. For the solutions, mark the -seemingly emtpy- line below the sentence with your mouse. | Provide the logical form of the following sentences. For the solutions, mark the -seemingly emtpy- line below the sentence with your mouse. | ||
# Every student asked Alex.<br /> | # Every student asked Alex.<br />Solution: | ||
Solution: | |||
<span style="color:#FFFFFF"> | <span style="color:#FFFFFF"> | ||
∀ ''x'' ('''student''' • ''x'' : (('''help''' • e) • '''alex''') • ''x'') | ∀ ''x'' ('''student''' • ''x'' : (('''help''' • e) • '''alex''') • ''x'') | ||
</span> | </span> | ||
# Alex talked to Chris about many movies.<br /> | # Alex talked to Chris about many movies.<br />Solution: | ||
Solution: | |||
<span style="color:#FFFFFF"> | <span style="color:#FFFFFF"> | ||
'''Many''' ''x'' ('''movie''' • ''x'' : ((('''talk-to-about''' • e) • '''chris''') • ''x'') • '''alex''') | '''Many''' ''x'' ('''movie''' • ''x'' : ((('''talk-to-about''' • e) • '''chris''') • ''x'') • '''alex''') | ||
</span> | </span> | ||
# Every student asked Alex.<br /> | # Every student asked Alex.<br />Solution: | ||
Solution: | |||
<span style="color:#FFFFFF"> | <span style="color:#FFFFFF"> | ||
∀ ''x'' ('''student''' • ''x'' : (('''help''' • e) • '''alex''') • ''x'') | ∀ ''x'' ('''student''' • ''x'' : (('''help''' • e) • '''alex''') • ''x'') |
Revision as of 16:09, 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.
- Every student asked Alex.
Solution:
∀ x (student • x : ((help • e) • alex) • x)
- Alex talked to Chris about many movies.
Solution:
Many x (movie • x : (((talk-to-about • e) • chris) • x) • alex)
- Every student asked Alex.
Solution:
∀ x (student • x : ((help • e) • alex) • x)