Documentation

Linglib.Fragments.Hausa.Tone

Hausa Tone — mathlib-style #

[New00] [Ink98]

Hausa is a register tone language with a two-level lexical contrast (H, L) and a derived falling contour (F = HL on a single TBU). There is no rising contour: a low followed by a high on adjacent TBUs realises as L H, never as a rising tone on one TBU ([New00] ch. 71).

Architectural shape #

This file is the interpretation of two existing Theory interfaces in Hausa, not a parallel hierarchy:

Per-cell facts (e.g. the plural template is dominant) appear as examples — corollaries of the smart-constructor lemmas.

Surface tones on a Hausa TBU (= mora). The contour F is realised only on heavy (bimoraic) syllables and decomposes as H+L on the autosegmental tier. There is no R (rising) tone: the prediction is that no Hausa surface form exhibits a single-TBU rising contour.

Instances For
    @[implicit_reducible]
    Equations
    def Hausa.instReprHausaTone.repr :
    HausaToneStd.Format
    Equations
    Instances For
      @[implicit_reducible]
      Equations

      The surface inventory in canonical order.

      Equations
      Instances For

        Project a Hausa surface tone to its autosegmental decomposition on the underlying tone tier. The falling contour decomposes to [H, L], a level tone to a singleton.

        Equations
        Instances For
          theorem Hausa.no_rising_contour (t : HausaTone) :
          t HausaTone.allt.toAutoseg.head? = some Tone.TRN.H t.toAutoseg.head? = some Tone.TRN.L

          No rising contour. Every surface tone in the Hausa inventory begins with H or L on the autosegmental tier. A rising tone would have to begin with L and continue to H on the same TBU; the inventory provides no such cell ([New00] §71.1).

          Tonal polarity: a morpheme surfaces with the opposite tone of its host. The classic Hausa case is the linker -n of the genitive construction, which is L after a H-final host and H after a L-final host. Polarity is one of the named operations in [Rol18] (GTOperation.polarization); we derive its behaviour structurally.

          Equations
          Instances For

            Polarity is involutive on the H/L sublattice. This is what licenses polarity as a "natural" tonal operation: the linker -n swaps H and L, and applying the swap twice returns to the original.

            def Hausa.mkReplacive (name : String) (melody : Tone.TonalMelody) :

            Build a replacive-dominant word-level GTSpec from a name and melody. Hausa's morphological tonal templates (the plural template, the genitive linker, ...) all share these defaults: a whole valuation window, word-level GT, and auxiliary exponence (the template co-occurs with segmental material).

            Equations
            • One or more equations did not get rendered due to their size.
            Instances For
              def Hausa.mkNeutral (name : String) (melody : Tone.TonalMelody) :

              Build a neutral word-level GTSpec from a name and melody. Used for floating-tone clitics whose melody concatenates with the host's underlying tones rather than overwriting them.

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

                The Hausa plural template -ōoCíi imposes an all-H melody on the base, regardless of the lexical tone of the singular ([Ink98], [New00] §56.4). The paradigmatic case of replacive-dominant GT.

                Equations
                Instances For

                  The Hausa referential clitic -ⁿn attaches a floating L to the host without overwriting lexical tones ([New00] §31.5). The paradigmatic case of neutral GT in Hausa.

                  Equations
                  Instances For

                    The morphological-tone registry: every Hausa GT trigger we formalise. Universal theorems below quantify over this list.

                    Equations
                    Instances For

                      Hausa uses only the dominant/neutral cells of the GT typology. Of [Rol18]'s six dominance categories, Hausa morphological tone occupies exactly two: replacive-dominant (templates) and neutral (floating clitics). No subtractive, additive, melodic, or recessive GT is attested.

                      def Hausa.demoStem :
                      List (Tone.TBU Unit)

                      Concrete demonstration: an all-L disyllabic stem is overwritten to H on every TBU under the plural template.

                      Equations
                      Instances For