Documentation

Linglib.Studies.Jardine2016Tone

Jardine (2016): Computationally, tone is different #

[Jar16a] (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.twoSidedUnboundedDependence); this file keeps the paper's theorems about it.

Main definitions #

Main results #

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 subsequential in neither direction.

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
    @[instance_reducible]
    Equations
    def Jardine2016Tone.instReprMark.repr :
    MarkStd.Format
    Equations
    Instances For
      @[instance_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 (Mealy.runRight).

          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.

            UTP is regular (§4.2): the (43) decomposition is a right-subsequential pass after a left-subsequential one, and such a composite is computed by a bimachine — one deterministic pass per direction ([EM65]). So what fails above is one-directional determinism, not finite-state computability.

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

            The string representation reads back from the autosegmental one; the grounding claims are stated on the graph foundation below.

            The autosegmental grounding in coordinates #

            The same claims on the graph foundation: the output representation's melody fuses to one H, linked exactly to the surfacing slots.

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