Documentation

Linglib.Studies.Stump2016

Stump 2016: paradigm-linkage deviations — deponency and morphomic tense #

[Stu16]

Two deviations from the canonical content-to-form isomorphism argued for in [Stu16], run on the paradigm-linkage model of Morphology/Paradigm/Linkage.lean.

Latin deponency (Ch. 12): deponent verbs "inflect by means of the morphology that ordinarily serves to express a verb's passive forms" (§12.1). Deponent cōnārī 'try' realizes its active content cells — cōnor, cōnāris, cōnātur, cōnāmur, cōnāminī, cōnantur (imperfective present indicative, Table 12.2) — with the passive personal endings (-or, -ris, -tur, -mur, -minī, -ntur) that a regular verb like parāre 'prepare' uses only for its passive (paror, parāris, parātur, …, Table 12.1); cōnārī lacks passive-meaning forms entirely. This is a property mapping that crosses the voice axis: a regular verb is subject to the canonical pmc(σ) = σ ∪ {c}, a deponent to pm2c(σ:{active}) = σ[active/passive] ∪ {c} (§12.1), replacing active with passive. Abstracting away the inflection-class index c, the deponent linkage flips voice while the regular verb's preserves it — cōnārī's linkage deviates from IsCanonical on every active cell.

Kashmiri morphomic tense (Ch. 8, pp. 217ff): the recent, indefinite, and remote preterites of intransitive Conjugations II and III are realized through four morphomic properties 'past a'–'past d' via a non-identity property mapping. WUP (Conj II) and WUPH (Conj III) inflect alike in the 'past b' cells — wupyōs (indefinite) and wuphyōs (recent) — because pmII and pmIII send different tenses to the same morphome. The composition exercises the PFM1 block cascade of Morphology/Paradigm/Function.lean as the form-cell realization, with pm ≠ id, so Linkage.realize_eq_paradigmFunction (which needs pm = id) does not apply. Forms are transcribed from Grierson's paradigms as displayed by [Stu16]; block rules are read off the stem+suffix segmentation.

Main declarations #

Voice: the axis Latin deponency crosses ([Stu16] §12.1).

