Resultatives as Concealed Causatives #
[BBS25] [GJ04] [Lev19] [MRN25]
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 Levin2026
and Studies.Tay2024. Per-datum [GJ04] verifications
live in GoldbergJackendoff2004.
Sections:
- Causative bridge:
deriveCausativeBuilderderives the resultative'sCausativevalue from the [GJ04] MEANS subevent relation + constructional CAUSE flag. Specialized to MEANS-relation causative resultatives; [GJ04]'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 ([BBS25], alongside change-of-state verbs).
- Three-way convergence: [MRN25] 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. (Schema decomposition of the subconstruction family lives with [Mul13]'s apparatus inStudies/Mueller2013.lean.) - Cross-linguistic typological parameters:
ResultativeRealization,ResultOrientation. Mandarin-specific phase-complement morpheme data (PhaseComplementenum +cosType) lives inMandarin.Resultatives.
Agreement with Boolean flags #
isCausative ↔ hasCause — derived from the subconstruction, not stipulated.
CC-selection ([BBS25]) #
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 ([GJ04]): 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:
[MRN25] 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.
Instances For
Inception presupposes ¬P before.
Inception asserts P after.
Cross-linguistic Resultative Parameters #
ResultativeRealization and ResultOrientation are theory-neutral
typological parameters. Mandarin-specific phase complements
(PhaseComplement enum + per-morpheme cosType) live in
Mandarin.Resultatives.
- syntacticAdjunct : ResultativeRealization
- verbCompound : ResultativeRealization
- deComplement : ResultativeRealization
Instances For
Equations
- Causation.Resultatives.instDecidableEqResultativeRealization 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
- objectOriented : ResultOrientation
- subjectOriented : ResultOrientation
Instances For
Equations
- 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.