Kaqchikel Agreement Fragment #
Typological metadata for Kaqchikel (K'ichean, Mayan) agreement morphology, following [Pre14]: paradigm exponents, person-number cells, and argument positions.
Kaqchikel cross-references both transitive arguments. Set A (ERG) prefixes index the transitive agent; Set B (ABS) pre-stem markers index the absolutive argument (transitive patient or intransitive S); morpheme order is aspect–ABS–ERG–stem, so Set B precedes Set A ([Pre14] (12)). In Agent Focus constructions the two slots collapse to a single marker drawn from the Set B paradigm.
Main declarations #
Kaqchikel.setAExponent,Kaqchikel.setBExponent: the Set A (ERG) and Set B (ABS) exponent tables ([Pre14] table (29)).Kaqchikel.absPosition: HIGH-ABS morpheme placement.Kaqchikel.ArgPositionwith.case,.accCase,.IsPhiAgreed: argument positions, their case wiring, and the (non-differential) φ-agreement status of each position.Kaqchikel.caseInventory: the {ERG, ABS} case inventory, validated against [Bla94b]'s hierarchy.
Implementation notes #
Hosting Set A on Voice/v and Set B on Infl/T follows the standard
high-abs analysis (consistent with [Pre14] and
[CMPP14]). Kaqchikel indexes every core
argument, in contrast with San Juan Atitán Mam, where Infl's φ-probe
is blocked in transitives and the patient goes unagreed ([Sco23];
see Mam/Agreement.lean) — the non-differential/differential pair
consumed by Studies/Aissen2003Agreement.lean. The AF agreement table
([Pre14] §3.2, table (22)) and the choice rule that predicts
it live in Studies/Preminger2014.lean. The non-perfective accCase
records [Ima14]'s analysis of the progressive ajin
construction — an analysis, not consensus typology; the derivation
lives with Mayan.accCaseKaqchikel in Fragments/Mayan/Params.lean.
Parenthesized exponent segments drop in certain phonological contexts.
Person-number cells come from the canonical Agreement.Cell
(Syntax/Agreement/Paradigm.lean).
ABS position (HIGH-ABS) #
HIGH-ABS: the absolutive markers sit between the aspect marker and the stem.
Equations
Instances For
Set A (ERG) exponents #
Set A (ERG) markers ([Pre14] table (29)).
Equations
- One or more equations did not get rendered due to their size.
Instances For
Set B (ABS) exponents #
Set B (ABS) markers; ∅ 3SG doubles as the Elsewhere default ([Pre14] table (29), Ch. 5).
Equations
- One or more equations did not get rendered due to their size.
Instances For
Argument positions #
Argument positions, aliased to the canonical
Features.Prominence.ArgumentRole (S/A/P/R/T).
Instances For
Perfective (ergative) case assignment: Mayan.ergCaseKaqchikel
(A → ERG, S/P → ABS).
Equations
Instances For
Non-perfective (PROG ajin) case assignment: Mayan.accCaseKaqchikel
(S/A → ABS, P → ERG/GEN, per [Ima14]).
Instances For
Every position triggers φ-agreement — Kaqchikel is non-differential
(contrast Mam.ArgPosition.IsPhiAgreed); R/T default to
participating.
Equations
- Kaqchikel.ArgPosition.IsPhiAgreed Features.Prominence.ArgumentRole.A = True
- Kaqchikel.ArgPosition.IsPhiAgreed Features.Prominence.ArgumentRole.P = True
- Kaqchikel.ArgPosition.IsPhiAgreed Features.Prominence.ArgumentRole.S = True
- Kaqchikel.ArgPosition.IsPhiAgreed Features.Prominence.ArgumentRole.R = True
- Kaqchikel.ArgPosition.IsPhiAgreed Features.Prominence.ArgumentRole.T = True
Instances For
Equations
- Kaqchikel.instDecidablePredArgPositionIsPhiAgreed Features.Prominence.ArgumentRole.A = isTrue trivial
- Kaqchikel.instDecidablePredArgPositionIsPhiAgreed Features.Prominence.ArgumentRole.P = isTrue trivial
- Kaqchikel.instDecidablePredArgPositionIsPhiAgreed Features.Prominence.ArgumentRole.S = isTrue trivial
- Kaqchikel.instDecidablePredArgPositionIsPhiAgreed Features.Prominence.ArgumentRole.R = isTrue trivial
- Kaqchikel.instDecidablePredArgPositionIsPhiAgreed Features.Prominence.ArgumentRole.T = isTrue trivial
Verification: argument positions #
Each fact below re-exports its Alignment.ergative lemma; the
family-level statement is
CoonMateoPedroPreminger2014.mayan_perfective_ergative.
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).
All core argument positions trigger φ-agreement.
The case inventory realized by the core positions: {ERG, ABS}.
Equations
- Kaqchikel.caseInventory = (List.map Kaqchikel.ArgPosition.case Features.Prominence.ArgumentRole.core).toFinset
Instances For
The inventory covers all argument positions: every position's case is in the inventory.