Resultative — Small Clause Bridge #
[dD95]: resultative constructions instantiate SC predication with an adjectival or prepositional predicate:
"They hammered the metal flat" → V [SC DP AP]
"She kicked the ball into the field" → V [SC DP PP]
The result-state XP (AP or PP) is the SC predicate; the direct object DP is the SC subject to which the property/path is ascribed.
Resultative types as SC predicate categories #
[GJ04] five-way resultative typology maps onto SC predicate categories:
| Resultative type | SC pred | Example |
|---|---|---|
| causativeProperty | A | "hammer the metal flat" |
| causativePath | P | "kick the ball into the field" |
| noncausativeProperty | A | "the river froze solid" |
| noncausativePath | P | "the ball rolled into the field" |
| fakeReflexive | A | "She laughed herself silly" |
Cross-references #
HaddicanEtAl2026: SC family geometry;resultative_scdefined there has shapenode(leaf, node(leaf, leaf)), same as PVC and DOC.Dendikken1995: path resultatives share SC predicate category P with PVCs.
§1. Resultative types → SC predicate categories #
Property resultatives have AP predicates; path resultatives have PP predicates. Both are SC predication structures.
Map resultative type to SC predicate category. Property resultatives → A (adjective phrase as SC predicate). Path resultatives → P (prepositional phrase as SC predicate). Fake reflexive → A (reflexive is the SC subject, AP is predicate).
Equations
- Dendikken1995Resultatives.resToSCPred GoldbergJackendoff2004.ResultativeType.causativeProperty = Minimalist.SCPredCategory.A
- Dendikken1995Resultatives.resToSCPred GoldbergJackendoff2004.ResultativeType.causativePath = Minimalist.SCPredCategory.P
- Dendikken1995Resultatives.resToSCPred GoldbergJackendoff2004.ResultativeType.noncausativeProperty = Minimalist.SCPredCategory.A
- Dendikken1995Resultatives.resToSCPred GoldbergJackendoff2004.ResultativeType.noncausativePath = Minimalist.SCPredCategory.P
- Dendikken1995Resultatives.resToSCPred GoldbergJackendoff2004.ResultativeType.fakeReflexive = Minimalist.SCPredCategory.A
- Dendikken1995Resultatives.resToSCPred GoldbergJackendoff2004.ResultativeType.anticausativeProperty = Minimalist.SCPredCategory.A
Instances For
Whether a resultative type involves a causative agent.
Equations
- Dendikken1995Resultatives.ResultativeType.hasCausativeAgent GoldbergJackendoff2004.ResultativeType.causativeProperty = true
- Dendikken1995Resultatives.ResultativeType.hasCausativeAgent GoldbergJackendoff2004.ResultativeType.causativePath = true
- Dendikken1995Resultatives.ResultativeType.hasCausativeAgent GoldbergJackendoff2004.ResultativeType.noncausativeProperty = false
- Dendikken1995Resultatives.ResultativeType.hasCausativeAgent GoldbergJackendoff2004.ResultativeType.noncausativePath = false
- Dendikken1995Resultatives.ResultativeType.hasCausativeAgent GoldbergJackendoff2004.ResultativeType.fakeReflexive = true
- Dendikken1995Resultatives.ResultativeType.hasCausativeAgent GoldbergJackendoff2004.ResultativeType.anticausativeProperty = false
Instances For
§2. Verification: categorization covers all types #
All five resultative types map to either A or P.
Property resultatives all have SC predicate category A.
Path resultatives all have SC predicate category P.
Resultative SC predicates are always A or P.
§3. SC construction from resultative data #
Build a small clause from a resultative datum.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The SC predicate category is determined by the resultative type.
§4. Per-datum SC categorization #
"She hammered the metal flat" — SC predicate is AP (property).
"She kicked the ball into the field" — SC predicate is PP (path).
"The river froze solid" — noncausative, SC predicate is AP.
"The ball rolled into the field" — noncausative path, SC predicate is PP.
"She laughed herself silly" — fake reflexive, SC predicate is AP.
§5. Cross-construction bridge #
Path resultatives share SC predicate category P with PVCs (particles). This follows from den Dikken's thesis: both involve a P head as the SC predicate. The difference is that in PVCs, the P is a particle (intransitive), while in path resultatives, the P heads a full PP (transitive).
§6. IsSmallClause companion-predicate witness #
datumToSC constructs the predicate via mkLeafPhon (resToSCPred …).toCat,
so the well-formedness invariant predicate.headCat = predCat.toCat
holds by rfl.
The well-formedness invariant for datumToSC holds by construction:
the mkLeafPhon-built predicate is a leaf, so the computable
outerCatC head category reduces definitionally to its stored predCat.
Resultative SCs satisfy the IsSmallClause companion predicate
over raw SyntacticObjects.