Documentation

Linglib.Fragments.Japanese.Negation

Japanese Negation Fragment #

[Mie05] [Has13b] [DH13a]

Japanese expresses standard negation with the suffix -nai on the verb stem. This is asymmetric negation of type A/Fin+A/Cat: the negative form differs from the affirmative both in finiteness properties and in category marking.

Key asymmetries #

  1. A/Fin: The negative suffix -nai conjugates as an i-adjective, not as a verb. The lexical verb loses its finite inflection and appears as a stem (continuative/mizenkei form).

  2. A/Cat: Past tense in the negative is formed differently:

    • Affirmative past: stem + -ta (e.g., tabe-ta 'ate')
    • Negative past: stem + -naka-tta (e.g., tabe-naka-tta 'didn't eat')

    The negative past uses the -nai-nakatta i-adjective past, NOT the verbal past -ta directly on the stem.

Paradigm (taberu 'eat') #

FormAffirmativeNegative
Nonpasttabe-rutabe-nai
Pasttabe-tatabe-naka-tta
Gerundtabe-tetabe-naku-te
Conditionaltabe-rebatabe-nake-reba

-nai — Japanese's negative verbal suffix. Attaches to the verb stem (mizenkei/continuative form) and itself inflects as an i-adjective: tabe-nai (NPST), tabe-naka-tta (PST), tabe-naku-te (GER). The shift of TAM marking from the stem to the -nai suffix is the A/Fin+A/Cat asymmetry captured by japaneseNegDistribution below.

Equations
Instances For

    The Japanese negation system: a single verbal affix with rich morphological redistribution (see japaneseNegDistribution). The Fragment-side joint consumed by Studies/Dryer2013Negation.lean.

    Equations
    Instances For

      A Japanese negation paradigm entry.

      • formLabel : String
      • affirmative : String
      • negative : String
      • glossAff : String
      • glossNeg : String
      Instances For
        Equations
        • One or more equations did not get rendered due to their size.
        Instances For
          Equations
          Instances For

            Paradigm for taberu 'eat' (ichidan/vowel-stem verb).

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

              Paradigm for yomu 'read' (godan/consonant-stem verb). Shows the stem-final consonant alternation.

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

                Which morphological categories are affected by negation. In the affirmative, tense is marked directly on the verb stem. In the negative, tense is marked on the -nai suffix (i-adjective inflection), not on the verb stem.

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

                        Verification #

                        theorem Japanese.Negation.neg_past_form :
                        (List.filter (fun (x : NegParadigmEntry) => x.formLabel == "past") taberuParadigm).head!.negative = "tabenakatta"

                        The negative past form is tabenakatta — built on the negative stem, not the affirmative past tabeta.

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

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