Clause chaining #
Typology of clause chaining: multi-clause constructions in which one or
more medial clauses (dependent, morphologically reduced) combine
with a single final clause (independent, fully inflected) that
supplies tense, mood, and often agreement for the whole chain. Chaining
is the prototypical cosubordinate combining scheme
(Clause.CombiningScheme): the medial clause is dependent but not
embedded ([GFvV84]; [Lon07]). Anchors:
[SA25] and [dV25], with per-language
bundles and generalizations in Studies/SarvasyAikhenvald2025.lean.
Main definitions #
Clause.CombiningScheme(+Embedded,Dependent) — the [scancarelli-2003] combination schemesClauseStatus,ChainDirection— medial/final and chain orderCategoryRetention,MedialMorphProfile— the medial verb's per-category finiteness profileSRSystem,SRTarget,SRMarkedness— switch-referenceInterclauseRelation— marked interclausal semantic relationsBridgingType— discourse bridging across chain boundariesSystem— a language's clause-chaining system; per-language instances live inStudies/SarvasyAikhenvald2025.lean
Combining schemes #
How a clause combines with its neighbors into a larger structure ([scancarelli-2003]): relatively independent conjuncts, dependence on a main clause, chained cosubordination (dependent but not embedded, [GFvV84]), or serialization with the relationship left unmarked. Languages differ in which schemes they use at all.
- coordinate : CombiningScheme
- subordinate : CombiningScheme
- cosubordinate : CombiningScheme
- serial : CombiningScheme
Instances For
Equations
- Clause.instDecidableEqCombiningScheme 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
Equations
- Clause.instReprCombiningScheme = { reprPrec := Clause.instReprCombiningScheme.repr }
The dependent clause is embedded as a syntactic constituent of the other.
Equations
- s.Embedded = (s = Clause.CombiningScheme.subordinate)
Instances For
The dependent clause is morphologically reduced (cannot stand alone).
Equations
Instances For
Clause chaining is cosubordination — dependent but not embedded ([GFvV84]).
Instances For
Clause status and chain direction #
Structural status of a clause within a chain.
- medial : ClauseStatus
Dependent clause with reduced morphology. Typically carries converbal or participial marking (UD
VerbForm.Conv); may encode switch-reference and interclausal relations but lacks full tense/agreement. - final : ClauseStatus
Independent clause with full inflection. Supplies tense, mood, and often agreement for the entire chain; exactly one per chain.
Instances For
Equations
- Clause.Chaining.instDecidableEqClauseStatus 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
Equations
Equations
Linear order of medial and final clauses ([SA25] §1.2).
- medialFinal : ChainDirection
Medial clauses precede the final clause — by far the most common, strongly correlated with verb-final word order (Nungon, Turkish, Korean, Manambu, Ku Waru).
- initialMedial : ChainDirection
An initial independent clause precedes medial dependent clauses — rare, attested in some verb-initial languages (Barai).
Instances For
Equations
- Clause.Chaining.instDecidableEqChainDirection 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
Equations
Equations
Medial-verb morphology #
How much of a morphological category a medial verb retains relative
to independent verbs — the three-point scale absent < restricted < full ([SA25] §§1.3–1.5; [dV25] §2).
- absent : CategoryRetention
Unmarked on medial verbs; the value is inherited from the final verb (Nungon medial verbs lack tense entirely).
- restricted : CategoryRetention
Fewer values than independent verbs (e.g. binary realis/irrealis rather than a full mood paradigm).
- full : CategoryRetention
The same range of values as independent verbs (Turkish converbs retain aspect).
Instances For
Equations
- Clause.Chaining.instDecidableEqCategoryRetention 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
Equations
Equations
Position on the retention scale.
Equations
Instances For
The retention scale as a linear order: absent < restricted < full.
absent is the bottom of the retention scale.
Morphological profile of medial verbs along five TAM dimensions — a per-category finiteness vector, of which the binary finite/non-finite cut is a coarsening.
- tense : CategoryRetention
Tense (absent in Nungon and Ku Waru; restricted in Manambu; full in some Turkic and Caucasian languages).
- agreement : CategoryRetention
Subject agreement (often inherited from the final verb under same-subject marking).
- mood : CategoryRetention
Mood (typically at most a binary realis/irrealis split).
- polarity : CategoryRetention
Independent negation of the medial clause (some languages restrict negation to the final clause, so polarity scopes over the chain).
- aspect : CategoryRetention
Aspect (some languages retain perfective/imperfective to distinguish completed vs ongoing subevents).
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Equations
- One or more equations did not get rendered due to their size.
Instances For
Every category is absent: a bare converb.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Every category is full: the profile of an independent verb (though a medial verb still lacks illocutionary force).
Equations
- One or more equations did not get rendered due to their size.
Instances For
Expected UD verb form for a medial verb with this profile: converb unless fully retained.
Equations
- p.udVerbForm = if p.FullyRetained then UD.VerbForm.Fin else UD.VerbForm.Conv
Instances For
Switch-reference #
Type of switch-reference system: morphology on medial verbs tracking referential continuity across clause boundaries — orthogonal to binding theory, which constrains intra-clausal coreference configurationally ([SA25] §§1.4–1.5, §3; [dV25] §§3–4).
- none : SRSystem
No SR morphology; the language may still chain (Korean, Turkish, Japanese).
- ssDs : SRSystem
Binary same-subject vs different-subject marking — the canonical system (Nungon, Ku Waru, many Papuan and Amerindian languages).
- ssDsTemporal : SRSystem
SS/DS fused with temporal relation: SS-sequential, SS-simultaneous, DS-sequential, DS-simultaneous as distinct forms (Nungon, Amele, many Trans-New Guinea languages).
- multiTrack : SRSystem
Tracks more than one argument (e.g. subject and object) — rare (Panoan).
Instances For
Equations
- Clause.Chaining.instDecidableEqSRSystem 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
Equations
- Clause.Chaining.instReprSRSystem = { reprPrec := Clause.Chaining.instReprSRSystem.repr }
Equations
What the SR system tracks.
- subjectOnly : SRTarget
Syntactic subject only — the canonical pattern.
- subjectAndObject : SRTarget
Subject and object — rare (some Panoan languages).
- topicBased : SRTarget
The topical participant, determined by discourse prominence rather than grammatical function (Greater Awyu, [dV25] §4.4).
Instances For
Equations
- Clause.Chaining.instDecidableEqSRTarget 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
Equations
- Clause.Chaining.instReprSRTarget = { reprPrec := Clause.Chaining.instReprSRTarget.repr }
Equations
Markedness asymmetry between the SS and DS forms. Subject continuity is the discourse default, so SS is usually the unmarked member.
- ssUnmarked : SRMarkedness
SS shorter, zero, or suffix-only; DS overtly marked — the dominant pattern.
- dsUnmarked : SRMarkedness
DS unmarked — rare.
- symmetric : SRMarkedness
Both overtly marked with comparable weight.
Instances For
Equations
- Clause.Chaining.instDecidableEqSRMarkedness 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
Equations
Interclausal relations and bridging #
Semantic relation between a medial clause and the next clause, encoded on the medial verb, inferred, or signaled by the SR system ([SA25] §1.4; [Lon07]).
- sequential : InterclauseRelation
- simultaneous : InterclauseRelation
- causal : InterclauseRelation
- conditional : InterclauseRelation
- concessive : InterclauseRelation
- manner : InterclauseRelation
- contrastive : InterclauseRelation
- additive : InterclauseRelation
- purpose : InterclauseRelation
Instances For
Equations
- Clause.Chaining.instDecidableEqInterclauseRelation 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
Equations
Equations
The temporal relations — exactly the ones SR morphology can encode
without additional marking (SRSystem.ssDsTemporal).
Equations
Instances For
Discourse bridging constructions spanning chain boundaries, characteristic of oral narrative ([SA25] §1.6, §3.3).
- recapitulative : BridgingType
Recapitulative (tail-head) linkage: the first medial clause of a new chain repeats the final clause of the preceding one (Nungon, Ku Waru).
- summary : BridgingType
Summary linkage: a generic verb ('do', 'say') summarizes the preceding episode (Ku Waru, Manambu).
Instances For
Equations
- Clause.Chaining.instDecidableEqBridgingType 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
Equations
The per-language bundle #
A language's clause-chaining system: chain structure,
switch-reference, medial morphology, marked relations, and
bridging. Per-language instances and generalizations over them
live in Studies/SarvasyAikhenvald2025.lean.
- direction : ChainDirection
Linear order of medial and final clauses.
- srSystem : SRSystem
Type of switch-reference system, if any.
- srTarget : Option SRTarget
What SR tracks, when present.
- srObligatory : Bool
Whether SR marking is obligatory on every medial verb.
- srMarkedness : Option SRMarkedness
Markedness asymmetry of the SR system, when recorded.
- medialMorph : MedialMorphProfile
Morphological profile of medial verbs.
- relationsMarked : List InterclauseRelation
Interclausal relations grammatically marked on medial verbs.
- hasRecapLinkage : Bool
Recapitulative (tail-head) linkage attested.
- hasSummaryLinkage : Bool
Summary linkage attested.
- medialCanStandAlone : Bool
Medial clauses can stand without a final clause — the non-canonical stand-alone medial ([Sar15]).
Instances For
Equations
- Clause.Chaining.instReprSystem = { reprPrec := Clause.Chaining.instReprSystem.repr }
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.
- Clause.Chaining.instBEqSystem.beq x✝¹ x✝ = false
Instances For
Equations
The language has an SR system.
Equations
- p.hasSR = (p.srSystem != Clause.Chaining.SRSystem.none)
Instances For
Medial tense is inherited from the final verb (no medial tense marking).
Equations
Instances For
Some discourse bridging construction is attested.
Equations
- p.hasBridging = (p.hasRecapLinkage || p.hasSummaryLinkage)
Instances For
Temporal relations are encoded by the SR morphology itself.
Equations
Instances For
Expected UD verb form for this language's medial verbs.