<<

Lambda

Yimei Xiang [email protected] 5 March 2013

1 Review

1.1 Set theory 1.2 Propositional logic 1.3 logic • Syntax of predicate logic

of predicate logic

– Interpretation functions and models ∗ A model M is a pair hD,Ii. ∗ D is the domain, a (nonempty) set of individuals. ∗ I is an interpretation : an assignment of semantic values to every basic (constant) in the language. – Assignment functions (g) assigns individuals in D to individual variables in formulas. – Properties of relations

(1) a. Symmetry: ∀x∀y(R(x, y) → R(y, x)) b. Nonsymmetry: ¬∀x∀y(R(x, y) → R(y, x)) . Asymmetry: ∀x∀y(R(x, y) → ¬R(y, x))

1.4 • Fregean Principle: The meaning of a complex expression should be a function of the meaning of its parts.

– unsaturated parts vs. saturated parts – functional application (FA)

• Categorical

– Basic categories: S, N

1 Ling 97r: Mathematical Methods in (Week 5)

– Derived categories: S/S, S/SS, S/N, ...

• Semantic types

– basic types: e, t – complex types:

(2) a. e ∈ T , t ∈ T b. If α ∈ T , β ∈ T , then < α, β >∈ T c. Nothing is an element of T except on the basis of (a), (b), and (c).

• determine the semantic types of new expressions and vacuous words

2 Keynotes

• λ-calculus

• Semantic composition

2 Ling 97r: Mathematical Methods in Linguistics (Week 5)

3

• λ terms usually follow the schema below:

(3) λα : φ. γ a. α is the (an arbitrary letter standing for the argument of the function we are defining) b. φ is the domain condition ( the domain over which the function is de- fined). c. γ is the value description (a specification of the value (or output) of the function we are defining.) d. Read as: i. “the function which maps every α such that φ to γ.” ii. “the function which maps every α such that φ to 1, if γ, and to 0 otherwise.”

An example:

(4) λx : x ∈ N. x + 1 a. x is the argument variable. b. x ∈ N is the domain condition (the set of natural ). c. x + 1 is the value description. d. read as “the function which maps every x such that x is in N to x + 1.” (5) λx : x ∈ N. x + 1 (2) = 3 J K • Lexical entry of verbs:

(6) a. snore = λx : x ∈ De. x snores J K b. snore = λxe. x snores J K c. snore (John) = [λx : x ∈ De. x snores](John) = 1 iff John smokes. J K (7) a. hit = λy : y ∈ De. [λx : x ∈ De. x hits y] J K b. hit = λye. [λxe. x hits y]] J K c.[ λy : y ∈ De. [λx : x ∈ De. x hits y](Sue)] = λy : y ∈ De. Sue hit y

d.[ λy : y ∈ De. [λx : x ∈ De. x hits y]](Sue) = λx : x ∈ De. x hit Sue

Discussion: To represent the lexical entry of ‘like’, we need to abstract the argu- ments x and y in [like(x, y)], consider, which argument should be abstracted first?

Exercise 1: Describe the following functions in English words:

(8) a. λx ∈ N. x > 3 and x < 7 b. λx : x is a person . x’s father

3 Ling 97r: Mathematical Methods in Linguistics (Week 5)

Exercise 2: Simplify the following functions as much as possible.

(9) a.[ λx ∈ D.[λy ∈ D.[λz ∈ D.z introduce x to y](Ann)]](Sue)

b.[ λf ∈ D.[λx ∈ De.f(x) = 1 and x is gray]]([λy ∈ De. y is a cat]) c.[ λx ∈ N.[λy ∈ N.y > 3 and y < 7](x)]

• Lexical entry of semantically vacuous words

(10) a. of = λx ∈ De. x J K b. be = λf ∈ D. f c. Ja K= J K • Lexical entry of non-verbal predicates

(11) a. cat = b. JredK = c. JfondK = d. Jin =K J K Exercise 3: (1) Suppose “and” is of type < t, < t, t >> and serves as a connective of two . Specify this function using the λ-notation. (2) Suppose “and” is a connective of two VPs, what is the semantic type of “and”, and how to specify its lexicon?

4 Ling 97r: Mathematical Methods in Linguistics (Week 5)

Exercise 4: For each of the following λ-expressions, specify its semantic type.

(12) a.[ λy ∈ De. y is a cat]

b.[ λy : y ∈ De. [λx : x ∈ De. x hits y]]

c.[ λf ∈ D.[λx ∈ De.f(x) = 1 and x is gray]

d.[ λf ∈ D.[λg ∈ D.there is some x ∈ De such that f(x) = 1 and g(x) = 1]]

Discussion: Translate the following sentences into predicate logic, consider, (i) how to specify the lexical entry of ‘student’ and ‘smart’? (ii) how to specify the lexical entry of ‘some’ and ‘every’ with λ-notation?

(13) a. Every student is smart. b. Some student is smart.

5 Ling 97r: Mathematical Methods in Linguistics (Week 5)

4 Tree diagram and semantic composition

• For each of the following sentences, use a tree diagram to illustrate its syntactic structure:

(14) a. John hit Bill. b. It is not the case John likes Sue.

• How to calculate for these trees by means of composition rules and lexicon?

Composition rules

(15) Terminal Nodes (TN) If α is a terminal node, α is specified in the lexicon. J K (16) Non-Branching Nodes (NN) If α is non-branching node, and β is its daughter node, then α = β . J K J K (17) Functional Application (FA) If α is a branching node, {β, γ} is the set of α’s daughters, and β is a function whose domain contains γ , α = β ( γ ) J K J K J K J K J K • With the rules above, we are able to compose functions with their , however, how to compose two items if they do not hold such a function-argument relation? E.g. restrictive modifier:

(18) Cambridge is [ a city [ in MA] ].

(19) Predicate Modification (PM) If α is a branching node, {β, γ} is the set of α’s daughters, and β and γ are both in D, then α = λx ∈ De. β (x) = γ (x) = 1 J K J K J K J K J K 6 Ling 97r: Mathematical Methods in Linguistics (Week 5)

• An alternative to PM: to explore revised lexical entries for the words that may head modifiers and use functional application.

(20) in = λy ∈ De. [λf ∈ D. [λx ∈ De. f(x) = 1 and x is in y]] J K

Discussion: Now we have to options to analyze the following sentences: (i) analysis merely based on FA; (ii) analysis based on both FA and PM. Which method do you think is more plausible?

(21) a. Kitty is a gray cat. b. Jumbo is a small elephant. c. Ann is a fast speaker.

Suggested readings: Heim & Kratzer (1998) Chapter 3&4

7