Case Syncretism @cite{blake-1994} #
@cite{baerman-2005} @cite{caha-2009}
Syncretism is the systematic neutralization of case distinctions: two or more cases share a single morphological exponent in some paradigm cells. @cite{blake-1994} documents syncretism patterns in Latin, Greek, and other IE languages. He observes that syncretisms cluster into groups (NOM+ACC vs. DAT+ABL) that are "significant on other grounds" (p. 22).
The adjacency constraint — that syncretic cases must be adjacent on the case hierarchy — is a generalization from the Nanosyntax tradition, not an explicit claim by Blake. Blake's data is consistent with it, and his ERG/INST syncretism (Australian languages) is the canonical exception, which he explains via historical derivation of ERG from INST (pp. 174–175).
Examples #
- NOM/ACC syncretism in neuter nouns (Latin, Greek, Russian): same tier (rank 6)
- COM/INST syncretism (WALS Ch. 52): adjacent (ranks 1, 2)
Formalization #
We define syncretism as a relation between two cases within a given inventory.
hierarchyAdjacent checks strict adjacency (ranks differ by ≤ 1).
inventoryAdjacent checks relaxed adjacency (no intervening case in the
actual inventory).
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Core.instReprSyncretism = { reprPrec := Core.instReprSyncretism.repr }
Are two cases adjacent on the hierarchy (same rank or ranks differ by 1)?
This is the strict form of the adjacency constraint. In practice, some syncretisms span larger distances (e.g., ERG/INST in Australian languages), but the generalization is that adjacency is the norm.
Equations
- Core.hierarchyAdjacent c1 c2 = (c1.hierarchyRank == c2.hierarchyRank || c1.hierarchyRank + 1 == c2.hierarchyRank || c2.hierarchyRank + 1 == c1.hierarchyRank)
Instances For
Relaxed adjacency: no case in the inventory falls strictly between the two syncretic cases on the hierarchy.
This captures the idea that syncretism is "locally adjacent" within the language's actual inventory, even if non-adjacent on the full hierarchy. E.g., DAT/ACC might be adjacent in a system that lacks GEN.
Equations
- One or more equations did not get rendered due to their size.
Instances For
NOM/ACC syncretism (neuter nouns in Latin, Greek, Russian, etc.). Same rank — trivially adjacent.
Equations
- Core.nomAccSyncretism = { case1 := Core.Case.nom, case2 := Core.Case.acc, neq := Core.nomAccSyncretism._proof_1 }
Instances For
COM/INST syncretism (WALS Ch. 52: many languages use one marker).
Equations
- Core.comInstSyncretism = { case1 := Core.Case.com, case2 := Core.Case.inst, neq := Core.comInstSyncretism._proof_1 }
Instances For
NOM/ACC syncretism satisfies strict adjacency (same tier).
COM/INST syncretism satisfies strict adjacency (ranks 1, 2).
DAT/LOC syncretism satisfies strict adjacency (ranks 4, 3).
GEN/DAT syncretism satisfies strict adjacency (ranks 5, 4).
ERG/INST syncretism does NOT satisfy strict adjacency (ranks 6, 2) — this is Blake's known exception, explained by historical derivation.
Same-tier cases (NOM/ACC, ERG/ABS, ABL/INST) are always strictly adjacent. These are the most common syncretism targets cross-linguistically.
NOM/ACC syncretism (neuter paradigms): NOM=ACC share form 0, GEN and DAT have form 1. AABB pattern — contiguous.
NOM/GEN syncretism without ACC syncretism would be an ABA pattern — predicted NOT to occur by @cite{caha-2009}.
ACC/GEN syncretism with distinct NOM and DAT: ABBC — contiguous.
GEN/DAT syncretism: NOM and ACC distinct from GEN=DAT. AABC — contiguous.
NOM/DAT syncretism (skipping ACC and GEN): ABBA — violates *ABA. The containment hierarchy predicts this cannot occur: DAT contains ACC, so any form shared by NOM and DAT must also be shared by ACC.
ABL/LOC syncretism is explained by Anderson: both map to {loc}.