Documentation

Linglib.Phenomena.Causation.Studies.KoontzGarboden2009

The Monotonicity Hypothesis (MH) states that word formation operations do not remove operators from lexical semantic representations (LSRs). Given an LSR modeled as a set of operators, a word formation operation f : LSR → LSR satisfies the MH iff for all inputs r, the operators in r are a subset of the operators in f(r).

The MH is an empirical hypothesis, not a logical necessity. KG 2009 argues that anticausativization — the strongest apparent counterexample — is consistent with the MH under a reflexivization analysis (the deletion analysis would violate it). The MH is distinct from the Bifurcation Thesis and Manner/Result Complementarity.

def KoontzGarboden2009.Monotonicity.isMonotonic {Op : Type} [BEq Op] (inputOps outputOps : List Op) :
Bool

An operation over operator lists is monotonic if every operator in the input is preserved in the output.

Equations
Instances For
    def KoontzGarboden2009.Monotonicity.satisfiesMH {Op : Type} [BEq Op] (f : List OpList Op) :

    A word formation operation f satisfies the Monotonicity Hypothesis if it is monotonic for all inputs.

    Equations
    Instances For
      def KoontzGarboden2009.Monotonicity.identityOp {Op : Type} (ops : List Op) :
      List Op

      Identity on operator lists. Models any operation that constrains argument structure without adding or removing operators (e.g., reflexivization: λℜλx[ℜ(x,x)]).

      Equations
      Instances For
        def KoontzGarboden2009.Monotonicity.deleteOp {Op : Type} [BEq Op] (target : Op) (ops : List Op) :
        List Op

        Deletion of a specific operator from the list.

        Equations
        Instances For
          theorem KoontzGarboden2009.Monotonicity.isMonotonic_refl {Op : Type} [BEq Op] [LawfulBEq Op] (ops : List Op) :
          isMonotonic ops ops = true
          theorem KoontzGarboden2009.Monotonicity.isMonotonic_append_right {Op : Type} [BEq Op] [LawfulBEq Op] (input output extra : List Op) (h : isMonotonic input output = true) :
          isMonotonic input (output ++ extra) = true
          theorem KoontzGarboden2009.Monotonicity.deleteOp_not_satisfiesMH {Op : Type} [DecidableEq Op] (target : Op) :
          theorem KoontzGarboden2009.Monotonicity.satisfiesMH_iff_noRemoval {Op : Type} [BEq Op] [LawfulBEq Op] (f : List OpList Op) :
          satisfiesMH f ∀ (ops : List Op), xops, x f ops
          theorem KoontzGarboden2009.Monotonicity.satisfiesMH_comp {Op : Type} [BEq Op] [LawfulBEq Op] (f g : List OpList Op) (hf : satisfiesMH f) (hg : satisfiesMH g) :
          satisfiesMH (g f)

          @cite{koontz-garboden-2009} — Anticausativization #

          Koontz-Garboden, Andrew. 2009. Anticausativization. Natural Language & Linguistic Theory 27(1): 77–138.

          Core thesis #

          Anticausativization is semantically a reflexivization operation: the reflexive clitic (se, sich, -da, -wa) takes the two-place causative denotation and identifies the EFFECTOR with the THEME. Derived inchoatives retain CAUSE in their lexical semantic representation, contra the deletion analysis (Grimshaw 1982; @cite{krejci-2012}).

          Key formal apparatus #

          Predictions #

          1. Only verbs with underspecified causers (EFFECTOR) anticausativize. Verbs with specified causers (AGENT) yield reflexive-only readings.
          2. Causative does NOT entail inchoative (the inchoative requires the single argument to be both EFFECTOR and THEME).
          3. Derived inchoatives license por sí solo / by itself (because CAUSE is in their denotation).
          4. Internally caused COS verbs (empeorar, crecer) lack CAUSE in their LSR and reject por sí solo.

          Monotonicity Hypothesis #

          The Monotonicity Hypothesis (MH) states that word formation operations do not remove operators from lexical semantic representations. The reflexivization analysis preserves the MH; the deletion analysis violates it. Evidence from por sí solo, negation scope, NPI licensing, and the Albanian "feel like" construction independently confirms that derived inchoatives have CAUSE.

          Bridges #

          The reflexivization operator (eq. 11) = λℜλx[ℜ(x,x)]. It takes a relation as an argument, setting both arguments of the relation to be the same.

          In set-theoretic terms: if a relation is a set of pairs,
          reflexivization restricts it to those pairs whose members are
          identical. 
          
          def KoontzGarboden2009.reflexivize {Entity : Type} (R : EntityEntityProp) :
          EntityProp

          Reflexivization of a two-place relation over entities. ⟦se⟧ = λℜλx[ℜ(x,x)]

          Equations
          Instances For
            def KoontzGarboden2009.reflexivizeBool {Entity : Type} (R : EntityEntityBool) :
            EntityBool

            Reflexivization of a Boolean two-place predicate.

            Equations
            Instances For

              The critical distinction between verbs that anticausativize (romper) and those that do not (asesinar) reduces to the thematic specification of the participant in the causing subevent.

              `CauserSpec` from the Spanish fragment encodes this.
              The prediction: `reflexivize` applied to an EFFECTOR verb yields
              an anticausative reading; applied to an AGENT verb, a reflexive-only
              reading. 
              

              Reflexivization of an EFFECTOR verb: the single argument becomes both the undergoer (THEME) and the underspecified causer (EFFECTOR). Because EFFECTOR carries no agent entailments, the result is compatible with inanimate subjects → anticausative reading.

              Reflexivization of an AGENT verb: the single argument must be both undergoer and AGENT. AGENT entails volition/sentience → the result requires an animate, agentive subject → reflexive reading only.

              Equations
              Instances For

                K-G's EFFECTOR/AGENT distinction (@cite{van-valin-wilkins-1996}) partially reduces to @cite{dowty-1991}'s proto-role entailments.

                The reduction: EFFECTOR verbs entail causation but NOT volition
                for their subject. AGENT verbs entail both. Volition is the
                discriminating feature.
                
                Where it reduces: for every Spanish verb with a `causerSpec`,
                checking `volition` in the subject's entailment profile yields
                the same classification. The alternation prediction chains:
                entailment profile → CauserSpec → anticausativization.
                
                Where it doesn't reduce conceptually: K-G's EFFECTOR is defined
                by what the verb LACKS (thematic specification of the causer),
                while Dowty's system specifies what the verb ENTAILS (individual
                proto-role features). These are different theoretical objects that
                happen to align for the causative alternation. A hypothetical verb
                entailing sentience but not volition for its causer would be
                classified as EFFECTOR by `toCauserSpec` — correctly, since it
                would still admit non-agentive causers — but its EFFECTOR status
                would carry more structure than K-G's underspecification account
                predicts. 
                

                Derive CauserSpec from a proto-role entailment profile. Volition is the discriminating feature:

                • volition → AGENT (thematically specified causer)
                • causation without volition → EFFECTOR (underspecified causer)
                • neither → not a causer at all
                Equations
                • One or more equations did not get rendered due to their size.
                Instances For

                  The derivation matches the stipulated causerSpec for every Spanish verb that has both fields populated.

                  Volition is the discriminating feature: all EFFECTOR verbs have volition = false in their subject profile.

                  Both EFFECTOR and AGENT verbs satisfy IsEffector (movement ∨ IE with causation). This is why IsEffector alone cannot distinguish them — it's a necessary but not sufficient condition for K-G's EFFECTOR. The AGENT/EFFECTOR split requires checking volition.

                  The central empirical prediction: a verb anticausativizes iff its causer is underspecified (EFFECTOR). This is validated against the Spanish fragment data.

                  Contrary to the received wisdom (from @cite{lakoff-1965}), the reflexivization analysis predicts that causative does NOT entail inchoative for derived inchoatives.

                  Causative *romper*: ∃v[CAUSE(v,e) ∧ EFFECTOR(v,y) ∧ ...]
                    — the effector y and undergoer x can be DISTINCT participants.
                  Inchoative *romperse*: ∃v[CAUSE(v,e) ∧ EFFECTOR(v,x) ∧ ...]
                    — the effector and undergoer MUST be the SAME participant.
                  
                  A causative event where the effector and undergoer are distinct
                  satisfies the causative but not the inchoative. The Spanish data
                  in exx. 56–57 confirm this: a causative can be true while the
                  derived inchoative is denied.
                  
                  We model this with a minimal 2-entity domain. 
                  

                  A minimal 2-entity domain for the non-entailment model.

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

                      A causative relation R(effector, undergoer) representing a specific breaking event: Juan broke the glass. Only the pair (Juan, glass) satisfies the relation.

                      Equations
                      Instances For

                        The causative is satisfied: Juan broke the glass.

                        The inchoative denotation is the reflexivization of the causative (§2.2, eq. 19): ⟦se⟧(⟦romper⟧) restricts to the diagonal. The glass is not its own effector in this scenario.

                        Non-entailment derived from reflexivization: there exists a model where the causative is true but the inchoative is false. This follows from the reflexivization operator restricting R to its diagonal — a point (Juan, glass) off the diagonal satisfies the causative but the diagonal point (glass, glass) does not. (exx. 56–57)

                        por sí solo 'by itself' requires a CAUSE operator in the denotation of the verb it modifies. It is: - Acceptable with derived inchoatives (romperse, abrirse) - Unacceptable with passives (fue hundido 'was sunk') - Unacceptable with statives (saber 'know', ser rojo 'be red') - Unacceptable with internally caused COS verbs (empeorar, crecer)

                        This diagnostic independently confirms that derived inchoatives
                        retain CAUSE. 
                        

                        Externally caused COS verbs have CAUSE in their LSR and license por sí solo.

                        Internally caused COS verbs lack CAUSE and reject por sí solo.

                        The Albanian "feel like" construction (§4.2) provides independent evidence: its "unintended cause" reading (Kallulli 2006b) is available only for verbs with CAUSE in their LSR. COS verbs like break get the reading; non-causative verbs like eat do not. This is the same structural property that HasCauseInLSR tests.

                        The Monotonicity Hypothesis (MH): word formation operations do not remove operators from lexical semantic representations. This is a constraint on the FORM of word formation rules, not on their output.

                        @cite{koontz-garboden-2009} argues that anticausativization is the
                        strongest apparent counterexample to the MH, since the deletion
                        analysis requires removing the CAUSE operator. The reflexivization
                        analysis resolves this: no operator is deleted, the relation is
                        simply reflexivized. 
                        

                        On the reflexivization analysis, anticausativization is the identity on operator lists — it satisfies the MH.

                        On the deletion analysis, anticausativization removes vCAUSE — it does not satisfy the MH.

                        @cite{koontz-garboden-2009}'s core claim is that what @cite{creissels-2025} calls decausativization (A suppressed from participant structure) is semantically reflexivization (A and P cumulated). The structural effect looks like decausativization — the derived construction is intransitive with a single S argument — but the semantic operation is reflexivization of the causative denotation.

                        On Creissels' framework, reflexivization and decausativization are
                        distinct: reflexivization cumulates A and P, while decausativization
                        suppresses A. K-G argues the surface decausativization in languages
                        with SE-marking is semantically reflexivization. 
                        

                        K-G's claim: the SE-marked form is semantically reflexivization (cumulation of A and P), not decausativization (suppression of A). The surface effect looks like valency decrease, but the underlying operation is cumulation — both arguments are still semantically present, identified with each other.

                        @cite{krejci-2012}'s IntransitivizationType.anticausative says the external cause is removed (monoeventive). @cite{koontz-garboden-2009} says it is retained via reflexivization (bieventive). These are competing analyses.

                        The library now records both. On K-G's analysis, what Krejci calls
                        "anticausative" is actually a special case of "reflexive" where the
                        EFFECTOR underspecification makes the reflexive reading look like
                        an anticausative. 
                        

                        K-G's central claim is that anticausativization IS reflexivization (not deletion): the "anticausative" reading arises from EFFECTOR underspecification, not from a structurally distinct operation. This entails CAUSE retention (so K-G's analysis preserves the Monotonicity Hypothesis), against deletion analyses which violate it. The structural content lives in reflexivize above and the causative_does_not_entail_inchoative theorem below.

                        Haspelmath (1990): in 9 of 13 languages with anticausative markers, the same marker also serves as a reflexive marker. This is the expected state of affairs if anticausativization IS reflexivization, and would be a remarkable coincidence on any other analysis.

                        Cross-linguistic anticausative/reflexive marker syncretism data from Haspelmath 1990, cited in @cite{koontz-garboden-2009} (35).

                        • language : String
                        • hasReflexiveUse : Bool
                        • hasAnticausativeUse : Bool
                        Instances For
                          Equations
                          • One or more equations did not get rendered due to their size.
                          Instances For
                            Equations
                            Instances For
                              Equations
                              • One or more equations did not get rendered due to their size.
                              Instances For

                                9 of 13 languages have syncretism (marker serves both functions).

                                All 13 languages have anticausative use (selection criterion).