Kaqchikel Agreement Fragment @cite{preminger-2014} #
Theory-neutral typological metadata for Kaqchikel (K'ichean, Mayan) agreement morphology: paradigm exponents, person-number cells, argument positions, and the empirical AF agreement table.
The theory-laden apparatus that interprets this data — DM Vocabulary
insertion, PersonGeometry feature decomposition, the omnivorous
hierarchy, the AgreeOutcome inductive — lives in
Phenomena/Agreement/Studies/Preminger2014.lean. Per the project
Fragment-discipline rule (CLAUDE.md), fragments hold only consensus
typological metadata; paper-specific apparatus is consumed in study
files via projections.
The System #
Kaqchikel has two agreement paradigms on the verb:
- Set A (ERG): prefixes on Voice/v cross-referencing the transitive agent
- Set B (ABS): preverbal markers on Infl/T cross-referencing the absolutive argument (transitive patient or intransitive S)
Morpheme order on the verb (276): aspect - ABS - ERG - stem.
Set B (ABS) precedes Set A (ERG).
| Position | Case | Agreement |
|---|---|---|
| A (transitive agent) | ERG | Set A |
| P (transitive patient) | ABS | Set B |
| S (intransitive subj) | ABS | Set B |
Unlike Mam, where Infl's φ-probe is blocked in transitives and the patient goes unagreed, Kaqchikel cross-references both transitive arguments (@cite{preminger-2014} Ch. 3 vs. @cite{scott-2023} for Mam).
Agent Focus Agreement (@cite{preminger-2014} §3.3, table 22) #
In AF constructions (clause-local agent extraction), the normal two-slot agreement collapses to a single marker drawn from the absolutive (Set B) paradigm. The empirical pattern: AF agreement is commutative (⟨1SG subj, 3SG obj⟩ = ⟨3SG subj, 1SG obj⟩ → in-) and a person restriction blocks combinations of two 1st/2nd-person arguments.
The empirical paradigm data sits here as afParadigm. The choice rule
that predicts it is theory-laden — see
Phenomena/Agreement/Studies/Preminger2014.lean for the two-probe
relativized-probing derivation (after @cite{bejar-rezac-2003}, applied
to Kichean per @cite{preminger-2014} §4.4). Earlier analyses
(@cite{stiebels-2006} and others) framed the same surface pattern as
a salience hierarchy [+participant] > [+plural] > default, an account
@cite{preminger-2014} Ch. 7 explicitly argues against; the fragment
deliberately avoids picking sides on that question.
Kaqchikel's absolutive morphemes appear in HIGH position (between
aspect marker and the verb stem, pre-stem). Morpheme order:
ASP-ABS-ERG-Stem (per ## The System table above).
Instances For
Set A (ERG) markers: prefixes on Voice/v cross-referencing the transitive agent (@cite{preminger-2014} Ch. 3, table (29)). Parenthesized segments are dropped in certain phonological contexts; the grapheme j represents a voiceless velar fricative.
Equations
- Fragments.Mayan.Kaqchikel.setAExponent Fragments.Mayan.PersonNumber.p1sg = "n/w-"
- Fragments.Mayan.Kaqchikel.setAExponent Fragments.Mayan.PersonNumber.p2sg = "a(w)-"
- Fragments.Mayan.Kaqchikel.setAExponent Fragments.Mayan.PersonNumber.p3sg = "r(u)/u-"
- Fragments.Mayan.Kaqchikel.setAExponent Fragments.Mayan.PersonNumber.p1pl = "q(a)-"
- Fragments.Mayan.Kaqchikel.setAExponent Fragments.Mayan.PersonNumber.p2pl = "i(w)-"
- Fragments.Mayan.Kaqchikel.setAExponent Fragments.Mayan.PersonNumber.p3pl = "k(i)-"
Instances For
Set B (ABS) markers: preverbal markers on Infl/T cross-referencing the absolutive argument. The 3SG form (∅) is also the Elsewhere entry — the default when no more specific entry matches, as in the failure case of obligatory agreement (Ch. 5).
Equations
- Fragments.Mayan.Kaqchikel.setBExponent Fragments.Mayan.PersonNumber.p1sg = "in-"
- Fragments.Mayan.Kaqchikel.setBExponent Fragments.Mayan.PersonNumber.p2sg = "at-"
- Fragments.Mayan.Kaqchikel.setBExponent Fragments.Mayan.PersonNumber.p3sg = "∅"
- Fragments.Mayan.Kaqchikel.setBExponent Fragments.Mayan.PersonNumber.p1pl = "oj-"
- Fragments.Mayan.Kaqchikel.setBExponent Fragments.Mayan.PersonNumber.p2pl = "ix-"
- Fragments.Mayan.Kaqchikel.setBExponent Fragments.Mayan.PersonNumber.p3pl = "e-"
Instances For
Argument positions in a Kaqchikel clause. Aliased to the canonical
Features.Prominence.ArgumentRole (S/A/P/R/T) so cross-Mayan and
cross-framework code shares one inventory. Use the canonical
constructor names .A (transitive agent), .P (transitive
patient), .S (intransitive subject) directly.
Instances For
Perfective (ergative) case assignment for Kaqchikel. Definitionally
equal to Fragments.Mayan.ergCaseKaqchikel, which derives from
Alignment.ergative.assignCase in
Theories/Syntax/Case/Alignment.lean — A → ERG, S/P → ABS.
Instances For
Non-perfective (PROG ajin) case assignment for Kaqchikel.
Definitionally equal to Fragments.Mayan.accCaseKaqchikel, derived
from Alignment.invertedErgative.assignCase. The
construction-specific inverted pattern (S/A → ABS, P → ERG/GEN)
documented by @cite{imanishi-2014} §3.3.1 and @cite{imanishi-2020}.
Per @cite{imanishi-2014}: the Unaccusative Requirement on
Nominalization passivizes the embedded clause; the object becomes
the only Case-less DP and receives ERG/GEN from D as phase head;
the subject is base-generated in matrix Spec-PredP (with ajin)
and gets ABS from matrix Infl.
Instances For
Does this position participate in φ-Agree? In Kaqchikel, ALL core argument positions trigger agreement: agent via Set A on Voice/v, patient and intranS via Set B on Infl/T. This contrasts with Mam, where the patient is NOT agreed with (Infl's probe is blocked by VoiceP; @cite{scott-2023}). Ditransitive R/T default to participating (Kaqchikel ditransitive agreement not modeled in this fragment).
Equations
- Fragments.Mayan.Kaqchikel.ArgPosition.IsPhiAgreed Features.Prominence.ArgumentRole.A = True
- Fragments.Mayan.Kaqchikel.ArgPosition.IsPhiAgreed Features.Prominence.ArgumentRole.P = True
- Fragments.Mayan.Kaqchikel.ArgPosition.IsPhiAgreed Features.Prominence.ArgumentRole.S = True
- Fragments.Mayan.Kaqchikel.ArgPosition.IsPhiAgreed Features.Prominence.ArgumentRole.R = True
- Fragments.Mayan.Kaqchikel.ArgPosition.IsPhiAgreed Features.Prominence.ArgumentRole.T = True
Instances For
Equations
- Fragments.Mayan.Kaqchikel.instDecidablePredArgPositionIsPhiAgreed Features.Prominence.ArgumentRole.A = isTrue trivial
- Fragments.Mayan.Kaqchikel.instDecidablePredArgPositionIsPhiAgreed Features.Prominence.ArgumentRole.P = isTrue trivial
- Fragments.Mayan.Kaqchikel.instDecidablePredArgPositionIsPhiAgreed Features.Prominence.ArgumentRole.S = isTrue trivial
- Fragments.Mayan.Kaqchikel.instDecidablePredArgPositionIsPhiAgreed Features.Prominence.ArgumentRole.R = isTrue trivial
- Fragments.Mayan.Kaqchikel.instDecidablePredArgPositionIsPhiAgreed Features.Prominence.ArgumentRole.T = isTrue trivial
The three monotransitive argument positions (omits ditransitive R/T).
Equations
Instances For
An AF agreement datum: subject φ, object φ, and the resulting
single agreement marker (or none for person-restriction
violations).
- subject : PersonNumber
- object : PersonNumber
- marker : Option String
Instances For
Equations
Equations
- One or more equations did not get rendered due to their size.
Instances For
The empirical AF agreement paradigm (@cite{preminger-2014} table (22)). Each row records the observed agreement marker for a given subject-object combination in clause-local agent extraction.
The first 11 rows reproduce the paper's table exactly. Rows 12–15 demonstrate commutativity (§3.2, fn. a): the table uses set notation {φ₁, φ₂}, so swapping subj/obj yields the same marker. Rows 16–17 test person restriction violations ((25)).
Equations
- One or more equations did not get rendered due to their size.
Instances For
Number of agreement slots for each verb form. Transitive: two slots (Set A + Set B). AF: one slot (single omnivorous marker from the ABS paradigm).
Equations
Instances For
Agent gets ERG (from Voice).
Patient gets ABS (from Infl).
Intransitive S gets ABS (from Infl).
Ergative-absolutive alignment: the agent is distinguished (ERG) while patient and intranS share a case value (ABS).
Accusative alignment in non-perfective: S/A pattern together (ABS), O is distinct (GEN). Mirror image of Chol/Q'anjob'al.
All three argument positions trigger φ-agreement.
AF has a single agreement slot (one marker from the ABS paradigm).
Transitive has dual agreement slots (Set A + Set B).
AF loses ergative (Set A) agreement: the single AF marker is drawn
from the absolutive paradigm, not the ergative. Cross-references
VerbForm.hasSetA from AgentFocus.lean.
Transitive retains ergative (Set A) agreement.
Kaqchikel case inventory, derived from argument position case values.
Equations
Instances For
The inventory covers all argument positions: every position's case is in the inventory.