A proof theoretical account of polarity items and monotonic - - PowerPoint PPT Presentation

a proof theoretical account of polarity items and
SMART_READER_LITE
LIVE PREVIEW

A proof theoretical account of polarity items and monotonic - - PowerPoint PPT Presentation

A proof theoretical account of polarity items and monotonic inference. Raffaella Bernardi UiL OTS, University of Utrecht e-mail: Raffaella.Bernardi@let.uu.nl Url: http://www.let.uu.nl/ Raffaella.Bernardi/personal Contents First Last Prev


slide-1
SLIDE 1

A proof theoretical account of polarity items and monotonic inference.

Raffaella Bernardi UiL OTS, University of Utrecht e-mail: Raffaella.Bernardi@let.uu.nl

Url: http://www.let.uu.nl/∼Raffaella.Bernardi/personal Contents First Last Prev Next ◭

slide-2
SLIDE 2

Contents

1 Monotonicity Calculus . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 2 Polarity and Monotone Positions . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 3 Partial Order . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 4 Semantics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7

Contents First Last Prev Next ◭

slide-3
SLIDE 3

1. Monotonicity Calculus

f ◦ g = h h : Az → C ↑Mon ◦ ↑Mon = ↑Mon h : Asg(+,+) → C ↓Mon ◦ ↓Mon = ↑Mon h : Asg(−,−) → C ↑Mon ◦ ↓Mon = ↓Mon h : Asg(+,−) → C ↓Mon ◦ ↑Mon = ↓Mon h : Asg(−,+) → C

Contents First Last Prev Next ◭

slide-4
SLIDE 4

2. Polarity and Monotone Positions

Definition [Polarity of Occurrences] Given a lambda term N and a subterm M of N. A specified occurrence of M in N, is called positive (negative) according to the following clausules:

  • i. M is positive in M.
  • ii. M is positive (negative) in PQ iff M is positive (negative) in P.
  • iii. M is positive (negative) in PQ iff M is positive (negative) in Q, and P denotes

an upward monotone function.

  • iv. M is negative (positive) in PQ iff M is positive (negative) in Q, and P denotes

a downward monotone function.

  • v. M is positive (negative) in λX.P iff M is positive (negative) in P and X ∈

FV (M). Definition[Monotone position] Let N ′

α be a lambda term like Nα except for containing an occurrence of M ′ β where

Nα contains Mβ,

Contents First Last Prev Next ◭

slide-5
SLIDE 5
  • i. Nα is upward monotone in Mβ iff for all models and assignments [

[M] ]f

M ≤β

[ [M ′] ]f

M entails [

[N] ]f

M ≤β [

[N ′] ]f

M;

  • ii. Nα is downward monotone in Mβ iff for all models and assignments [

[M] ]f

M ≤β

[ [M ′] ]f

M entails [

[N ′] ]f

M ≤β [

[N] ]f

M.

Contents First Last Prev Next ◭

slide-6
SLIDE 6

3. Partial Order

Taking advantage of the fact that the denotation of all expressions of natural lan- guage can at end be reduced to sets, we can extend our model with a partial order defined recursively by means of types. Let M = D, ≤, I, be our model, where ≤ is recursively defined as follows: If β, γ ∈ Dome, then [ [β] ] ≤e [ [γ] ] iff [ [β] ] = [ [γ] ] If β, γ ∈ Domt, then [ [β] ] ≤t [ [γ] ] iff [ [β] ] = 0 or [ [γ] ] = 1 If β, γ ∈ Dom(a,b), then [ [β] ] ≤(a,b) [ [γ] ] iff ∀α ∈ Doma, [ [β(α)] ] ≤b [ [γ(α)] ]

Contents First Last Prev Next ◭

slide-7
SLIDE 7

4. Semantics

[ [no N] ] = {X ⊆ E|[ [N] ] ∩ X = ∅} [ [some N] ] = {X ⊆ E|[ [N] ] ∩ X = ∅} [ [every N] ] = {X ⊆ E|[ [N] ] ⊆ X} Determining the truth-value of an expression is reduced to simple set theoretical

  • perations e.g. inclusion, memebership, intersection. For example, checking whether

in a given model M the sentence “Every student walks” is true, means to determine whether [ [every student (walks)] ] = 1. This is done by means a simple calculation: [ [every student (walks)] ] = 1 iff [ [every student] ]([ [walks] ]) = 1 iff [ [walks] ] ∈ [ [every student] ] iff [ [student] ] ⊆ [ [walks] ] iff ∀x ∈ [ [student] ] x ∈ [ [walks] ].

Contents First Last Prev Next ◭