Documentation

Linglib.Studies.Pesetsky1995

Zero Syntax: Experiencers and Cascades #

[Pes95]

Cascade-based analysis of Class II psych verbs. The T/SM restriction (Cause and Subject Matter cannot cooccur) is derived from the Head Movement Constraint: CAUS must incorporate into V by successive head adjunction through the Cascade spine, and nonaffixal overt prepositions (T/SM heads like at and about) block this movement.

Key results #

  1. T/SM restriction from HMC (§ 2): CAUS is blocked by nonaffixal P
  2. T/SM mutual exclusivity (§ 2): each cascade has at most one stimulus slot
  3. Backward binding as derived-subject diagnostic (§ 3): A-Causer originates inside VP (spec of CAUS in cascade complement), must raise to subject — reconstruction enables backward binding
  4. Double object alternation (§ 4): G (zero P) vs to cascades
  5. θ-suppression (§ 5): CAUS affixation suppresses external argument
  6. CAUS strength derived from cascade geometry (§ 6)
  7. Symmetric T/SM blocking (§ 7): both at and about are nonaffixal, so both block CAUS movement equally via HMC
  8. Natural vs arbitrary predicates (§ 9): Target-selecting predicates are "natural," SM-selecting predicates are "arbitrary"
  9. HNPS from cascade geometry (§ 10): cascade depth determines available landing sites for heavy NP shift
  10. End-to-end per-verb derivation (§ 9): full cascade chain for all 24 Class II psych verbs, derived from causalSource

Cascade structures ([Pes95]) #

Binary-branching PP spines where each node is a (possibly null) preposition that θ-selects its specifier — the geometry behind the T/SM restriction (Ch. 6), backward binding (§6.2.2), the dative alternation (Ch. 5), and heavy NP shift (§7.2). Formerly Syntax/Minimalist/Cascade.lean, dissolved here as this paper's apparatus.

CAUS ≠ vCAUSE. Pesetsky's caus is a syntactic zero morpheme (a null P⁰ that creates causatives by incorporating into V via the HMC); distinct from [Cue03]'s event- structural VerbHead.vCAUSE (present in both causative and anticausative).

