Solutions Quantifiers2 2

From Lexical Resource Semantics
Revision as of 23:21, 14 November 2013 by Suzanne (talk | contribs) (Created page with "'''Ramon signs every sculpture he makes.''' '''Universal Quantifier''' ∀x (SCULPTURE (x) & MAKE (r, x) → SIGN (r, x)) ''"For every thing x, if x is a sculpture and x is...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Ramon signs every sculpture he makes.

Universal Quantifier

∀x (SCULPTURE (x) & MAKE (r, x) → SIGN (r, x))

"For every thing x, if x is a sculpture and x is made by Ramon (r) then x is signed by Ramon (r)."


Since Ramon makes and signs the sculptures, the corresponding variables are (r, x).


Restricted Quantifier

[Every x: SCULPTURE (x) & MAKE (r, x)] SIGN (r, x)

Here, the N' is "sculpture he makes" and therefore belongs in square brackets together with the Quantifier every.

Return to Excercise