Documentation

Linglib.Syntax.Minimalist.Verbal.Applicative

Applicative heads #

Applicative heads introduce applied arguments (benefactives, goals, sources). Following [Pyl08], a high applicative Merges with the event and relates the applied argument to it; a low applicative Merges with the theme (recipient = transfer to, source = transfer from). High applicatives need Voice to supply event semantics, so they are blocked under semantically null Voice (middles, anticausatives); low applicatives are Voice-independent.

The high/low distinction is read off the Merge complement's category via the head function SO.outerCatC, so the typology follows from attachment height by construction.

Main definitions #

References #

[Cue03], [Pyl08], [Woo15]

Applicative type and its Merge complement #

High vs low applicatives ([Pyl08]): high relates to the event, low to the theme.

  • high : ApplType

    Above VP: relates the applied argument to the event.

  • lowRecipient : ApplType

    Below VP: transfer-of-possession to the applied argument.

  • lowSource : ApplType

    Below VP: transfer-of-possession from the applied argument.

Instances For
    @[implicit_reducible]
    Equations
    def Minimalist.instReprApplType.repr :
    ApplTypeStd.Format
    Equations
    Instances For

      The complement constituent an applicative Merges with — a leaf headed by a.complement.

      Equations
      Instances For

        The Merge complement's categorial features, read via the §1.13 head function SO.outerCatC.

        Equations
        Instances For

          a.IsLow: the applicative Merges with a nominal (theme) complement.

          Equations
          Instances For

            a.RequiresEventSemantics: a Merges with the verbal (event) complement.

            Equations
            Instances For

              a.RequiresThemeInComplement: low applicatives need an unsaturated theme in the complement.

              Equations
              Instances For

                The applicative head #

                An applicative head: its type, and whether it assigns dative case to its specifier.

                • applType : ApplType

                  High or low (recipient/source).

                • assignsDative : Bool

                  Whether the applied argument receives dative case.

                Instances For
                  def Minimalist.instDecidableEqApplHead.decEq (x✝ x✝¹ : ApplHead) :
                  Decidable (x✝ = x✝¹)
                  Equations
                  • One or more equations did not get rendered due to their size.
                  Instances For
                    def Minimalist.instReprApplHead.repr :
                    ApplHeadStd.Format
                    Equations
                    • One or more equations did not get rendered due to their size.
                    Instances For

                      Canonical high applicative (ethical dative).

                      Equations
                      Instances For

                        Canonical low recipient applicative (DOC, possessive dative).

                        Equations
                        Instances For

                          Canonical low source applicative.

                          Equations
                          Instances For

                            Voice–applicative licensing ([Pyl08], [Sch08a]) #

                            appl.Licensed voice: if appl requires event semantics, voice supplies them.

                            Equations
                            Instances For
                              @[implicit_reducible]
                              instance Minimalist.instDecidableLicensed (appl : ApplHead) (voice : VoiceHead) :
                              Decidable (appl.Licensed voice)
                              Equations

                              Licensing predictions #

                              High applicatives require event semantics.

                              Low applicatives are licensed under any Voice head ([Pyl08]).

                              θ-assigning Voice licenses high applicatives (θ-assignment entails event semantics).

                              Ethical datives (high Appl) are licensed with agentive Voice.

                              High Appl is blocked with middle Voice (no event semantics) ([Pyl08]).

                              Possessive datives (low Appl) survive in middles.

                              The asymmetry: ethical blocked but possessive survives in middles.

                              Case-based blocking of SpecApplP ([Woo15]) #

                              def Minimalist.ApplHead.SpecCanBearCase {α : Type u_1} [HasCase α] (appl : ApplHead) (x : α) :

                              appl.SpecCanBearCase x: if appl assigns dative, x must bear case ([Woo15]).

                              Equations
                              Instances For
                                @[implicit_reducible]
                                instance Minimalist.instDecidableSpecCanBearCase {α : Type u_1} [HasCase α] (appl : ApplHead) (x : α) :
                                Decidable (appl.SpecCanBearCase x)
                                Equations