Documentation

Linglib.Theories.Syntax.Minimalist.Cascade

Cascade Structures (@cite{pesetsky-1995}) #

@cite{pesetsky-1995}

Binary-branching PP spines where each node is a preposition (possibly phonologically null) that θ-selects its specifier. Cascade structures provide the geometry for:

  1. T/SM restriction (Ch. 6): CAUS movement blocked by nonaffixal P
  2. Backward binding (§6.2.2): CAUS starts lower than experiencer
  3. Double object alternation (Ch. 5): G as zero preposition for Theme
  4. Heavy shift (§7.2): rightward adjunction constrained by Cascades

Architecture #

A Cascade is a recursive PP spine. Each layer has a preposition head (with an affixality feature) and a specifier DP. The complement of each layer is another layer or a terminal:

V'
├── V
└── PP₁ (head: P₁, spec: DP₁)
    └── PP₂ (head: P₂, spec: DP₂)
        └── PP₃ (head: P₃, spec: DP₃)

The Head Movement Constraint (HMC) determines whether a zero morpheme head (like CAUS) can incorporate into V by successive head adjunction through the spine. Movement is blocked if any intervening head is nonaffixal.

CAUS ≠ vCAUSE #

Pesetsky's CAUS is a syntactic zero morpheme — a phonologically null P head that creates causative verbs by incorporating into V. This is distinct from @cite{cuervo-2003}'s VerbHead.vCAUSE, which is an event-structural head present in both causative and anticausative decompositions.

Pesetsky CAUSCuervo vCAUSE
NatureSyntactic head (P⁰)Event-structural head
PhonologyZero morphemeNot a morpheme
Present in anticausativeNoYes
MovementIncorporates into V via HMCNo movement
EffectSuppresses external θ-roleRelates subevents

A preposition head in a Cascade structure.

Each head has:

  • label: identifies the head (e.g., "CAUS", "G", "at", "about")
  • overt: whether the head is phonologically realized
  • affixal: whether the head permits head adjunction passthrough

Affixality determines HMC behavior: when a lower head Z adjoins to this head Y, the resulting complex [Z+Y] is headed by Y. If Y is affixal, [Z+Y] can continue moving upward. If Y is nonaffixal, [Z+Y] is stuck — the complex cannot move further.

  • label : String
  • overt : Bool
  • affixal : Bool
