Documentation

Linglib.Semantics.Possession.Quantifier

Possessive quantifiers #

The possessive determiner as a generalized quantifier, after [PW06] Chapter 7. Poss Q₁ C Q₂ R composes a possessor quantifier Q₁ restricted by C (every student's), a possessee quantifier Q₂ (implicit in John's bikes, explicit in several of John's CDs), and a possession relation R, narrowing the possessor domain by dom A R to those who possess an A-thing ([barker-1995]'s narrowing). PossW is the variant for a type ⟨1⟩ possessor taken whole (John's), with the narrowing conjunct inside the scope. Which Q₂ a bare possessive carries — the universal reading, the definite allei of the "definiteness account", an existential — is the parameter the definiteness debate turns on ([PW06] §7.8.2, [coppock-beaver-2015] §4); nothing here fixes it.

Main declarations #

Main statements #

References #

Domain narrowing #

def Possession.dom {α : Type u_1} (A : αProp) (R : ααProp) :
αProp

dom A R = {a | ∃ b ∈ A, R a b}, the possessors of at least one A-thing — their (7.27), p. 254; Ex (π A R) at a fixed situation.

Equations
Instances For

    Possessive operators #

    def Possession.Poss {α : Type u_1} (Q₁ : Quantification.GQ α) (C : αProp) (Q₂ : Quantification.GQ α) (R : ααProp) :

    Possessive quantifier built from a type ⟨1,1⟩ possessor quantifier: Poss Q₁ C Q₂ R A B = Q₁ (C ∩ dom A R) (fun x => Q₂ (A ∩ Rₓ) B) with Rₓ y = R x y; narrowing restricts the possessor domain to members of C who possess some A-thing. Their (7.30), p. 255 — the form of (7.28) for conservative, extensional Q₁ and Q₂, where the universe-extension clause is moot.

    Equations
    Instances For
      def Possession.PossW {α : Type u_1} (Q : Quantification.Quantifier α) (Q₂ : Quantification.GQ α) (R : ααProp) :

      Possessive quantifier built from a type ⟨1⟩ possessor NP taken whole (John's, most students', where the restrictor is not recoverable from Q): PossW Q Q₂ R A B = Q (dom A R ∩ {a | Q₂ (A ∩ Rₐ) B}). The narrowing conjunct sits in the scope, so John's dogs bark requires John to own a dog. Their (7.45), p. 260 — the form of (7.44) for extensional Q and conservative, extensional Q₂.

      Equations
      Instances For

        Conservativity #

        theorem Possession.poss_conservative {α : Type u_1} {Q₁ Q₂ : Quantification.GQ α} (C : αProp) (R : ααProp) (h₂ : Quantification.Conservative Q₂) :

        Conservativity inherits from Q₂, for any Q₁: the possessee restrictor A ∩ Rₓ refines A, so a conservative Q₂ cannot tell B from A ∩ B in the scope (the CONSERV half of their (7.29), p. 255).

        theorem Possession.possW_conservative {α : Type u_1} {Q : Quantification.Quantifier α} {Q₂ : Quantification.GQ α} (R : ααProp) (h₂ : Quantification.Conservative Q₂) :

        Conservativity inheritance for the type ⟨1⟩ variant (their remark after (7.44)).

        Scope monotonicity (Proposition 5, §7.13, p. 288) #

        B occurs only in Q₂'s scope, so monotonicity composes: same signs give Mon↑, opposite signs give Mon↓.

        theorem Possession.poss_scopeUpMono_of_up_up {α : Type u_1} {Q₁ Q₂ : Quantification.GQ α} (C : αProp) (R : ααProp) (h₁ : Quantification.ScopeUpwardMono Q₁) (h₂ : Quantification.ScopeUpwardMono Q₂) :

        Q₁ Mon↑, Q₂ Mon↑ ⇒ Poss Mon↑ in scope.

        theorem Possession.poss_scopeDownMono_of_up_down {α : Type u_1} {Q₁ Q₂ : Quantification.GQ α} (C : αProp) (R : ααProp) (h₁ : Quantification.ScopeUpwardMono Q₁) (h₂ : Quantification.ScopeDownwardMono Q₂) :

        Q₁ Mon↑, Q₂ Mon↓ ⇒ Poss Mon↓ in scope.

        theorem Possession.poss_scopeUpMono_of_down_down {α : Type u_1} {Q₁ Q₂ : Quantification.GQ α} (C : αProp) (R : ααProp) (h₁ : Quantification.ScopeDownwardMono Q₁) (h₂ : Quantification.ScopeDownwardMono Q₂) :

        Q₁ Mon↓, Q₂ Mon↓ ⇒ Poss Mon↑ in scope.

        theorem Possession.poss_scopeDownMono_of_down_up {α : Type u_1} {Q₁ Q₂ : Quantification.GQ α} (C : αProp) (R : ααProp) (h₁ : Quantification.ScopeDownwardMono Q₁) (h₂ : Quantification.ScopeUpwardMono Q₂) :

        Q₁ Mon↓, Q₂ Mon↑ ⇒ Poss Mon↓ in scope.

        Narrowing vacuity (Fact 1, §7.8.1, p. 260) #

        theorem Possession.poss_eq_possW_restrict {α : Type u_1} {Q₁ : Quantification.GQ α} (hSym : Quantification.QSymmetric Q₁) (hCons : Quantification.Conservative Q₁) (C : αProp) (Q₂ : Quantification.GQ α) (R : ααProp) :
        Poss Q₁ C Q₂ R = PossW (Quantification.restrict Q₁ C) Q₂ R

        For a symmetric conservative possessor quantifier, domain narrowing is vacuous: Poss Q₁ C Q₂ R is PossW at Q₁ frozen to C. Narrowing only matters for non-intersective Q₁ (proportionals like most students').

        Existential import #

        theorem Possession.possW_individual_existential_import {α : Type u_1} {Q₂ : Quantification.GQ α} {R : ααProp} {a : α} {A B : αProp} (h : PossW (Quantification.individual a) Q₂ R A B) :
        ∃ (b : α), A b R a b

        John's A B carries existential import: whatever Q₂ is, it entails that John possesses an A-thing — the dom conjunct of (7.45).

        Denoting a description #

        def Possession.Description.toGQ {E : Type u_2} {S : Type u_3} (d : Description E S) (Q₂ : Quantification.GQ E) (s : S) :

        The quantificational denotation of a possessive description at a situation s: its possessor, as an individual NP, and its relation frozen at s, fed to PossW; Q₂ is the (usually covert) possessee quantifier.

        Equations
        Instances For
          theorem Possession.Description.toGQ_existential_import {E : Type u_2} {S : Type u_3} (d : Description E S) (Q₂ : Quantification.GQ E) (s : S) {A B : EProp} (h : d.toGQ Q₂ s A B) :
          ∃ (b : E), A b d.relation d.possessor b s

          A description's denotation carries existential import: if it holds of possessee class A and scope B, the possessor stands in the relation to some A-thing.

          Barker's type ⟨1⟩ possessive #

          theorem Possession.asNPQ_iff_possW {α : Type u_1} (a : α) (R : ααProp) (P : αProp) :
          asNPQ a R P PossW (Quantification.individual a) Quantification.some_sem R (fun (x : α) => True) P

          [barker-2011]'s possessive quantifier asNPQ (⟦John's⟧ = fun P => ∃ y, R j y ∧ P y) is PossW at a Montagovian individual with existential Q₂ and trivial possessee restrictor — the possessee class is folded into R by Barker's π shift.

          Non-logicality #

          theorem Possession.poss_not_quantityInvariant :
          ¬Quantification.QuantityInvariant (Poss Quantification.some_sem (fun (x : Bool) => True) Quantification.some_sem fun (x y : Bool) => x = true y = true)

          With a fixed possession relation, possessive GQs are not isomorphism-invariant: permuting Bool by not flips some (· = true)'s (·) (⊤) from true to false, because R does not travel along the permutation. "Due to the presence of the fixed set C and relation R, Poss(Q₁, C, Q₂, R) is almost never Isom" (p. 256); an operation closely related to Poss itself is Isom (their Chapter 9.2).