A preposition head in a Cascade. affixal determines HMC passthrough: when a lower head Z adjoins to this head Y, the complex [Z+Y] can move on only if Y is affixal.

  • 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: a binary-branching recursive PP spine. Each layer is a P head, its specifier-DP label, and a complement (another layer or the terminal).

          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

              The spine of P heads, closest-to-V (index 0) to deepest.

              Equations
              Instances For

                The argument labels, 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 spine position idx reach V via successive head adjunction? It must adjoin to each intermediate head (positions idx−1 … 0); blocked if any is nonaffixal ([Pes95] §6.2).

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

                      Index of the head with the given label, if present.

                      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; affixal, incorporates into V via the HMC.

                              Equations
                              Instances For

                                G: zero preposition for Theme/Patient in double object constructions (§5.3); affixal.

                                Equations
                                Instances For

                                  Overt "at" — Target stimulus; nonaffixal (blocks CAUS movement through it).

                                  Equations
                                  Instances For

                                    Overt "about" — Subject Matter stimulus; nonaffixal.

                                    Equations
                                    Instances For

                                      Overt "to" — dative/goal; nonaffixal.

                                      Equations
                                      Instances For

                                        Overt "of" — partitive/possessive; nonaffixal.

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

                                          [Pes95] (522): only affixation of a semantically contentful morpheme to a verb with an external argument lets that argument go unexpressed (CAUS suppresses √annoy's Agent; vacuous affixes like anticausative SE do not).

                                          Equations
                                          Instances For

                                            The two occurrences of CAUS in Experiencer predicates ([Pes95] §6.2.2): affixal (CAUS_aff, strong features) vs prepositional (CAUS_p, independent P).

                                            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

                                                  Causative-verb classification by relation to CAUS ([Pes95] §6.3): strong (A-Causer suppressed), weak (CAUS, no suppression), absent.

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

                                                      Strong causation iff the cascade contains CAUS; else absent. (Weak CAUS needs further verbal decomposition beyond cascade presence.)

                                                      Equations
                                                      Instances For
                                                        def Minimalist.Cascade.argPosition :
                                                        CascadeStringOption

                                                        Position of an argument label (0 = outermost PP = structurally highest).

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

                                                          Spec of position i c-commands spec of position j iff i < j (outer c-commands inner).

                                                          Equations
                                                          Instances For

                                                            Heavy-NP-shift landing sites: one per cascade layer ([Pes95] Ch. 7).

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

                                                              A head at position 0 always reaches V.

                                                              theorem Minimalist.all_affixal_reachable (spine : List CascadeHead) (idx : ) (h : (spine.all fun (x : CascadeHead) => x.affixal) = true) :
                                                              canReachV spine idx = true

                                                              If every spine head is affixal, any position reaches V.

                                                              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.

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

                                                              CAUS is a syntactic zero morpheme present only in causatives; [Cue03]'s event-structural vCAUSE appears in anticausatives too — they are distinct.

                                                              [BR88] classification of psych verbs.

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

                                                                  Aspectual reading of a Class II psych verb.

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

                                                                      B&R syntactic diagnostic for discriminating psych verb classes (§§1–2).

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

                                                                          Result of a B&R diagnostic applied to each class. classI/classII record whether the class passes the test.

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

                                                                                [BR88] diagnostic data.

                                                                                DiagnosticClass I (temere)Class II (preoccupare)
                                                                                Anaphoric clitic ne (§1.1)✓ (11a)
                                                                                Arbitrary pro (§1.2)✓ (24a)✗ (24b)
                                                                                Causative fare (§1.3)✓ (35)✗ (36)
                                                                                Backward binding (§2.1)✓ (57a)
                                                                                Adjectival passive (§1.5)✓ (47)
                                                                                Equations
                                                                                • One or more equations did not get rendered due to their size.
                                                                                Instances For

                                                                                  Every B&R diagnostic discriminates Class I from Class II.

                                                                                  Class I passes arb-pro and causative-fare but fails the other three.

                                                                                  The Class I/II distinction is characterized by theta-role reversal.

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

                                                                                      Intensionality datum ([Kim24] Ch. 4): does substitution of co-referential terms fail in subject position?

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

                                                                                            Empirical intensionality data from [Kim24].

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

                                                                                              The T/SM restriction ([Kim24] Ch. 5): Cause and Subject Matter cannot cooccur.

                                                                                              • causePresent : Bool
                                                                                              • smPresent : Bool
                                                                                              • wellFormed : Bool
                                                                                              Instances For
                                                                                                Equations
                                                                                                • One or more equations did not get rendered due to their size.
                                                                                                Instances For
                                                                                                  Equations
                                                                                                  Instances For

                                                                                                    Cause and SM cannot cooccur.

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

                                                                                                      Stative Class II verbs create intensional subject positions.

                                                                                                      Eventive Class II verbs have extensional subject positions.

                                                                                                      Cause + SM cooccurrence is always ill-formed.

                                                                                                      Class II psych verb with Target stimulus via at.

                                                                                                      V'
                                                                                                      ├── V (annoy, frighten, ...)
                                                                                                      └── PP_CAUS (head: CAUS, spec: A-Causer)
                                                                                                          └── PP_at (head: at, spec: Experiencer)
                                                                                                              └── terminal
                                                                                                      

                                                                                                      CAUS is closest to V (position 0), then at (position 1). The A-Causer is the specifier of CAUS; the Experiencer is the specifier of at.

                                                                                                      Equations
                                                                                                      Instances For

                                                                                                        Class II psych verb with Subject Matter stimulus via about.

                                                                                                        Same geometry as Target, but with about instead of at. Both are nonaffixal, so both block CAUS equally.

                                                                                                        Equations
                                                                                                        Instances For

                                                                                                          Class II psych verb with BOTH Cause and T/SM stimulus.

                                                                                                          V'
                                                                                                          ├── V
                                                                                                          └── PP_CAUS (head: CAUS, spec: A-Causer)
                                                                                                              └── PP_at (head: at, spec: Target)
                                                                                                                  └── PP_about (head: about, spec: SM)
                                                                                                                      └── terminal
                                                                                                          

                                                                                                          The ill-formed structure that the T/SM restriction rules out.

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

                                                                                                            Double object construction with zero G preposition.

                                                                                                            V'
                                                                                                            ├── V (give)
                                                                                                            └── PP_G (head: G, spec: Theme)
                                                                                                                └── PP_to (head: to, spec: Goal)
                                                                                                                    └── terminal
                                                                                                            

                                                                                                            G is a zero preposition that mediates Theme θ-selection in double object constructions.

                                                                                                            Equations
                                                                                                            Instances For

                                                                                                              Dative alternant: single to-PP.

                                                                                                              V'
                                                                                                              ├── V (give)
                                                                                                              └── PP_to (head: to, spec: Goal)
                                                                                                                  └── terminal
                                                                                                              
                                                                                                              Equations
                                                                                                              Instances For

                                                                                                                Derive the appropriate cascade from a verb's causal source. External cause → Target cascade (with at); internal cause → SM cascade (with about).

                                                                                                                Equations
                                                                                                                Instances For

                                                                                                                  The T/SM restriction follows from the HMC: CAUS at position 0 must incorporate into V, but any nonaffixal head between CAUS and V blocks movement. In the Target/SM cascades, CAUS IS at position 0 (closest to V), so it CAN reach V — there are no intervening heads.

                                                                                                                  The restriction arises in a different configuration: when an OVERT
                                                                                                                  Cause argument occupies the specifier of CAUS, the T/SM stimulus
                                                                                                                  cannot also be expressed, because the Cascade geometry doesn't have
                                                                                                                  room for both an independent Cause and a T/SM stimulus while keeping
                                                                                                                  CAUS in a position that can incorporate.
                                                                                                                  
                                                                                                                  More precisely: in Pesetsky's actual account, the restriction comes
                                                                                                                  from the fact that CAUS_aff (on V) must DISCHARGE its strong features
                                                                                                                  by adjoining to CAUS_p (in the Cascade). If a nonaffixal head
                                                                                                                  intervenes between CAUS_p and the stimulus head, the Cascade
                                                                                                                  geometry is ill-formed. 
                                                                                                                  

                                                                                                                  CAUS is at position 0 in the Target cascade. Position 0 can always reach V (no interveners).

                                                                                                                  CAUS is at position 0 in the SM cascade. Position 0 can always reach V (no interveners).

                                                                                                                  The nonaffixal at head blocks anything below it. In the Cause+Stimulus cascade, at at position 1 blocks position 2+.

                                                                                                                  The nonaffixal about head also blocks anything below it.

                                                                                                                  Core T/SM restriction theorem: in the Cause+Stimulus cascade, the CAUS head can reach V (it's at position 0), but any head at position 2 or deeper cannot — blocked by the nonaffixal at at position 1.

                                                                                                                  T/SM mutual exclusivity (Target cascade): the Target cascade contains at but not about. A single cascade geometry admits at most one stimulus type, so T and SM cannot cooccur within a single verb's cascade complement.

                                                                                                                  theorem Pesetsky1995.t_sm_exclusive_in_sm :
                                                                                                                  cascadeSM.hasHead "about" = true cascadeSM.hasHead "at" = false

                                                                                                                  T/SM mutual exclusivity (SM cascade): the SM cascade contains about but not at.

                                                                                                                  The cascade assigned to a verb is determined by its causal source, so a verb with a single source gets exactly one stimulus type. External source → cascade with at (Target), no about (SM). Internal source → cascade with about (SM), no at (Target).

                                                                                                                  Backward binding in Class II psych verbs ("Stories about each other_i worried the boys_i") is diagnosed by B&R as a Class II property.

                                                                                                                  Pesetsky's cascade geometry explains this: the A-Causer originates
                                                                                                                  INSIDE the cascade complement of V (spec of CAUS at position 0),
                                                                                                                  making it a VP-internal argument. It must RAISE to subject position
                                                                                                                  (Spec,IP) to receive Case. This derived-subject status enables
                                                                                                                  backward binding via reconstruction: at LF, the raised subject
                                                                                                                  reconstructs to its base position inside the cascade, where the
                                                                                                                  experiencer (in the higher position within the VP) c-commands it.
                                                                                                                  
                                                                                                                  In the base cascade, A-Causer (position 0, outermost) actually
                                                                                                                  c-commands the Experiencer (position 1, inner). The binding reversal
                                                                                                                  comes from movement + reconstruction, not from the base geometry. 
                                                                                                                  
                                                                                                                  theorem Pesetsky1995.causer_is_cascade_internal :
                                                                                                                  cascadeTarget.argPosition "A-Causer" = some 0 cascadeSM.argPosition "A-Causer" = some 0

                                                                                                                  A-Causer originates inside the cascade at position 0 (spec of CAUS). This VP-internal base position means the surface subject is DERIVED — the key structural prerequisite for backward binding.

                                                                                                                  theorem Pesetsky1995.causer_ccommands_experiencer_base :
                                                                                                                  cascadeTarget.specCCommands "A-Causer" "Experiencer" = true cascadeSM.specCCommands "A-Causer" "Experiencer" = true

                                                                                                                  In the base cascade, A-Causer (outer, position 0) c-commands Experiencer (inner, position 1) — the standard direction.

                                                                                                                  theorem Pesetsky1995.experiencer_does_not_ccommand_causer_base :
                                                                                                                  cascadeTarget.specCCommands "Experiencer" "A-Causer" = false cascadeSM.specCCommands "Experiencer" "A-Causer" = false

                                                                                                                  The experiencer does NOT c-command the A-Causer in the base cascade. Backward binding requires A-Causer to raise to subject, then reconstruct — the experiencer binds the reconstructed copy.

                                                                                                                  Backward binding diagnostic matches Cascade prediction. B&R diagnostic: Class II allows backward binding (Data.lean).

                                                                                                                  DOC cascade has zero G (affixal) and overt to (nonaffixal).

                                                                                                                  G can reach V because it's at position 0 (zero affixal P).

                                                                                                                  theorem Pesetsky1995.doc_arguments :
                                                                                                                  cascadeDOC.arguments = ["Theme", "Goal"]

                                                                                                                  DOC argument order: Theme (spec of G) then Goal (spec of to).

                                                                                                                  Dative alternant has only to (nonaffixal).

                                                                                                                  DOC vs dative: different cascade geometries.

                                                                                                                  Strong CAUS (affixal variant) suppresses root's external θ-role.

                                                                                                                  When CAUS_aff is affixed to √annoy, the agent role of the root is suppressed. The A-Causer (CAUS's own specifier) surfaces as the derived subject instead.

                                                                                                                  Prepositional CAUS does NOT have strong features.

                                                                                                                  Without CAUS affixation, no suppression occurs.

                                                                                                                  Without an external argument, there's nothing to suppress.

                                                                                                                  A terminal cascade (no CAUS) → absent causation (Class I).

                                                                                                                  The HMC predicts that BOTH Target (at) and Subject Matter (about) block CAUS movement equally, because both are nonaffixal P heads. This symmetric prediction is internal to [Pes95]'s account — both stimulus subtypes produce the same HMC configuration.

                                                                                                                  The bridge to semantic accounts of the T/SM restriction (which may
                                                                                                                  make asymmetric predictions) is in `Kim2024_UPH.lean`. 
                                                                                                                  

                                                                                                                  Both at and about are nonaffixal: both block CAUS movement through the cascade spine equally.

                                                                                                                  The HMC prediction matches the empirical T/SM data: Cause + SM cooccurrence is ill-formed, as predicted by nonaffixal blocking.

                                                                                                                  CAUS is a zero morpheme (not phonologically realized).

                                                                                                                  CAUS is affixal (can incorporate into V).

                                                                                                                  The full argumentation chain for each Class II psych verb, derived from a single lexical field (causalSource in the Fragment):

                                                                                                                  ```
                                                                                                                  Fragment: v.causalSource = some src
                                                                                                                    → Cascade:  cascadeForSource src        (Target or SM cascade)
                                                                                                                      → HMC:    headCanReachV "CAUS"        (CAUS can incorporate)
                                                                                                                        → Stim: CausalSource.toStimulusType (Target or SubjectMatter)
                                                                                                                          → Nat: isNaturalPredicate         (natural or arbitrary)
                                                                                                                            → Str: Cascade.causStrength     (strong CAUS)
                                                                                                                  ```
                                                                                                                  
                                                                                                                  Each per-verb theorem is a single breakable unit: change any verb's
                                                                                                                  `causalSource` field in the Fragment and exactly one theorem fails.
                                                                                                                  
                                                                                                                  [pesetsky-1995] Ch. 4 distinguishes **natural** predicates
                                                                                                                  (Target-selecting, PP *of*: "afraid OF dogs") from **arbitrary**
                                                                                                                  predicates (SM-selecting, PP *about*: "worried ABOUT the exam").
                                                                                                                  This is derived from the causal source: external → natural,
                                                                                                                  internal → arbitrary. 
                                                                                                                  

                                                                                                                  Natural predicates select Target stimulus (PP of); arbitrary predicates select Subject Matter (PP about).

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

                                                                                                                    End-to-end cascade derivation chain for a Class II psych verb. From a verb's causalSource, derives: cascade assignment (via cascadeForSource), HMC reachability, stimulus type, natural/ arbitrary classification, and CAUS strength. All from one field.

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

                                                                                                                      [Pes95] Ch. 7 extends the Cascade Hypothesis to derive heavy NP shift (HNPS) from cascade geometry. Shifted phrases adjoin to cascade nodes; cascade depth determines how many potential landing sites exist for rightward-shifted heavy NPs.

                                                                                                                      The cascade-based HNPS account provides a *syntactic* mechanism for
                                                                                                                      weight effects: the verb's argument structure — determined by its
                                                                                                                      cascade complement — constrains where shifted phrases can land. This
                                                                                                                      predicts structural constraints on shift targets, not just statistical
                                                                                                                      preference for heavy-last ordering. 
                                                                                                                      

                                                                                                                      Psych verb cascades (depth 2) provide more shift sites than simple dative cascades (depth 1).

                                                                                                                      The DOC cascade and psych verb cascades have equal depth.

                                                                                                                      Terminal cascades (intransitive verbs) provide no shift sites.

                                                                                                                      Cascade depth predicts a hierarchy of HNPS availability: intransitive (0) < simple dative (1) < psych/DOC (2) < extended (3).