PTQ Syntactic Categories and the Category-to-Type Correspondence #
[dowty-wall-peters-1981] Ch. 7, Definitions 7-1 through 7-3 [Mon73]
Montague's PTQ fragment defines an infinite set of syntactic categories recursively, then establishes a uniform correspondence between categories and IL types. This correspondence is the formal bridge from grammar to semantics: it guarantees that every expression of a given syntactic category translates into an IL expression of the corresponding logical type.
Key definitions #
PtqCat— syntactic categories (Def 7-1):t,e,A/B,A//BcatToTy— the category-to-type functionf(Bennett's Def 7-3)- Named abbreviations for the PTQ categories from Table 7-1
The slash distinction #
A/B and A//B are syntactically distinct but correspond to the same
logical type ⟨⟨s, f(B)⟩, f(A)⟩. The difference is purely syntactic:
A/B: B is in an extensional position (but the type still takes an intension)A//B: B is in an intensional (oblique) position
Both slash types take the intension of their argument as input. This is Montague's key design decision: uniformly intensionalize all functor-argument composition, then recover extensionality via meaning postulates when needed.
PTQ syntactic categories ([dowty-wall-peters-1981] Def 7-1).
tandeare syntactic categories.- If
AandBare syntactic categories, thenA/BandA//Bare syntactic categories.
A/B denotes a functor that combines with an expression of
category B to yield an expression of category A. A//B is
syntactically distinct but semantically equivalent (same IL type).
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Equations
- One or more equations did not get rendered due to their size.
- Intensional.CategoryType.instDecidableEqPtqCat.decEq Intensional.CategoryType.PtqCat.t Intensional.CategoryType.PtqCat.t = isTrue ⋯
- Intensional.CategoryType.instDecidableEqPtqCat.decEq Intensional.CategoryType.PtqCat.t Intensional.CategoryType.PtqCat.e = isFalse Intensional.CategoryType.instDecidableEqPtqCat.decEq._proof_1
- Intensional.CategoryType.instDecidableEqPtqCat.decEq Intensional.CategoryType.PtqCat.t (a.slash a_1) = isFalse ⋯
- Intensional.CategoryType.instDecidableEqPtqCat.decEq Intensional.CategoryType.PtqCat.t (a.dslash a_1) = isFalse ⋯
- Intensional.CategoryType.instDecidableEqPtqCat.decEq Intensional.CategoryType.PtqCat.e Intensional.CategoryType.PtqCat.t = isFalse Intensional.CategoryType.instDecidableEqPtqCat.decEq._proof_4
- Intensional.CategoryType.instDecidableEqPtqCat.decEq Intensional.CategoryType.PtqCat.e Intensional.CategoryType.PtqCat.e = isTrue ⋯
- Intensional.CategoryType.instDecidableEqPtqCat.decEq Intensional.CategoryType.PtqCat.e (a.slash a_1) = isFalse ⋯
- Intensional.CategoryType.instDecidableEqPtqCat.decEq Intensional.CategoryType.PtqCat.e (a.dslash a_1) = isFalse ⋯
- Intensional.CategoryType.instDecidableEqPtqCat.decEq (a.slash a_1) Intensional.CategoryType.PtqCat.t = isFalse ⋯
- Intensional.CategoryType.instDecidableEqPtqCat.decEq (a.slash a_1) Intensional.CategoryType.PtqCat.e = isFalse ⋯
- Intensional.CategoryType.instDecidableEqPtqCat.decEq (a.slash a_1) (a_2.dslash a_3) = isFalse ⋯
- Intensional.CategoryType.instDecidableEqPtqCat.decEq (a.dslash a_1) Intensional.CategoryType.PtqCat.t = isFalse ⋯
- Intensional.CategoryType.instDecidableEqPtqCat.decEq (a.dslash a_1) Intensional.CategoryType.PtqCat.e = isFalse ⋯
- Intensional.CategoryType.instDecidableEqPtqCat.decEq (a.dslash a_1) (a_2.slash a_3) = isFalse ⋯
Instances For
IV = t/e — intransitive verb (phrase): run, walk, talk.
Equations
Instances For
CN = t//e — common noun: man, woman, fish, unicorn.
Equations
Instances For
T = t/IV = t/(t/e) — term phrase (NP): John, Mary, every man.
Equations
Instances For
TV = IV/T — transitive verb: find, lose, eat, seek.
Equations
Instances For
IAV = IV//IV — intransitive adverb: rapidly, slowly, allegedly.
Equations
Instances For
DET = T/CN — determiner: every, the, a(n).
Equations
Instances For
t/t — sentence adverb: necessarily.
Equations
Instances For
IV/t — sentence-complement verb: believe, assert.
Equations
Instances For
IV//IV — infinitive-complement verb: try, wish.
Equations
Instances For
IAV/T — preposition (VP-modifying): in, about.
Equations
Instances For
The category-to-type function f ([dowty-wall-peters-1981] Def 7-3).
Bennett's simplified system, adopted by DWP for the remainder of the book:
f(t) = tf(CN) = f(IV) = ⟨e, t⟩(basic syntactic categories)f(A/B) = f(A//B) = ⟨⟨s, f(B)⟩, f(A)⟩
Both slash types map to the same IL type: the functor always takes the
intension ⟨s, f(B)⟩ of its argument, reflecting Montague's uniform
intensionalization of functor-argument composition.
Equations
- Intensional.CategoryType.catToTy Intensional.CategoryType.PtqCat.t = Intensional.Ty.t
- Intensional.CategoryType.catToTy Intensional.CategoryType.PtqCat.e = Intensional.Ty.e
- Intensional.CategoryType.catToTy (a.slash a_1) = ((Intensional.CategoryType.catToTy a_1).intens ⇒ Intensional.CategoryType.catToTy a)
- Intensional.CategoryType.catToTy (a.dslash a_1) = ((Intensional.CategoryType.catToTy a_1).intens ⇒ Intensional.CategoryType.catToTy a)
Instances For
Each named category maps to the type listed in DWP Table 7-3 (Bennett's version). These are definitional equalities.
t/t : ⟨⟨s, t⟩, t⟩ — set of propositions.
A PTQ category is conjoinable if its corresponding type is.
Equations
Instances For
Sentences (t) are conjoinable.
VPs (IV) are conjoinable (⟨⟨s,e⟩, t⟩ ends in t).
Term phrases (T) are conjoinable (⟨⟨s, ⟨⟨s,e⟩,t⟩⟩, t⟩ ends in t).
Entities (e) are not conjoinable.