Documentation

Linglib.Phenomena.Agreement.Studies.ClemDeal2024

Dependent Case by Agree: Ergative in Shawi @cite{clem-deal-2024} #

@cite{clem-deal-2024} argue that ergative case in Shawi (Kawapanan; Peru) arises when v Agrees with the subject after the object: the subject serves as the second goal for the v probe, receiving a goal-flag bundle that includes the object's φ-features. The ergative suffix -ri spells out the φ-root of that bundle, and the optional "object agreement on subject" (OAgr-on-S) morpheme spells out the inner φ-features of the same bundle.

The distribution of -ri in Shawi is a strictly descending / ultrastrong PCC pattern (1>2>3): ergative appears iff the subject is at least as high as the object on the person hierarchy. This is exactly @cite{deal-2024}'s strictlyDescending grammar (SAT:[SPKR], DynINT:[PART]↑), already formalized in Deal2024.lean.

This study file does five things:

  1. Map the Shawi clause to the Deal-2024 PCC framing: the lower goal (DO) is the object, the higher / second goal (IO) is the subject.
  2. Predict the distribution of -ri over the 7 (subject, object, 3rd-person-object-position) cells of @cite{clem-deal-2024} Table 4 from the existing strictlyDescending grammar plus the high/low ambiguity for 3rd-person objects (the source of "(✓)" optionality).
  3. Ground the predictions in the privative person geometry shared with @cite{deal-2024}'s dpBears (and via that, with @cite{pancheva-zubizarreta-2018}'s satisfiesProminence and @cite{bejar-rezac-2009}'s personSpec).
  4. Bridge to the existing person-rank order via Deal2024.sd_off_diagonal_iff_outranks — the Shawi pattern's 1>2>3 hierarchy is exactly the one that fell out of Deal-2024.
  5. Counterexample the simple and augmented configurational case rules (paper §4.1, equations (1) and (37)) on Shawi cells.

Genuinely new machinery — bidirectional Agree (goal flagging), Distributed-Morphology Vocabulary Insertion, Kinyalolo's Constraint — is not introduced here. The study file derives Shawi's empirical table from infrastructure linglib already has, and flags the new machinery as a separate follow-up.

The v probe in Shawi sits between the object (lower) and the subject (higher). Cyclic Agree (Béjar & Rezac 2009) makes the object the first goal (G1 ≡ DO in Deal-2024 terms) and the subject the second goal (G2 ≡ IO). @cite{clem-deal-2024} (3), (15)–(19).

