Documentation

Linglib.Studies.Dolatian2020

Dolatian 2020: pre-inflectional vowel reduction and the Prosodic Stem #

[Dol20]

Dolatian, H. (2020). Computational locality of cyclic phonology in Armenian. PhD dissertation, Stony Brook University.

Eastern Armenian Destressed High Vowel Reduction (DHR) overapplies before V-initial inflection but not before C-initial inflection: amusín 'husband' → amusn-óv (INST, V-initial: reduces) vs amusin-nér (PL, C-initial: no reduction). Dolatian argues the conditioning constituent is neither the foot (§2.5.3.1, fails) nor a (recursive) prosodic word (§2.5.3.2, argued against), but Downing's Prosodic Stem (PStem), an intermediate constituent mapped from the morphological stem. Before V-initial inflection the PStem is misaligned from syllable boundaries (onset maximization resyllabifies the stem-final consonant) and expands; expansion triggers the PStem-level cophonology, which in Eastern Armenian reduces, in Western Armenian only shifts stress (§2.5.4 (76), (78)). Before C-initial inflection the PStem stays isomorphic with the MStem, so nothing triggers.

This is not an OT analysis: Dolatian formalizes it as a serial/cyclic derivation (and computationally as MSO logical transductions), explicitly noting (fn. 20) that an OT/Match-theoretic formalization is an alternative he does not adopt. We therefore model the mechanism derivationally — onset-maximization syllabification → PStem misalignment → PStem-cophonology → DHR — rather than as constraint optimization. DHR is derived from the mechanism (see dhr_iff), not stipulated as a dialect × inflection table.

Dolatian also formalizes the phonology computationally, as MSO/quantifier-free logical transductions over word models (§4), whose locality (QF ⟹ Input Strictly Local, hence learnable) is his central computational claim. The final section realizes the Eastern Armenian cophonology in that framework (Core.Computability.Subregular.Logic): DHR is the local rewrite H → ∅ / _ C V, and the cyclic derivation is transduction composition. Reproducing the amusin contrast segmentally recovers the serial result by a different route (transduction_matches_trigger).

Main definitions #

Coarse segment type — enough for onset-maximization syllabification.

Instances For
    @[implicit_reducible]
    instance Dolatian2020.instDecidableEqSeg :
    DecidableEq Seg
    Equations
    @[implicit_reducible]
    Equations
    def Dolatian2020.instReprSeg.repr :
    SegStd.Format
    Equations
    Instances For
      @[reducible, inline]

      An inflectional suffix, as a segment string (only its initial segment matters for syllabification/misalignment).

      Equations
      Instances For

        Western vs Eastern Armenian. The dialects share the morphology and the PStem; they differ only in the PStem-level cophonology ([Dol20] §2.5.4 (76)).

        Instances For
          @[implicit_reducible]
          Equations
          def Dolatian2020.instReprDialect.repr :
          DialectStd.Format
          Equations
          Instances For

            The PStem-level cophonology: Eastern Armenian's PStem triggers stress and DHR; Western Armenian's triggers only stress ([Dol20] (76)).

            Equations
            Instances For

              Onset maximization: a V-initial suffix pulls a single stem-final consonant into its onset, resyllabifying it across the MStem boundary. A C-initial suffix leaves the boundary at a syllable edge.

              Equations
              Instances For
                def Dolatian2020.pstemMisaligned (stem : List Seg) (suf : Suffix) :
                Bool

                PStem misalignment ([Dol20] §2.5.3): the MStem boundary no longer coincides with a syllable boundary, because a V-initial suffix resyllabified the stem-final consonant.

                Equations
                Instances For
                  def Dolatian2020.pstemCophonologyTriggered (stem : List Seg) (suf : Suffix) :
                  Bool

                  The PStem-level cophonology is triggered exactly when the PStem is misaligned and so expands by incorporating the V-initial suffix ([Dol20]: the PStem cophonology applies only to misaligned PStems).

                  Equations
                  Instances For
                    def Dolatian2020.dhrApplies (d : Dialect) (stem : List Seg) (suf : Suffix) :
                    Bool

                    Destressed High Vowel Reduction applies iff the expanded PStem-level cophonology is triggered and the dialect's PStem reduces. The pattern is derived from the cyclic mechanism, not a stipulated table (see dhr_iff).

                    Equations
                    Instances For

                      Worked forms: amusin 'husband' with V- and C-initial inflection #

                      -ov (INST): V-initial.

                      Equations
                      Instances For
                        theorem Dolatian2020.dhr_iff (d : Dialect) (stem : List Seg) (suf : Suffix) :
                        dhrApplies d stem suf = true d = Dialect.eArm pstemMisaligned stem suf = true

                        Characterization: pre-inflectional DHR is exactly Eastern Armenian with a misaligned PStem. The V- vs C-initial split falls out of onset-maximization syllabification; the dialect split out of the PStem cophonology — neither is stipulated as a lookup table.

                        The cophonology as a quantifier-free logical transduction #

                        [Dol20]'s computational formalization (§4): the cophonology as an MSO/quantifier-free logical transduction over a word model. Eastern Armenian DHR is the local rewrite H → ∅ / _ C V — the stem-final high vowel drops when a following consonant resyllabifies into a V-initial suffix's onset — realized with Core.Computability.Subregular.Logic. The rewrite reads a bounded right context, so it is quantifier-free, hence subregular and learnable (Dolatian's thesis).

                        Segments refined with the high-vowel target H of DHR.

                        Instances For
                          @[implicit_reducible]
                          Equations
                          def Dolatian2020.instReprPhone.repr :
                          PhoneStd.Format
                          Equations
                          Instances For
                            @[implicit_reducible]
                            Equations

                            Eastern Armenian DHR as a logical transduction: delete a high vowel before C V (the resyllabification-and-expansion context); every other segment is faithful. A high vowel in that context matches no clause and is dropped.

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

                              Western Armenian: the PStem cophonology shifts stress but does not reduce, so the high vowel is faithful in every context ([Dol20] (76)).

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

                                -ov (INST), V-initial.

                                Equations
                                Instances For

                                  The transduction's segmental action agrees with the serial trigger dhrApplies: the form changes exactly when (Eastern, misaligned) DHR is predicted — the two formalizations coincide.

                                  Cyclicity ([Dol20]: interactionist derivation = transduction composition): a further cophonology cycle composes with the first, and DHR is stable under re-application.