Documentation

Linglib.Phenomena.Case.Studies.Marantz1991

@cite{marantz-1991} — Case and Licensing #

@cite{marantz-1991}

Two central claims:

  1. Abstract Case ≠ morphological case. NPs are licensed by projection and the EPP, not by Case theory. Morphological case is post-syntactic, inserted at Morphological Structure.

  2. Burzio's generalization decomposes into the EPP (sentences need subjects) and the Ergative generalization (no ERG/ACC on non-thematic/derived subjects). The latter concerns morphological case realization, not abstract licensing.

Case Realization Hierarchy #

Morphological case obeys a disjunctive hierarchy:

lexically governed > dependent (ACC/ERG) > unmarked > default

This is formalized in DependentCase.lean as CaseSource (lexical > dependent > unmarked). @cite{marantz-1991}'s fourth level, default case (absolute last resort when no other principle applies), is not modeled separately; it is conceptually distinct from unmarked (which is environment-sensitive — e.g., GEN inside NPs, NOM inside IPs) but our current grammar never needs to distinguish them. @cite{baker-2015} later developed the hierarchy into a full cross-linguistic algorithm.

Dependent Case #

ACC and ERG are dependent cases — assigned relationally:

Georgian Split Ergativity #

Present series INFL selects accusative alignment → surface NOM-DAT pattern (where DAT is the spell-out of abstract dependent ACC). Aorist series INFL selects ergative alignment → surface ERG-NOM pattern (where NOM is the spell-out of abstract unmarked ABS). Crucially, agreement direction is independent of case direction — the split in case morphology across tense series does NOT correlate with any split in agreement (which always targets the same positions).

Evidential series (DAT-NOM "inversion") is not derived from the dependent case algorithm; it reflects a morphological property of evidential INFL. The algorithm covers present and aorist only.

Abstract Case vs Morphological Case #

The dependent case algorithm produces abstract case values (Core.Case). These map to morphological surface forms (also Core.Case) via language-specific spell-out at Morphological Structure. In Georgian: abstract ACC → morphological DAT (dative and accusative case have fallen together), abstract ABS → morphological NOM (unmarked surface form).

Case Hierarchy ↔ Agreement Hierarchy #

The case realization hierarchy (lexical > dependent > unmarked) parallels the Moravcsik agreement accessibility hierarchy (formalized below as Minimalist.CaseAccessibility from @cite{preminger-2014}). Both rank case types identically; the former determines case assignment priority, the latter determines agreement visibility. The bridge sourceToAccessibility connects the two.

Case-Discrimination Apparatus (relocated from Minimalism/CaseDiscrimination.lean) #

The Moravcsik-hierarchy primitives below come from @cite{preminger-2014} (with @cite{bobaljik-2008}, @cite{scott-2023}). They are paper-specific to the case-discrimination tradition that this study is in conversation with, and are not consumed elsewhere in the library, so they live here under namespace Minimalist for symmetry with other Minimalist apparatus.

Case accessibility for agreement.

The hierarchy determines which DPs are visible to agreement probes. Higher accessibility = more likely to be targeted by a probe.

