Building and interpreting possession sentences #
[Myl16] treats every have and be as one meaningless copula v, whose meaning is the identity function and whose form is fixed by its syntactic surroundings: have under a transitive Voice — one that bears the specifier feature {D} and φ-features — and be otherwise. The possession relation comes from inside the DP complement, and Voice adds a θ-role only when the complement is a predicate of eventualities. Icelandic's two have verbs divide the transitive context by what lies below v: hafa over a PredP, eiga elsewhere.
Main definitions #
Context,englishItems,icelandicItems: what v's insertion sees and the Vocabulary Items of English and Icelandic.Attributive: the two DP-internal possession structures, a PP possessor under Pred or a possessor in Spec,PossP.voiceAlloseme: the Voice alloseme a complement selects, the substrate'sVoice.Alloseme.fromComplement.
Main results #
have_iff_transitive: have is be in a transitive Voice context.hafa_iff_predP,eiga_only_if_no_pp,hafa_only_if_pp: the Icelandic items and the two generalizations that follow from the structures.clausal_rows,attributive_rows: the items reproduce the Icelandic data pool, clausal and attributive.expletive_voice_passes_complement: with a relational complement Voice is the identity, so the sentence means what its complement means.
Implementation notes #
Example numbers are the book's: chapter 1 for the copula and Voice rules,
chapter 4 for have and the Icelandic section. The Minimalist Voice.Head
flavors are not used for the insertion context: Myler's condition is
syntactic ({D} and φ, the transitive configuration of (24)), and relational
have has an expletive Voice at LF while still surfacing as have.
The copula's context and form #
Equations
- Myler2016.instDecidableEqFeature x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
Equations
- Myler2016.instReprFeature = { reprPrec := Myler2016.instReprFeature.repr }
Equations
- Myler2016.instReprFeature.repr Myler2016.Feature.d prec✝ = Repr.addAppParen (Std.Format.nest (if prec✝ ≥ 1024 then 1 else 2) (Std.Format.text "Myler2016.Feature.d")).group prec✝
- Myler2016.instReprFeature.repr Myler2016.Feature.phi prec✝ = Repr.addAppParen (Std.Format.nest (if prec✝ ≥ 1024 then 1 else 2) (Std.Format.text "Myler2016.Feature.phi")).group prec✝
- Myler2016.instReprFeature.repr Myler2016.Feature.pred prec✝ = Repr.addAppParen (Std.Format.nest (if prec✝ ≥ 1024 then 1 else 2) (Std.Format.text "Myler2016.Feature.pred")).group prec✝
Instances For
A clause's context for v.
- voiceD : Bool
- voicePhi : Bool
- predComplement : Bool
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Myler2016.instReprContext = { reprPrec := Myler2016.instReprContext.repr }
Equations
- Myler2016.instFintypeContext = Fintype.ofEquiv ((_ : Bool) × (_ : Bool) × Bool) Myler2016.Context.proxyTypeEquiv
The features a context exposes.
Equations
- One or more equations did not get rendered due to their size.
Instances For
A transitive context: Voice introduces an external argument and bears φ-features that license v's complement.
Equations
- c.Transitive = (c.voiceD = true ∧ c.voicePhi = true)
Instances For
English ((89) of chapter 1): have in a transitive context, be elsewhere.
Equations
Instances For
Icelandic ((89) of chapter 4): hafa in a transitive context over a PredP, eiga in a transitive context otherwise, and the copula vera elsewhere.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The form of v in a context, by the Subset Principle over a language's items.
Equations
Instances For
have is be plus transitivity.
hafa is the transitive spell-out over a PredP; the rule is conditioned from both sides of v.
Attributive possession and the two generalizations (§4.3) #
The two DP-internal possession structures ((93), (94)): the possessor in a PP under Pred, or in Spec,PossP.
- predP : Attributive
- possP : Attributive
Instances For
Equations
- Myler2016.instDecidableEqAttributive x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Myler2016.instReprAttributive = { reprPrec := Myler2016.instReprAttributive.repr }
Equations
- Myler2016.instFintypeAttributive = { elems := { val := ↑Myler2016.Attributive.enumList, nodup := Myler2016.Attributive.enumList_nodup }, complete := Myler2016.instFintypeAttributive._proof_1 }
A PP possessor is available exactly under the PredP structure ((92), column C).
Equations
Instances For
Equations
- One or more equations did not get rendered due to their size.
Clausal possession embeds the attributive structure under v in a transitive context.
Equations
- a.context = { voiceD := true, voicePhi := true, predComplement := decide (a = Myler2016.Attributive.predP) }
Instances For
Generalization 1 ((90a)): clausal possession with eiga only if DP-internal possession cannot use a PP.
Generalization 2 ((90b)): clausal possession with hafa only if DP-internal possession can use a PP.
The Icelandic data pool #
Equations
- Myler2016.instDecidableEqRelation x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
Equations
- Myler2016.instReprRelation = { reprPrec := Myler2016.instReprRelation.repr }
Equations
- One or more equations did not get rendered due to their size.
- Myler2016.instReprRelation.repr Myler2016.Relation.kinship prec✝ = Repr.addAppParen (Std.Format.nest (if prec✝ ≥ 1024 then 1 else 2) (Std.Format.text "Myler2016.Relation.kinship")).group prec✝
Instances For
Equations
- Myler2016.instFintypeRelation = { elems := { val := ↑Myler2016.Relation.enumList, nodup := Myler2016.Relation.enumList_nodup }, complete := Myler2016.instFintypeRelation._proof_1 }
Equations
- Myler2016.Relation.ofString "concrete" = some Myler2016.Relation.concrete
- Myler2016.Relation.ofString "kinship" = some Myler2016.Relation.kinship
- Myler2016.Relation.ofString "bodyPart" = some Myler2016.Relation.bodyPart
- Myler2016.Relation.ofString "abstract" = some Myler2016.Relation.abstract
- Myler2016.Relation.ofString x✝ = none
Instances For
The structure each relation is built with: body parts and abstract relations under Pred with a PP possessor, concrete and kinship relations under Poss ((92)–(94)).
Equations
Instances For
A clausal row of (91): the relation, the verb, and whether it is accepted.
- relation : Relation
- verb : String
- accepted : Bool
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Myler2016.instReprClausalRow = { reprPrec := Myler2016.instReprClausalRow.repr }
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
A column-C row of (92): the relation and whether the PP possessor is accepted.
- relation : Relation
- accepted : Bool
Instances For
Equations
- Myler2016.instDecidableEqPPRow.decEq { relation := a, accepted := a_1 } { relation := b, accepted := b_1 } = if h : a = b then h ▸ if h : a_1 = b_1 then h ▸ isTrue ⋯ else isFalse ⋯ else isFalse ⋯
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Myler2016.instReprPPRow = { reprPrec := Myler2016.instReprPPRow.repr }
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Myler2016.clausalRows = List.filterMap Myler2016.ClausalRow.ofExample Myler2016.Examples.all
Instances For
Equations
- Myler2016.ppRows = List.filterMap Myler2016.PPRow.ofExample Myler2016.Examples.all
Instances For
Every example is a clausal row or an attributive row.
Clausal possession ((91)): each relation's structure spells out as exactly the accepted verb.
Attributive possession ((92), column C): a PP possessor is accepted exactly for the relations built under Pred.
The meaning of a have sentence #
The Voice alloseme a have sentence's complement selects ((62)): the
substrate's competition over Voice.vocabulary.
Equations
- One or more equations did not get rendered due to their size.
Instances For
⟦v⟧ = λx.x ((61)) and, over a relational complement — neither an eventive VoiceP nor a state — Voice is the expletive identity: the sentence means what its complement means — (7a), the have of §4.1.1: relational, locative, and experiencer have.
Over an eventuality predicate Voice adds a θ-role — the holder of a state, the engineer of an eventive VoiceP — so light-verb and ECM have mean more than their complement — (7b), §4.1.2.