Basque Agreement Fragment [Jus24] #
Basque (isolate) has a rich agreement system where the finite verb indexes up to three arguments: ergative (A), absolutive (S/P), and dative (R). Crucially, object (P/R) agreement is person-conditioned: the verb cross-references 1st/2nd person objects but not 3rd person objects in many constructions.
This is a classic case of differential P indexing conditioned by person prominence: SAP objects are indexed, 3rd person objects are not.
Agreement Paradigm Overview #
| Argument | Case | Indexed? |
|---|---|---|
| A (transitive agent) | ERG | Always |
| S (intransitive subj) | ABS | Always |
| P (transitive patient) | ABS | SAP only (differential) |
Argument positions in a Basque clause.
- agent : ArgPosition
A: transitive agent (ERG)
- patient : ArgPosition
P: transitive patient (ABS)
- intranS : ArgPosition
S: intransitive subject (ABS)
Instances For
Equations
- Basque.Agreement.instDecidableEqArgPosition 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
Whether a P argument at a given φ-cell is indexed on the verb. Basque
cross-references SAP objects (1st/2nd person) but not 3rd person objects in
the relevant constructions; A/S arguments are always indexed. Keyed by the
canonical φ-cell (Agreement.Cell), so a pronoun's Word.agrCell
drives it directly.
Equations
Instances For
Whether an A/S argument is indexed. Always true — A and S indexing is not differential in Basque.
Equations
- Basque.Agreement.asIsIndexed x✝ = true
Instances For
SAP objects are indexed.
3rd person objects are NOT indexed.
P indexing is differential: some φ-cells indexed, some not.
A/S indexing is NOT differential: all φ-cells indexed.
Basque agreement-relevant case inventory: {ERG, ABS, DAT}. The full Basque case system has ~12 cases (ERG, ABS, DAT, GEN, LOC, ABL, ALL, INST, COM, PERL, BEN, and more), but the agreement system only distinguishes these three.