Documentation

Linglib.Studies.Jardine2016Tone

Jardine (2016): Computationally, tone is different #

[Jar16] (Phonology 33) characterises a typological asymmetry computationally: unbounded circumambient processes — application depends on unboundedly distant material on both sides of the target — are common in tone but rare in segmental phonology, and they are exactly the attested maps exceeding weak determinism. The flagship witness is unbounded tonal plateauing (UTP; [HK10]): every TBU between two H-toned TBUs surfaces H. This file formalizes the paper's formal skeleton over its string representation (§4.1: H a H-toned TBU, O the paper's Ø).

The map itself and its plateau/circumambience API live in Phonology/Tone/Plateauing (the rule set (36) as utp.map_toneless/utp.map_single/utp.map_plateau; definition (2) as utp.isUnboundedCircumambient); this file keeps the paper's theorems about it.

Main definitions #

Main results #

Contrast Studies/MeinhardtEtAl2024: ATR spreading is circumambient as covariation yet weakly deterministic; UTP's RequiresBothSides pushes it above that bound.

UTP is regular #

§4.2 exhibits a nondeterministic FST (Fig. 5); here UTP is computed by a bimachine — one deterministic pass per direction — so what fails below is one-directional determinism.

The UTP bimachine: each side flags "a H occurs on my side"; a toneless cell surfaces H exactly when both flags are set.

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

    The bimachine computes UTP.

    UTP is regular (§4.2): computable by a finite bimachine.

    UTP is not subsequential #

    The paper's central theorem (§4.2, online appendix), by bounded delay: a left machine reading H Øⁿ has emitted at most one symbol (utp.map (H Øⁿ) = H Øⁿ and utp.map (H Øⁿ H) = H^(n+2) diverge at position 1), so it withholds n symbols.

    UTP is not left-subsequential (§4.2, online appendix).

    UTP is not right-subsequential: by the reversal symmetry, a right machine faces the mirror-image unbounded look-ahead.

    UTP is not weakly deterministic #

    Under the non-interacting-bimachine rendering of [HL13]'s weak determinism, §5.2's claim is a theorem: UTP RequiresBothSides, which no union of one-sided rules expresses.

    The (43) mark-up decomposition #

    With one extra symbol the two-pass decomposition exists: a left pass marks every toneless TBU after a H with ?; a right pass resolves ? by whether a H follows. The mark is exactly the alphabet enlargement weak determinism disallows, so with the impossibility theorem this locates UTP precisely.

    The mark-up alphabet of (43): Q is the paper's ?.

    Instances For
      @[implicit_reducible]
      Equations
      def Jardine2016Tone.instReprMark.repr :
      MarkStd.Format
      Equations
      Instances For
        @[implicit_reducible]
        Equations

        Left pass of (43): mark every toneless TBU after a H with ?.

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

          Right pass of (43): resolve ? to H when a H follows, else to Ø.

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

            The right pass as a right-to-left string function: reverse, run, reverse.

            Equations
            Instances For

              The (43) decomposition computes UTP.

              The (43) mark-up decomposition (§5.2): over the ?-enlarged alphabet, UTP is a right-subsequential map after a left-subsequential map.

              The autosegmental grounding ((40), §4.4) #

              The string representation is the linearisation of the autosegmental one: toAR is the paper's (40) translation, and by Autosegmental.linearize_realize the association-state string of the realized AR is the input string. So the TBU string is recoverable from the AR ((37a)) and string look-ahead is timing-tier look-ahead ((37b)).

              Read a timing unit's association state back as a TBU symbol.

              Equations
              Instances For

                (37a): the TBU string is recoverable from the realized AR, so the complexity results transfer to the autosegmental analysis.

                The fused plateau ([HK10] (7)) #

                The OCP-merging realization Autosegmental.realizeMerged fuses the plateau's run of H nodes into one, giving [HK10]'s output representation (7): a single H autosegment multiply linked to exactly the plateau, over an unchanged timing tier.

                The timing tier survives the merge: one slot per input TBU.

                The fused plateau ((7)): with at least one H, the merged melody tier is a single H autosegment.

                Computationally, tone is different (§7): UTP is fully regular — regular but neither subsequential in either direction nor weakly deterministic, the bound segmental phonology respects.