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.
An operation over operator lists is monotonic if every operator in the input is preserved in the output.
Equations
- KoontzGarboden2009.Monotonicity.isMonotonic inputOps outputOps = inputOps.all fun (x : Op) => outputOps.contains x
Instances For
A word formation operation f satisfies the Monotonicity Hypothesis
if it is monotonic for all inputs.
Equations
- KoontzGarboden2009.Monotonicity.satisfiesMH f = ∀ (ops : List Op), KoontzGarboden2009.Monotonicity.isMonotonic ops (f ops) = true
Instances For
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
Deletion of a specific operator from the list.
Equations
- KoontzGarboden2009.Monotonicity.deleteOp target ops = List.filter (fun (x : Op) => x != target) ops
Instances For
@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 #
- ⟦se⟧ = λℜλx[ℜ(x,x)] — the reflexivization operator
- ⟦romper⟧ = λxλyλsλe[∃v[CAUSE(v,e) ∧ EFFECTOR(v,y) ∧ BECOME(e,s) ∧ THEME(s,x) ∧ not-whole(s)]]
- ⟦romperse⟧ = ⟦se⟧(⟦romper⟧) = λxλsλe[∃v[CAUSE(v,e) ∧ EFFECTOR(v,x) ∧ BECOME(e,s) ∧ THEME(s,x) ∧ not-whole(s)]]
Predictions #
- Only verbs with underspecified causers (EFFECTOR) anticausativize. Verbs with specified causers (AGENT) yield reflexive-only readings.
- Causative does NOT entail inchoative (the inchoative requires the single argument to be both EFFECTOR and THEME).
- Derived inchoatives license por sí solo / by itself (because CAUSE is in their denotation).
- 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 #
CauserSpec(Spanish fragment) — EFFECTOR vs AGENT verb taxonomyCausationType.HasCauseInLSR— internally vs externally caused distinctionIntransitivizationType— competing structural analysis (@cite{krejci-2012})reflexivization/decausativization— valency alternation types
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.
Reflexivization of a two-place relation over entities. ⟦se⟧ = λℜλx[ℜ(x,x)]
Equations
- KoontzGarboden2009.reflexivize R x = R x x
Instances For
Reflexivization of a Boolean two-place predicate.
Equations
- KoontzGarboden2009.reflexivizeBool R x = R x x
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.
All AGENT verbs have volition = true 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.
All EFFECTOR verbs in the Spanish fragment alternate.
No AGENT verb in the Spanish fragment alternates.
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.
- glass : SmallEntity
- juan : SmallEntity
Instances For
Equations
- KoontzGarboden2009.instDecidableEqSmallEntity x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
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.
Concrete instance: the inchoative operator list [vCAUSE, vGO, vBE] is monotonically preserved by reflexivization.
Concrete instance: deleting vCAUSE from the inchoative list breaks monotonicity.
@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.
Decausativization suppresses A; reflexivization cumulates A and P.
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.
On Krejci's analysis, anticausatives are monoeventive.
On Krejci's analysis, reflexives are bieventive.
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
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.
- KoontzGarboden2009.instBEqMarkerSyncretismDatum.beq x✝¹ x✝ = false
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).