Resultatives as Concealed Causatives #
@cite{baglini-bar-asher-siegal-2025} @cite{goldberg-jackendoff-2004} @cite{levin-2019} @cite{martin-rose-nichols-2025}
Theory-side connection between the resultative construction and the
causative semantics infrastructure. Per-scenario BoolSEM witnesses
(HammerFlat, IndependentSourceBreaksNecessity, etc.) live with the paper
that uses them — see Phenomena.Constructions.Resultatives.Studies.Levin2026
and Studies.Tay2024. Per-datum @cite{goldberg-jackendoff-2004} verifications
live in Phenomena.Constructions.Resultatives.Studies.GoldbergJackendoff2004.
Sections:
- Causative bridge:
deriveCausativeBuilderderives the resultative'sCausativevalue from the @cite{goldberg-jackendoff-2004} MEANS subevent relation + constructional CAUSE flag. Specialized to MEANS-relation causative resultatives; @cite{goldberg-jackendoff-2004}'s sound-emission and disappearance subtypes (RESULT/INSTANCE relations) are out of scope for the derivation here and would need their own builders. - CC-selection: resultatives select via completion of a sufficient set (@cite{baglini-bar-asher-siegal-2025}, alongside change-of-state verbs).
- Three-way convergence: @cite{martin-rose-nichols-2025} thick manner ↔
.production↔.makebuilder ↔ resultative builder. Independently motivated paths converge on.make. - Aspect: bounded RP telicizes activity → accomplishment.
- ChangeOfState: constructional BECOME maps to
CoSType.inception. - Compositional decomposition: subconstructions decompose into
universal schemata (
isFullyCompositional). - Cross-linguistic typological parameters:
ResultativeRealization,ResultOrientation. Mandarin-specific phase-complement morpheme data (PhaseComplementenum +cosType) lives inFragments.Mandarin.Resultatives.
Agreement with Boolean flags #
isCausative ↔ hasCause — derived from the subconstruction, not stipulated.
CC-selection (@cite{baglini-bar-asher-siegal-2025}) #
Resultatives select via completion of a sufficient set: the verbal subevent must be the final condition that makes the result inevitable.
Resultatives select via completion (like CoS verbs).
Equations
Instances For
Causative bridge: derived from SubeventRelation + CAUSE #
The resultative's Causative is .make, derived from two
independently-motivated properties:
- MEANS relation (@cite{goldberg-jackendoff-2004}): the verbal subevent is the means by which the constructional subevent is brought about. MEANS ↔ causal sufficiency.
- CAUSE in constructional subevent: causative subconstructions have
hasCause = true.
MEANS + CAUSE → sufficiency. Among sufficiency builders, .make is
uniquely the neutral builder (no coercion .force, no barrier-removal
.enable).
Note: this derivation handles MEANS-relation resultatives only. Sound-
emission and disappearance subtypes (SubeventRelation.result/.instance_)
would map to different builders or remain unanalyzed here.
Derive the Causative from MEANS subevent relation + CAUSE flag.
Always yields .make for MEANS+CAUSE; non-MEANS yields none.
Equations
Instances For
.make is the unique builder asserting neutral sufficiency.
MEANS + CAUSE derives .make.
For any causative subconstruction with MEANS relation, the derived
builder is .make.
Noncausative subconstructions don't derive a Causative.
Non-MEANS relations never derive a Causative.
When deriveCausativeBuilder succeeds, the result asserts sufficiency.
The resultative Causative, derived from MEANS + CAUSE.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The derived builder is .make.
.prevent is incompatible with resultatives.
Three-Way Convergence: Thick ↔ P-CAUSE ↔ Resultative #
Three independent paths converge on .make:
@cite{martin-rose-nichols-2025} thick manner classification +
.production analogous-builder + the resultative-from-MEANS+CAUSE
derivation above.
Thin → .cause ≠ resultative .make (*kill open).
Aspect: activity + bounded RP → accomplishment #
Bounded RP telicizes activity.
The resultative construction's aspect shift.
ChangeOfState: BECOME = inception (¬P → P) #
Constructional BECOME = CoS inception.
Equations
Instances For
Inception presupposes ¬P before.
Inception asserts P after.
Compositional decomposition #
All four subconstructions are fully compositional.
Causative subconstructions decompose like the parent resultative.
Noncausative subconstructions decompose into fewer combination steps.
Cross-linguistic Resultative Parameters #
ResultativeRealization and ResultOrientation are theory-neutral
typological parameters. Mandarin-specific phase complements
(PhaseComplement enum + per-morpheme cosType) live in
Fragments.Mandarin.Resultatives.
- syntacticAdjunct : ResultativeRealization
- verbCompound : ResultativeRealization
- deComplement : ResultativeRealization
Instances For
Equations
- Semantics.Causation.Resultatives.instDecidableEqResultativeRealization x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
Equations
- One or more equations did not get rendered due to their size.
Instances For
- objectOriented : ResultOrientation
- subjectOriented : ResultOrientation
Instances For
Equations
- Semantics.Causation.Resultatives.instDecidableEqResultOrientation x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
Equations
- One or more equations did not get rendered due to their size.