Instances For
    @[implicit_reducible]
    Equations
    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      def Minimalist.caseAccessible (dpLevel threshold : CaseAccessibility) :
      Bool

      Is a DP with this case level accessible to a probe with the given threshold? Contiguity: a DP is accessible iff its level is at or above the threshold.

      Equations
      Instances For

        A case alignment maps argument positions (S, A, P) to case accessibility levels.

        • S: intransitive subject (sole argument)
        • A: transitive agent (external argument)
        • P: transitive patient (internal argument)
        Instances For
          Equations
          • One or more equations did not get rendered due to their size.
          Instances For

            Nominative-accusative alignment: S and A both get unmarked (NOM), P gets dependent (ACC).

            Equations
            Instances For

              Ergative-absolutive alignment: S and P both get unmarked (ABS), A gets dependent (ERG).

              Equations
              Instances For

                Tripartite alignment: S gets unmarked (ABS), A gets dependent (ERG), P gets dependent (ACC). Mam.

                Equations
                Instances For

                  Agreement pattern: which argument positions trigger agreement.

                  • sAgrees : Bool
                  • aAgrees : Bool
                  • pAgrees : Bool
                  Instances For
                    def Minimalist.instDecidableEqAgreementPattern.decEq (x✝ x✝¹ : AgreementPattern) :
                    Decidable (x✝ = x✝¹)
                    Equations
                    • One or more equations did not get rendered due to their size.
                    Instances For
                      Equations
                      • One or more equations did not get rendered due to their size.
                      Instances For

                        Given a case alignment and an accessibility threshold, compute which argument positions are visible to the probe.

                        Equations
                        • One or more equations did not get rendered due to their size.
                        Instances For

                          Is this agreement pattern ergative-absolutive? S and P agree, A does not (S=P≠A).

                          Equations
                          Instances For

                            Is this agreement pattern nominative-accusative? S and A agree, P does not (S=A≠P).

                            Equations
                            Instances For

                              With NOM-ACC case, A always agrees whenever S agrees (both have unmarked = NOM). Therefore, the pattern S=P≠A (ergative-absolutive agreement) is impossible: you cannot target S without also targeting A.

                              This is @cite{bobaljik-2008}'s typological gap: NOM-ACC case + ERG-ABS agreement is unattested.

                              Corollary: ERG-ABS agreement is impossible with NOM-ACC case. No threshold produces S=P≠A under NOM-ACC alignment.

                              With ERG-ABS case, threshold = unmarked yields ABS agreement: S and P agree (both have ABS = unmarked), A does not (ERG = dependent, below threshold). This is ergative-absolutive agreement.

                              With ERG-ABS case, threshold = dependent yields agreement with ALL arguments (S, A, P all accessible).

                              Contiguity: if a DP with dependent case is accessible, then any DP with unmarked case is also accessible (unmarked > dependent).

                              Contiguity: if a DP with lexical case is accessible, then DPs with dependent and unmarked case are also accessible.

                              Dative intervention: a dative DP blocks the probe's search.

                              Components:

                              • dativePresent : Bool

                                A dative (lexical case) DP intervenes.

                              • threshold : CaseAccessibility

                                The probe's case accessibility threshold.

                              • targetLevel : CaseAccessibility

                                Case level of the intended agreement target.

                              Instances For
                                Equations
                                • One or more equations did not get rendered due to their size.
                                Instances For

                                  Is the dative visible to the probe? Only if the threshold is low enough to include lexical case.

                                  Equations
                                  Instances For

                                    Does dative intervention cause agreement failure?

                                    The dative intervenes (blocks the probe by locality/minimality) if it has matching phi-features. But it cannot be a valid goal because its case (lexical) is below the threshold. The probe fails without crashing.

                                    This is modeled as: if a dative is present AND the dative's case is below the threshold (so the probe can't Agree with it) AND the dative blocks access to the real target by minimality, then agreement fails.

                                    Equations
                                    Instances For
                                      theorem Minimalist.dative_blocks_at_unmarked :
                                      dativeIntervenes { dativePresent := true, threshold := CaseAccessibility.unmarked, targetLevel := CaseAccessibility.unmarked } = true

                                      With a standard threshold (unmarked or dependent), a dative DP causes intervention: it blocks the probe but cannot be agreed with.

                                      If the threshold includes lexical case, the dative does NOT intervene — it becomes a valid agreement target.

                                      Kaqchikel has ergative-absolutive alignment: S and P get ABS (unmarked), A gets ERG (dependent).

                                      Equations
                                      Instances For

                                        Under Kaqchikel's alignment with threshold = unmarked, agreement targets S and P (Set B / absolutive agreement) but not A. This is consistent with the Set B (ABS) paradigm.

                                        Kaqchikel Set A agreement targets A (ERG): this requires a separate probe (Voice/v) with threshold = dependent, which sees both unmarked and dependent case DPs.

                                        NP configuration for each Georgian verb class (present/aorist).

                                        • Class 1 (transitive): 2 NPs (subject + object), both structural
                                        • Class 2 (unaccusative): 1 NP (sole argument, raised to Spec-TP)
                                        • Class 3 (unergative): 2 positions — subject + empty object. @cite{marantz-1991}: Georgian counts an unfilled object position as a distinct position for dependent case, explaining why unergatives get ERG despite being intransitive.
                                        • Class 4 (psych): 2 NPs — DAT subject (lexical/quirky) + NOM object
                                        Equations
                                        Instances For

                                          Georgian-specific mapping from abstract case (algorithm output) to surface morphological case. This is the language-specific spell-out at Morphological Structure — the locus of @cite{marantz-1991}'s abstract/morphological case distinction.

                                          • Abstract ACC → morphological DAT (dative and accusative morphological case have fallen together in Georgian into what is called "the dative case" — @cite{marantz-1991} p. 12)
                                          • Abstract ABS → morphological NOM (unmarked surface form)
                                          • Abstract ERG → morphological ERG
                                          Equations
                                          Instances For

                                            The dependent case algorithm + Georgian spell-out produces exactly the surface case frames recorded in Fragments.Georgian.Agreement. This is the core empirical validation: the algorithm derives all 8 verb-class × tense combinations for subjects.

                                            @cite{marantz-1991}'s Ergative generalization: ergative case may appear on the subject of an intransitive clause, but not on a derived subject.

                                            Under dependent case, this follows from the NP count: ERG requires
                                            a lower caseless NP as competitor. A derived (raised) unaccusative
                                            subject has no such competitor — the sole NP gets unmarked case.
                                            An unergative subject, by contrast, c-commands an (empty) object
                                            position that Georgian counts as a competitor. 
                                            

                                            The Ergative generalization follows from NP count: 1 NP (unaccusative) → no ERG; ≥2 positions → ERG possible.

                                            @cite{marantz-1991}'s key insight: Burzio's generalization ("non-thematic subject → no accusative object") splits into:

                                            1. **EPP**: sentences require subjects (projection + EPP suffice)
                                            2. **Dependent case**: ACC requires a *distinct* higher caseless NP
                                               as competitor
                                            
                                            When Voice is non-thematic (unaccusative), no external argument is
                                            introduced. The sole internal argument raises to Spec-TP. Only one
                                            NP exists in the domain → no case competitor → no dependent ACC.
                                            
                                            Marantz's counterexamples — adversity passives and "strike" verbs —
                                            have non-thematic subjects AND accusative objects. Under dependent
                                            case, this is predicted: the subject and object occupy *distinct*
                                            structural positions, so the ACC condition IS met. 
                                            

                                            Unaccusative: sole NP, no ACC. The "Burzio effect."

                                            theorem Marantz1991.burzio_transitive_has_acc :
                                            Syntax.Case.getCaseOf "theme" (Syntax.Case.assignCases Syntax.Case.CaseLanguageType.accusative [{ label := "agent", lexicalCase := none }, { label := "theme", lexicalCase := none }]) = some UD.Case.acc

                                            Transitive: external argument provides the case competitor → ACC.

                                            theorem Marantz1991.nonthematic_subject_with_acc :
                                            Syntax.Case.getCaseOf "obj" (Syntax.Case.assignCases Syntax.Case.CaseLanguageType.accusative [{ label := "derived_subj", lexicalCase := none }, { label := "obj", lexicalCase := none }]) = some UD.Case.acc

                                            Marantz's counterexample: non-thematic subject with ACC object. Two NPs in distinct chains → dependent case applies despite non-thematic subject. Refutes Burzio's abstract-Case version.

                                            def Marantz1991.npCount (voice : Minimalist.VoiceHead) (internalArgs : ) :

                                            Voice determines NP count: θ-assigning Voice adds an external argument. This bridges Voice theory to the configural case algorithm.

                                            Equations
                                            Instances For

                                              Hindi has aspect-conditioned split ergativity: perfective triggers ERG on the transitive agent (-ne), imperfective has NOM-ACC. The dependent case algorithm derives both patterns from the same mechanism with different CaseLanguageType settings.

                                              @cite{marantz-1991}: Hindi ERG is prohibited on unaccusative subjects
                                              (*siitta (\*ne) aayii* 'Sita arrived'), optional on unergatives, and
                                              obligatory on transitives. The unaccusative prohibition follows from
                                              dependent case: a sole argument has no competitor. 
                                              
                                              Equations
                                              • One or more equations did not get rendered due to their size.
                                              Instances For

                                                Hindi perfective unaccusative: sole NP, no ERG. Derives siitta (*ne) aayii — ERG is prohibited on unaccusatives because there is no caseless competitor for dependent case.

                                                theorem Marantz1991.hindi_perfective_unergative_with_phantom :
                                                have result := Syntax.Case.assignCases (alignmentToLangType (Core.hindiSplit.alignment Core.Aspect.perfective)) [{ label := "subj", lexicalCase := none }, { label := "empty", lexicalCase := none }]; Syntax.Case.getCaseOf "subj" result = some UD.Case.erg

                                                Hindi unergative in the perfective: the unfilled object position may or may not count as a competitor, yielding optional ERG. With a phantom position (Georgian-style), ERG appears.

                                                Without a phantom position, the unergative subject gets unmarked ABS (= no ERG). This models the optionality as a parameter: does the language count unfilled positions for dependent case?

                                                Cross-linguistic contrast: Georgian obligatorily counts unfilled positions (Class 3 always gets ERG), while Hindi optionally does (unergative ERG is optional). Both patterns are derived from the same algorithm — the only parameter is whether a phantom NP is included in the domain.

                                                Georgian demonstrates all three levels of @cite{marantz-1991}'s case realization hierarchy within a single language:

                                                | Level     | `CaseSource` | Georgian example |
                                                |-----------|-------------|------------------|
                                                | Lexical   | `.lexical`  | Class 4 DAT (quirky) |
                                                | Dependent | `.dependent`| Class 1 aorist ERG, present ACC |
                                                | Unmarked  | `.unmarked` | Class 2 NOM, Class 1 present NOM | 
                                                

                                                @cite{marantz-1991}'s case realization hierarchy (lexical > dependent > unmarked) parallels the Moravcsik agreement accessibility hierarchy (@cite{preminger-2014}, formalized in CaseDiscrimination.lean). Both rank case types identically — the same hierarchy governs which case "wins" in realization and which DPs are visible to agreement probes.

                                                The bridge `sourceToAccessibility` connects the two domains. 
                                                

                                                Map case assignment source to agreement accessibility level. The hierarchies are isomorphic: lexical→lexical, dependent→dependent, unmarked→unmarked. Agree-based case (@cite{baker-vinokurova-2010}) behaves like unmarked for accessibility — once T values NOM, the NP is fully visible to higher probes, just like an unmarked-NOM NP.

                                                Equations
                                                Instances For

                                                  Georgian Class 4's quirky DAT subject has lexical case, which maps to the lowest agreement accessibility. This connects the case algorithm's output to the agreement hierarchy: lexical case DPs are the hardest for agreement probes to target.

                                                  Class 1 aorist subject has dependent case (ERG), which maps to middle accessibility. A probe with threshold = unmarked cannot see ERG-marked DPs.

                                                  The full argumentation chain from Voice to surface case:

                                                  Voice (θ-assigning?) → NP count → dependent case algorithm → spell-out
                                                  
                                                  Agentive Voice introduces an external argument (1 internal + 1 external
                                                  = 2 NPs), enabling dependent case. Non-thematic Voice introduces no
                                                  external argument (1 internal only), so no case competitor exists and
                                                  the sole NP gets unmarked case.
                                                  
                                                  This is @cite{marantz-1991}'s decomposition of Burzio made explicit:
                                                  the "Burzio effect" (no ACC without a thematic subject) follows from
                                                  Voice's argument structure, not from Case theory. 
                                                  

                                                  Build NP list from Voice: if Voice assigns θ, include both subject and object; otherwise include only the theme.

                                                  Equations
                                                  Instances For

                                                    @cite{marantz-1991}'s central insight about Georgian split ergativity: case direction changes by tense series, but agreement does NOT.

                                                    Case: present = accusative (ACC downward), aorist = ergative (ERG upward).
                                                    Agreement: `pIsIndexed` (object agreement conditioned by person) is the
                                                    SAME function regardless of tense series. There is no correlation between
                                                    the "directional" features of INFL for case and the "directional" features
                                                    of Agr for agreement.
                                                    
                                                    "Split ergativity of the Georgian sort simply exploits this lack of
                                                    correlation." This connects to the agreement data formalized in
                                                    `Fragments.Georgian.Agreement` and verified in
                                                    `Aissen2003` and
                                                    `BejarRezac2009`.