Documentation

Linglib.Studies.Myler2016

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 #

Main results #

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 #

What the insertion of v sees: the specifier feature {D} and the φ-features on the Voice above, and a PredP complement below.

Instances For
    @[instance_reducible]
    Equations
    @[instance_reducible]
    Equations
    def Myler2016.instReprFeature.repr :
    FeatureStd.Format
    Equations
    Instances For

      A clause's context for v.

      • voiceD : Bool
      • voicePhi : Bool
      • predComplement : Bool
      Instances For
        def Myler2016.instDecidableEqContext.decEq (x✝ x✝¹ : Context) :
        Decidable (x✝ = x✝¹)
        Equations
        • One or more equations did not get rendered due to their size.
        Instances For
          def Myler2016.instReprContext.repr :
          ContextStd.Format
          Equations
          • One or more equations did not get rendered due to their size.
          Instances For
            @[instance_reducible]
            Equations
            @[instance_reducible]
            Equations

            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
              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
                  def Myler2016.spellout (items : List (DistributedMorphology.VocabularyItem Feature String)) (c : Context) :
                  Option String

                  The form of v in a context, by the Subset Principle over a language's items.

                  Equations
                  Instances For

                    have is be plus transitivity.

                    theorem Myler2016.hafa_iff_predP (c : Context) :
                    spellout icelandicItems c = some "hafa" c.Transitive c.predComplement = true

                    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.

                    Instances For
                      @[instance_reducible]
                      Equations
                      Equations
                      • One or more equations did not get rendered due to their size.
                      Instances For

                        A PP possessor is available exactly under the PredP structure ((92), column C).

                        Equations
                        Instances For
                          @[instance_reducible]
                          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
                          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 #

                            The possession relations of (91) and (92).

                            Instances For
                              @[instance_reducible]
                              Equations
                              @[instance_reducible]
                              Equations
                              def Myler2016.instReprRelation.repr :
                              RelationStd.Format
                              Equations
                              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
                                    def Myler2016.instDecidableEqClausalRow.decEq (x✝ x✝¹ : ClausalRow) :
                                    Decidable (x✝ = x✝¹)
                                    Equations
                                    • One or more equations did not get rendered due to their size.
                                    Instances For
                                      def Myler2016.instReprClausalRow.repr :
                                      ClausalRowStd.Format
                                      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.

                                          Instances For
                                            def Myler2016.instDecidableEqPPRow.decEq (x✝ x✝¹ : PPRow) :
                                            Decidable (x✝ = x✝¹)
                                            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
                                              def Myler2016.instReprPPRow.repr :
                                              PPRowStd.Format
                                              Equations
                                              • One or more equations did not get rendered due to their size.
                                              Instances For
                                                @[instance_reducible]
                                                Equations
                                                Equations
                                                • One or more equations did not get rendered due to their size.
                                                Instances For
                                                  theorem Myler2016.rows_cover (ex : Data.Examples.LinguisticExample) :
                                                  ex Examples.all(ClausalRow.ofExample ex).isSome = true List.lookup "construction" ex.paperFeatures some "clausal"

                                                  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.