Equations
Instances For

    Shawi's surface 1>2>3 pattern is what Deal-2024 calls strictly descending. This is a definitional alignment, not a discovery.

    Whether v can interact with the object as G1. 3rd-person low objects sit inside the inner v_cat phase and are invisible to the v probe (@cite{clem-deal-2024} §3.2, (24)). Local-person and high-positioned 3rd-person objects are visible.

    Note: objectVisible .first .low and objectVisible .second .low return true vacuously — local-person objects never occupy the low position (mustBeHigh is true for them), so this case is structurally inaccessible.

    Equations
    Instances For

      Predict whether -ri surfaces on the subject of a transitive clause with the given subject person, object person, and object position.

      Two factors must coincide:

      1. The object must be visible to v (objectVisible).
      2. The probe must successfully Agree with the subject as a second goal — exactly Deal-2024's isLicit for the strictly descending grammar.
      Equations
      • One or more equations did not get rendered due to their size.
      Instances For

        1P object always satisfies SAT:[SPKR], halting the probe before it reaches the subject — ergative is impossible regardless of the subject's features or the object's position. @cite{clem-deal-2024} (7a–b), (14a–b), §3 derivation in (15).

        2P high object: lacks [SPKR] (no SAT halt) but bears [PART], triggering dynamic narrowing. The subject is then visible as G2 only if it bears [PART] — i.e., is itself local-person. @cite{clem-deal-2024} §3.2, (16).

        3P high object: lacks [SPKR] and lacks [PART], so the probe neither halts nor narrows. The subject is visible as G2 regardless of its features. @cite{clem-deal-2024} (8), (19).

        3P low object: invisible to v. The probe finds only the subject as G1; no goal-flag bundle reaches the subject. @cite{clem-deal-2024} (24).

        For non-diagonal (subject ≠ object) configurations with a visible object, ergative on the subject coincides with the subject outranking the object on the 1>2>3 person hierarchy. Inherits @cite{deal-2024}'s sd_off_diagonal_iff_outranks — Shawi's hierarchy effect is exactly the one that fell out of Deal-2024 on independent grounds.

        For any local-person object, the position parameter is irrelevant to the prediction: ergative depends only on isLicit shawiGrammar. Reason: objectVisible is true for any non-3P object regardless of position.

        Bookkeeping: for any local-person object, the Fragment-level mustBeHigh constraint forces the high position, which is exactly what the probe-visibility analysis presupposes.

        The simple configurational rule for ergative assignment from @cite{baker-2015}, paper (1): "if there are two distinct NPs in the same spell-out domain such that NP1 c-commands NP2, then value the case feature of NP1 as ergative unless NP2 has already been marked for case." Predicts ergative for every transitive subject.

        Equations
        Instances For

          The augmented configurational rule from Bárány & Sheehan 2024, paper (37): "NP1 outranks NP2 on the person hierarchy 1>2>3" written into the configurational rule itself. Still overgenerates on 3→3 with low object: the rule fires (3 ≥ 3) but Shawi shows no -ri (@cite{clem-deal-2024} (23c), (24)). The Agree-based analysis predicts the absence because a low 3P object is invisible to the probe, so the subject is G1 rather than G2 — no goal flagging, no ergative.

          Equations
          Instances For

            @cite{clem-deal-2024} (9), (21): when the subject bears -ri, the object cannot remain overt-postverbal. This combines the Fragment-level objectSyntaxLicit with the predictedness of ergative — a high-object subject that outranks the object forces the object out of postverbal position (to OSV or pro-drop).

            "Object agreement on subject" can spell out the inner φ-features of the goal-flag bundle that -ri exposes; if no such bundle is present (i.e., no ergative), there is nothing for the OAgr-on-S morpheme to attach to.

            We define availability by reusing predictsErgative directly, matching @cite{clem-deal-2024} §4.3's empirical generalization that OAgr-on-S obtains only if the subject is ergative. The non-trivial asymmetry (ergative without OAgr-on-S is grammatical; OAgr-on-S without ergative is not) is structurally true here only by construction; deriving it requires the goal-flagging machinery flagged in "Follow-ups".

            Equations
            Instances For

              Inheriting the hierarchy bridge: OAgr-on-S is available off the diagonal iff the subject outranks the object — same pattern as -ri itself.

              Across the 9 (subject, object) cells, the strictly-descending grammar licenses 5 — exactly the 5 cells where ergative is licit in Shawi (rows a, b, d, g of Table 4, with row b/d/g being the high-object subcases). Derived from Deal2024.sd_licit_count.

              Among the high-object cells, predicted ergative coincides with isLicit on the strictly-descending grammar — Shawi inherits the Deal-2024 typology wholesale once we condition on "object visible to v".

              Follow-ups #

              @cite{clem-deal-2024}'s analysis crucially depends on three pieces of machinery that linglib does not yet have:

              1. Bidirectional Agree (goal flagging) — the probe-to-goal direction of feature transfer. Without this, the claim that -ri is the object's φ-features (rather than a primitive [ERG]) cannot be stated structurally. Theories/Syntax/Minimalism/Agree.lean currently models only valuation (goal→probe).
              2. Distributed Morphology / Vocabulary Insertion — for the VI rule ri ↔ φ / ___ [φ,D] (@cite{clem-deal-2024} (34)) and Kinyalolo's Constraint impoverishment ((35)). The Core/Lexical/MorphRule.lean skeleton is Bybee-flavored and does not yet capture context-sensitive realization.
              3. Feature provenance — distinguishing "native" features on a goal from features deposited there by Agree (@cite{clem-deal-2024} fn. 23). Required to state the ergative VI without overgenerating.

              Once (1)–(3) are in place, the OAgr-on-S correlation here can be strengthened from a definitional implication to a derived theorem.