Instances For
    def Minimalist.instDecidableEqCascadeHead.decEq (x✝ x✝¹ : CascadeHead) :
    Decidable (x✝ = x✝¹)
    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

        Is this a zero morpheme (phonologically unrealized)?

        Equations
        Instances For

          A Cascade structure: binary-branching recursive PP spine.

          Each layer consists of a P head, its specifier (a DP argument identified by a label), and its complement (another layer or a terminal). The outermost layer is V's complement.

          • terminal : Cascade

            Base: bottom of the cascade (no more PP layers).

          • layer : CascadeHeadStringCascadeCascade

            PP layer: head P, specifier DP label, complement.

          Instances For
            @[implicit_reducible]
            Equations
            def Minimalist.instReprCascade.repr :
            CascadeStd.Format
            Equations
            • One or more equations did not get rendered due to their size.
            Instances For

              Extract the spine of P heads, ordered from closest-to-V (index 0) to deepest.

              Equations
              Instances For

                The argument labels, ordered from closest-to-V to deepest.

                Equations
                Instances For

                  Number of PP layers.

                  Equations
                  Instances For
                    def Minimalist.canReachV (spine : List CascadeHead) (idx : ) :
                    Bool

                    Can a head at position idx in the spine reach V via successive head adjunction?

                    A head at position idx must adjoin to each intermediate head (positions idx−1, idx−2, …, 0) before reaching V. Movement is blocked if any intermediate head is nonaffixal, because the resulting complex is headed by the nonaffixal host, which cannot itself move. @cite{pesetsky-1995} §6.2.

                    Formally: all heads at positions 0 … idx−1 must be affixal.

                    Equations
                    Instances For
                      def Minimalist.findInSpine (spine : List CascadeHead) (label : String) :
                      Option

                      Does the spine contain a head with the given label? Returns its index if found.

                      Equations
                      Instances For
                        def Minimalist.findInSpine.go (label : String) :
                        List CascadeHeadOption
                        Equations
                        Instances For
                          def Minimalist.Cascade.headCanReachV (c : Cascade) (label : String) :
                          Option Bool

                          Can a head with the given label reach V in this cascade?

                          Equations
                          Instances For
                            def Minimalist.Cascade.hasHead (c : Cascade) (label : String) :
                            Bool

                            Does this cascade contain a head with the given label?

                            Equations
                            Instances For

                              CAUS: zero causative morpheme. Decomposes Class II psych verbs as √root + CAUS. Affixal: must incorporate into V via HMC.

                              Equations
                              Instances For

                                G: zero preposition for Theme/Patient. Mediates Theme θ-selection in double object constructions (§5.3). Affixal.

                                Equations
                                Instances For

                                  TEMP: zero temporal preposition (§7.1.5). Heads temporal adjunct PPs in Cascade structures. Affixal.

                                  Equations
                                  Instances For

                                    SUG: zero Suggestor morpheme (§6.2.3). Parallel to CAUS for adjectives: assigns Suggestor role to AP's external argument (e.g., "his manner was angry"). Affixal.

                                    Equations
                                    Instances For

                                      Overt "at" — introduces Target stimulus in psych verbs. Nonaffixal: blocks CAUS movement through it.

                                      Equations
                                      Instances For

                                        Overt "about" — introduces Subject Matter stimulus. Nonaffixal.

                                        Equations
                                        Instances For

                                          Overt "to" — dative/goal preposition. Nonaffixal.

                                          Equations
                                          Instances For

                                            Overt "of" — partitive/possessive. Nonaffixal.

                                            Equations
                                            Instances For
                                              def Minimalist.thetaSuppressed (causAffixed rootHasExtArg : Bool) :
                                              Bool

                                              @cite{pesetsky-1995} (522): Suppression of external argument.

                                              Only affixation of a semantically contentful morpheme to a verb with an external argument α allows α to be unexpressed. When CAUS affixes to √annoy, the A-Causer (CAUS's object) surfaces as subject, and √annoy's original Agent role is suppressed.

                                              This distinguishes CAUS from semantically vacuous affixes (e.g., anticausative SE), which do not suppress external arguments.

                                              Equations
                                              Instances For

                                                Two occurrences of CAUS in Experiencer predicate structures (@cite{pesetsky-1995} §6.2.2, p. 208):

                                                • affixal (CAUS_aff): starts affixed to V in the lexicon; bears strong features that must be discharged at PF
                                                • prepositional (CAUS_p): an independent P head in the Cascade; its features are discharged when V+CAUS_aff adjoins
                                                Instances For
                                                  @[implicit_reducible]
                                                  Equations
                                                  Equations
                                                  • One or more equations did not get rendered due to their size.
                                                  Instances For

                                                    CAUS_aff bears strong features that must be discharged at PF.

                                                    Equations
                                                    Instances For

                                                      Three types of semantically causative verbs, classified by their relationship to CAUS (@cite{pesetsky-1995} §6.3, p. 217):

                                                      1. strong: A-Causer suppressed by CAUS_aff (ObjExp psych verbs, causative give). Subject = A-Causer, not Agent.
                                                      2. weak: CAUS adds a causal clause without suppressing any θ-role (causative break, grow).
                                                      3. absent: no CAUS at all (run, sleep).
                                                      Instances For
                                                        @[implicit_reducible]
                                                        Equations
                                                        Equations
                                                        • One or more equations did not get rendered due to their size.
                                                        Instances For

                                                          Derive CAUS strength from cascade structure. A cascade containing CAUS has strong causation; one without has absent. (Weak CAUS — causative break/grow — requires additional verbal decomposition beyond cascade presence alone.)

                                                          Equations
                                                          Instances For
                                                            def Minimalist.Cascade.argPosition :
                                                            CascadeStringOption

                                                            Position of an argument label in the cascade (0 = closest to V, i.e., outermost PP = structurally highest).

                                                            Equations
                                                            Instances For
                                                              def Minimalist.Cascade.specCCommands (c : Cascade) (commander commanded : String) :
                                                              Bool

                                                              In a Cascade, spec of position i c-commands spec of position j when i < j (outer spec c-commands inner specs).

                                                              Position 0 = outermost PP (closest to V) = structurally highest. This follows from X-bar c-command: spec of PP₀ c-commands the complement of PP₀, which contains PP₁ and its spec.

                                                              Equations
                                                              Instances For

                                                                Number of potential heavy NP shift landing sites in a cascade. Each cascade layer provides one rightward adjunction site. @cite{pesetsky-1995} Ch. 7 derives HNPS from cascade geometry: shifted phrases adjoin to cascade nodes, so cascade depth determines how many landing sites are available.

                                                                Equations
                                                                Instances For

                                                                  Zero morphemes are phonologically unrealized.

                                                                  Overt prepositions are phonologically realized.

                                                                  Zero morphemes are affixal; T/SM prepositions are nonaffixal.

                                                                  theorem Minimalist.position_zero_reachable (spine : List CascadeHead) :
                                                                  canReachV spine 0 = true

                                                                  A head at position 0 (immediately below V) can always reach V: no intervening heads.

                                                                  theorem Minimalist.all_affixal_reachable (spine : List CascadeHead) (idx : ) (h : (spine.all fun (x : CascadeHead) => x.affixal) = true) :
                                                                  canReachV spine idx = true
                                                                  theorem Minimalist.nonaffixal_blocks (h : CascadeHead) (rest : List CascadeHead) (idx : ) (hna : h.affixal = false) (hidx : idx > 0) :
                                                                  canReachV (h :: rest) idx = false

                                                                  A nonaffixal head at position 0 blocks anything below it.

                                                                  Spine of a terminal cascade is empty.

                                                                  Spine of a single-layer cascade is a singleton.

                                                                  theorem Minimalist.two_layer_spine (h₁ h₂ : CascadeHead) (a₁ a₂ : String) :
                                                                  (Cascade.layer h₁ a₁ (Cascade.layer h₂ a₂ Cascade.terminal)).spine = [h₁, h₂]

                                                                  A two-layer cascade spine lists heads from top to bottom.

                                                                  Pesetsky's CAUS is distinct from event-structural vCAUSE.

                                                                  VerbHead.vCAUSE (from @cite{cuervo-2003}) is present in both causative and anticausative decompositions — it encodes the causal relation between subevents, independent of Voice.

                                                                  Pesetsky's caus is a syntactic zero morpheme — a P⁰ head that creates causative verbs by incorporating into V, and is present ONLY in causative structures. The anticausative "the door opened" has vCAUSE (causal relation exists) but no CAUS (no zero morpheme creating a derived causative).

                                                                  This theorem witnesses the structural distinction: vCAUSE can appear without external cause (anticausative), while CAUS always requires a Causer argument as its specifier in the Cascade.