Vikner & Jensen 2002: A semantic analysis of the English genitive #
[VJ02]'s uniform argument-only analysis of the English prenominal
genitive: the genitive always combines with a relational noun — a
non-relational head is coerced via Barker's π, the relation type supplied by
the noun's qualia (availableRelations, §3.1.2). The genitive clitic itself
(clitic, their (16)) embeds a narrow-scope definite: the worked examples
prove iotaPresupposition and feed Possessive.Definite's
existsUnique_possessee.
Qualia structure (Pustejovsky, as used by Vikner & Jensen) #
The relation-bearing lexical structure of a head noun. Telic and formal qualia license no genitive relation type and are omitted.
- isRelational : Prop
Inherently relational (e.g. sister, teacher) — bears its own relatum.
- hasConstitutive : Prop
Bears a constitutive quale (nose: part-of a body).
- hasAgentive : Prop
Bears an agentive quale (poem: composed by someone).
Instances For
Deriving the relation type from qualia #
The genitive relation types a head noun licenses: inherent iff it is relational, part-whole iff it bears a constitutive quale, agentive iff it bears an agentive quale, and control unconditionally. Possessor-side selectional restrictions are left out, as in the paper's own derivations.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Control is available whatever the noun's qualia.
Lexical entries #
sister — inherently relational.
Equations
- ViknerJensen2002.sister = { isRelational := True, hasConstitutive := False, hasAgentive := False }
Instances For
nose — constitutive quale (part-of a body).
Equations
- ViknerJensen2002.nose = { isRelational := False, hasConstitutive := True, hasAgentive := False }
Instances For
poem — agentive quale (composed).
Equations
- ViknerJensen2002.poem = { isRelational := False, hasConstitutive := False, hasAgentive := True }
Instances For
picture — relational (picture of) and agentive (picture made by).
Equations
- ViknerJensen2002.picture = { isRelational := True, hasConstitutive := False, hasAgentive := True }
Instances For
the girl's sister: inherent relation, plus the ever-present control.
the girl's nose: part-whole, via the constitutive quale (no inherent or agentive reading).
the girl's poem: agentive, via the agentive quale.
the girl's picture is three ways ambiguous: inherent (picture of the girl), agentive (picture the girl made), and control (picture at her disposal) — but not part-whole.
The genitive clitic #
The genitive clitic: from the possessor quantifier and the genitive relation to the head NP's quantifier, with an implicit definite — the unique relatum — scoping under the possessor quantifier.
Equations
- ViknerJensen2002.clitic Q R P = Q fun (u : E) => ∃ (x : E), (∀ (y : E), R u y ↔ y = x) ∧ P x
Instances For
The denotation: possessor + narrow-scope definite #
Model over Fin 4 (girl 0, her teacher 1, her car 2, an unrelated 3),
single situation. The genitive picks the unique entity standing in the resolved
relation to the possessor.
The (inherent) teacher relation: 0's teacher is 1.
Equations
- ViknerJensen2002.teacherRel x y x✝ = (x = 0 ∧ y = 1)
Instances For
the girl's teacher (inherent): the relational noun's own relation applied
to the possessor (viaArgument) has a unique satisfier.
a girl as an indefinite possessor quantifier.
Equations
- ViknerJensen2002.aGirl P = ∃ (z : Fin 4), z = 0 ∧ P z
Instances For
a girl's teacher holds of P iff some girl has a unique teacher who is
P — in this model, iff P 1.
the girl's teacher as a Possessive.Definite: its unique referent is
delivered by the capability API's existsUnique_possessee, no bespoke proof.
Equations
- ViknerJensen2002.theGirlsTeacher = { possessor := 0, predicate := Possessive.viaArgument 0 ViknerJensen2002.teacherRel, presupposition := ViknerJensen2002.girlsTeacher_unique }
Instances For
The control relation: the girl 0 controls the car 2.
Equations
- ViknerJensen2002.controlRel x y x✝ = (x = 0 ∧ y = 2)
Instances For
the girl's car (coerced, control): the sortal noun is π-shifted with
the control relation, then combines exactly like a relational noun
(viaArgument). The result again carries the definite's unique witness.