Documentation

Linglib.Phenomena.Copulas.Studies.Partee1987

Partee (1987): Type-Shifting and the Copula #

@cite{partee-1987}

Partee's §5 argues that English be subcategorizes for an e argument and an ⟨e,t⟩ argument, meaning "apply predicate." The BE type-shifting functor applies to the post-copular NP to convert its GQ meaning (⟨⟨e,t⟩,t⟩) into a predicative one (⟨e,t⟩):

BE = λQ.λx. Q(λy. y = x) : ⟨⟨e,t⟩,t⟩ → ⟨e,t⟩

The copula's combined effect is thus BE(⟦NP⟧)(⟦subject⟧). "John is a teacher" composes as BE(⟦a teacher⟧)(⟦John⟧) = teacher'(john').

This connects compositional semantics (Theory) to cross-linguistic copula typology (Data): languages vary in whether BE is lexicalized (verbal copula), covert (zero copula), or expressed through other strategies.

Predictions #

@[reducible, inline]

⟦be⟧ = BE (Partee §5): the copula IS the type-shifting functor. Takes a GQ (⟨⟨e,t⟩,t⟩) and returns a predicate (⟨e,t⟩).

Equations
Instances For

    The copula is semantically transparent for proper names. "John is a teacher" with ⟦John⟧ = lift(j): BE(lift(j)) = ident(j) = λx. [j = x].

    A language requires overt lexicalization of BE when zero copula is impossible for nominal predication.

    Equations
    Instances For

      A language needs BE specifically for adjectival predication when adjectives are non-verbal (categorially distinct from verbs). If adjectives are verbal, they are already type ⟨e,t⟩ and can predicate directly via FA — no type-shift needed.

      Equations
      Instances For

        A language has fully covert access to BE when zero copula is widespread (not just restricted to certain tense/person contexts).

        Equations
        Instances For

          Every language with verbal adjective encoding allows adjectival predication without BE — adjectives are already type ⟨e,t⟩.

          Verbal adj. languages in sample: Mandarin, Korean, Turkish, Swahili, Tagalog, Yoruba, Thai.

          Languages with widespread zero copula never require lexical BE — the type-shift is freely available without lexicalization.

          Widespread zero-copula languages in sample: Swahili, Tagalog, Yoruba.

          The majority of languages in the sample differentiate nominal and locational predication strategies. This supports the view that different predication types involve distinct type-shifting operations.