Instances For
    @[implicit_reducible]
    Equations
    @[implicit_reducible]
    Equations
    def Stump2016.instReprVoice.repr :
    VoiceStd.Format
    Equations
    Instances For
      inductive Stump2016.Agr :

      Person–number agreement: the six cells of the imperfective present indicative ([Stu16] Tables 12.1–12.2).

      Instances For
        @[implicit_reducible]
        instance Stump2016.instDecidableEqAgr :
        DecidableEq Agr
        Equations
        @[implicit_reducible]
        instance Stump2016.instReprAgr :
        Repr Agr
        Equations
        def Stump2016.instReprAgr.repr :
        AgrStd.Format
        Equations
        Instances For
          structure Stump2016.Cell :

          A morphosyntactic property set, abstracted to the voice axis and the agreement features relevant to Latin deponency (the inflection-class index and tense/aspect/mood, held constant across the paradigm below, are elided).

          Instances For
            def Stump2016.instDecidableEqCell.decEq (x✝ x✝¹ : Cell) :
            Decidable (x✝ = x✝¹)
            Equations
            Instances For
              def Stump2016.instReprCell.repr :
              CellStd.Format
              Equations
              • One or more equations did not get rendered due to their size.
              Instances For
                @[implicit_reducible]
                Equations

                The two Latin lexemes contrasted: the deponent cōnārī and the regular parāre.

                Instances For
                  @[implicit_reducible]
                  Equations
                  def Stump2016.instReprLatinVerb.repr :
                  LatinVerbStd.Format
                  Equations
                  Instances For

                    Their stems.

                    Instances For
                      @[implicit_reducible]
                      Equations
                      def Stump2016.instReprLatinStem.repr :
                      LatinStemStd.Format
                      Equations
                      Instances For

                        The deponent linkage of cōnārī: a single stem and the voice-flipping property mapping pm2c ([Stu16] §12.1), which sends an active content cell to a passive form cell.

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

                          The regular linkage of parāre: a single stem and the identity property mapping, canonical on the voice axis ([Stu16] §7.1).

                          Equations
                          Instances For

                            cōnārī's six active content cells ([Stu16] Table 12.2).

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

                              The regular verb's linkage is canonical: property-set preserving (pm = id) and stem invariant ([Stu16] §7.1, characteristics (2a)–(2b)).

                              The deponent property mapping flips voice on every active cell.

                              The deponent linkage deviates from the canonical isomorphism on every active content cell: its property mapping moves the cell off its own property set.

                              Hence the deponent linkage is not property-preserving, so not canonical.

                              theorem Stump2016.conari_active_realized_by_passive_form (l : LatinVerb) (σ : Cell) :
                              Finset.image (fun (x : LatinStem × Cell) => x.2.voice) (conariLinkage.corr l σ) = {Voice.passive}

                              The deponency claim: every active content cell of cōnārī has a passive form correspondent — active content realized by passive morphology ([Stu16] §12.1).

                              Every one of cōnārī's six active content cells crosses the voice axis.

                              theorem Stump2016.depon_vs_regular (σ : Cell) (h : σ.voice = Voice.active) :
                              Finset.image (fun (x : LatinStem × Cell) => x.2.voice) (parareLinkage.corr LatinVerb.parare σ) = {Voice.active} Finset.image (fun (x : LatinStem × Cell) => x.2.voice) (conariLinkage.corr LatinVerb.conari σ) = {Voice.passive}

                              The crisp contrast: on the same active content cell, the regular verb's form correspondent stays active while the deponent's becomes passive — deviation without any difference in the content-cell space.

                              Kashmiri morphomic tense (Ch. 8, pp. 217ff) #

                              The two intransitive verbs: WUP 'burn inside' (Conj II) and WUPH 'fly' (Conj III).

                              Instances For
                                @[implicit_reducible]
                                Equations
                                @[implicit_reducible]
                                Equations

                                Content tenses (recent, indefinite, remote preterite), morphomic form properties ('past a'–'past d'), and 1sg masculine agreement.

                                Instances For
                                  @[implicit_reducible]
                                  Equations
                                  @[implicit_reducible]
                                  Equations
                                  def Stump2016.stemOf :
                                  KVerbString

                                  The stem of each verb.

                                  Equations
                                  Instances For
                                    def Stump2016.pmII (σ : Finset KFeat) :
                                    Finset KFeat

                                    Property mapping for Conjugation II ([Stu16] Ch. 8): recent → 'past a', indefinite → 'past b', remote → 'past c'.

                                    Equations
                                    • One or more equations did not get rendered due to their size.
                                    Instances For
                                      def Stump2016.pmIII (σ : Finset KFeat) :
                                      Finset KFeat

                                      Property mapping for Conjugation III ([Stu16] Ch. 8): recent → 'past b', indefinite → 'past c', remote → 'past d'. The one-morphome shift from pmII is what makes the two conjugations' preterites interleave.

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

                                        The form paradigm: 1sg masculine exponents for each morphome, read off the stem+suffix segmentation (wupus, wupyōs, wupyās, wuphiyās).

                                        Equations
                                        • One or more equations did not get rendered due to their size.
                                        Instances For
                                          def Stump2016.realizeForm (z : String) (τ : Finset KFeat) :
                                          String

                                          Realization of a form cell ⟨Z, τ⟩: the PFM1 paradigm function on the stem Z at the morphomic property set τ.

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

                                            Conjugation II linkage: the single stem, mapped by pmII.

                                            Equations
                                            Instances For

                                              Conjugation III linkage: the single stem, mapped by pmIII.

                                              Equations
                                              Instances For

                                                The morphomic mediation ([Stu16] Ch. 8): WUP's indefinite past and WUPH's recent past have the same form correspondent property set — both 'past b', 1sg masc — even though their tenses differ. This is why they inflect alike (-yōs), the content-to-form mismatch the paradigm-linkage model captures.

                                                The second interleaving: WUP's remote past and WUPH's indefinite past share the 'past c' correspondent, inflecting alike (-yās).