Documentation

Linglib.Fragments.Quechua.Negation

Imbabura Quechua Negation Fragment #

[Mie05] [Has13b] [DH13a]

Imbabura Quechua expresses standard negation with the preverbal particle mana, optionally reinforced by the suffix -chu on the verb.

SymAsy: Symmetric and Asymmetric (A/NonReal) #

WALS classifies Imbabura Quechua as both symmetric and asymmetric:

The A/NonReal asymmetry is paradigmatic: the negative paradigm obligatorily includes a validator category (-chu) that the affirmative lacks. The clause structure itself does not change (no constructional asymmetry).

mana — Imbabura Quechua's standard preverbal negation particle. The load-bearing element of the negation construction; the -chu enclitic is a separate validator (also used in polar interrogatives) whose obligatory appearance under negation drives the WALS A/NonReal asymmetry classification.

Equations
Instances For

    The validator enclitic -chu, triggered in negative and interrogative contexts. Glossed as VAL (validator); shared with polar questions. Not a negation marker — its appearance under negation is what distinguishes the asymmetric Quechua negative paradigm ([Mie05] p. 158).

    Equations
    Instances For

      The Imbabura Quechua negation system: a single preverbal particle. The Fragment-side joint consumed by Studies/Dryer2013Negation.lean.

      Equations
      Instances For

        An Imbabura Quechua negation example.

        • affirmative : String
        • negative : String
        • glossAff : String
        • glossNeg : String
        • requiresChu : Bool

          Does this construction require -chu?

        • symmetric : Bool

          Is this construction symmetric?

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

              Simple present: asymmetric (requires -chu, A/NonReal).

              Equations
              • Quechua.Negation.present = { affirmative := "shamuni", negative := "mana shamu-ni-chu", glossAff := "come-1SG", glossNeg := "NEG come-1SG-VAL", requiresChu := true, symmetric := false }
              Instances For

                Progressive: symmetric (mana alone suffices).

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

                  Past: asymmetric (requires -chu).

                  Equations
                  • Quechua.Negation.past = { affirmative := "shamurca", negative := "mana shamurca-chu", glossAff := "come-PST", glossNeg := "NEG come-PST-VAL", requiresChu := true, symmetric := false }
                  Instances For

                    Verification #

                    theorem Quechua.Negation.symasy_distribution :
                    (List.filter (fun (x : NegExample) => x.symmetric) allExamples).length = 1 (List.filter (fun (e : NegExample) => !e.symmetric) allExamples).length = 2

                    Mixed: some symmetric, some asymmetric = SymAsy.

                    Asymmetric constructions are exactly those requiring -chu.

                    Quechua (Imbabura) negation profile (WALS Ch 112-115 + Greco/JinKoenig fields).

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