Documentation

Linglib.Fragments.Mandarin.Negation

Mandarin Negation Fragment #

@cite{miestamo-2005} @cite{dryer-haspelmath-2013} @cite{zhao-2025}

Mandarin Chinese has two standard negation particles:

ParticleDomainSymmetric?
General (non-perfective)Yes
没(有) méi(yǒu)Perfective / existentialNo (A/Fin)

SymAsy: Symmetric and Asymmetric #

WALS classifies Mandarin as both symmetric and asymmetric:

Connection to AspectComparison #

The méi(yǒu) entry connects to Fragments.Mandarin.AspectComparison, where it is formalized as a cross-domain particle (negative perfective / not-exceed-threshold).

— the general non-perfective negation particle. Used with imperfective, stative, modal, and future contexts; excluded from perfective and existential. Symmetric: simply adds to the verb without further structural change.

Equations
Instances For

    méi (long form 没有 méi-yǒu) — the perfective/existential negation particle. Asymmetric: incompatible with the perfective aspect marker 了 le; required as the negator of 有 yǒu 'have'. The choice between and méi is aspect-conditioned.

    Equations
    Instances For

      The Mandarin negation system: two aspect-conditioned markers. (default, non-perfective) listed first per the ordering convention in NegationSystem; méi second. The Fragment-side joint consumed by Phenomena/Negation/Studies/Dryer2013.lean.

      Equations
      Instances For

        A Mandarin negation example.

        • affirmative : String
        • negative : String
        • glossAff : String
        • glossNeg : String
        • negator : String

          Which negation particle is used

        • symmetric : Bool

          Is this construction symmetric (neg = aff + neg marker, no other change)?

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

              + present/habitual: symmetric.

              Equations
              Instances For

                + stative: symmetric.

                Equations
                Instances For

                  + future/modal: symmetric.

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

                    没(有) méi(yǒu) + perfective: asymmetric. The perfective marker 了 le is dropped under negation.

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

                      没(有) méi(yǒu) + existential: asymmetric. 有 yǒu 'have/exist' can only be negated with 没, not 不.

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

                          Which negation particle applies in which aspectual context.

                          • context : String
                          • negator : String
                          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 Fragments.Mandarin.Negation.bu_symmetric_mei_asymmetric :
                                  ((List.filter (fun (x : NegExample) => x.negator == "bù") allExamples).all fun (x : NegExample) => x.symmetric) = true ((List.filter (fun (e : NegExample) => e.negator == "méi" || e.negator == "méi-yǒu") allExamples).all fun (e : NegExample) => !e.symmetric) = true

                                  The constructions are symmetric; the méi constructions are not.

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

                                  3 symmetric + 2 asymmetric constructions = SymAsy.

                                  Bridge to AspectComparison #

                                  The méi-yǒu entry in AspectComparison formalizes the same particle as a cross-domain negative perfective.

                                  Expletive Negation #

                                  @cite{jin-koenig-2021}

                                  Mandarin EN negators show striking trigger-class covariation: different trigger classes select different expletive negators, and the choice is semantically motivated.

                                  Trigger classEN negatorGlossNote
                                  FEARbiédon't (imperative)Neither 不 nor 没 allowed
                                  FEAR不要 búyàonot-want (imp.)Neither 不 nor 没 allowed
                                  REGRET不该 bùgāishouldn't (deontic)Must include deontic modal
                                  COMPLAIN不该 bùgāishouldn't (deontic)Must include deontic modal
                                  DENYNEG (general)Standard negator
                                  BEFORENEG (general)Via 以前 yǐqián
                                  ALMOSTméiNEG (perfective)Via 差点儿 chàdiǎnr

                                  The imperative negators bié/búyào for FEAR connect to the desiderative semantics: fear activates the desire for ¬p, and the imperative form lexicalizes the prohibition component.

                                  The deontic negator bùgāi for REGRET/COMPLAIN connects to the behavioral-standards semantics: the negative inference is that ¬p is consistent with X's standards, i.e., p shouldn't have happened.

                                  Mandarin imperative negation particle (used as EN for FEAR).

                                  Equations
                                  Instances For

                                    Mandarin imperative negation 'not-want' (used as EN for FEAR).

                                    Equations
                                    Instances For

                                      Mandarin deontic negation 'shouldn't' (used as EN for REGRET/COMPLAIN).

                                      Equations
                                      Instances For

                                        An expletive negation marker and its trigger context.

                                        • triggerClass : String

                                          The trigger class label (from @cite{jin-koenig-2021} Table 5)

                                        • triggerForm : String

                                          Mandarin trigger lexical item

                                        • enNegatorForm : String

                                          EN negator form (pinyin)

                                        • enNegatorGloss : String

                                          EN negator gloss

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

                                              EN trigger-negator pairings from @cite{jin-koenig-2021}, Table 5 and §6.1–6.4.

                                              Equations
                                              • One or more equations did not get rendered due to their size.
                                              Instances For
                                                theorem Fragments.Mandarin.Negation.fear_uses_imperative_neg :
                                                ((List.filter (fun (x : ENTriggerNegator) => x.triggerClass == "FEAR") enTriggerNegators).all fun (x : ENTriggerNegator) => x.enNegatorForm == "bié") = true

                                                FEAR triggers use imperative negators, not the standard or méi. This connects to the desiderative semantics: fear activates desire for ¬p, and imperative negation lexicalizes prohibition (@cite{jin-koenig-2021}, §6.1.1, ex. 14).

                                                theorem Fragments.Mandarin.Negation.regret_uses_deontic_neg :
                                                ((List.filter (fun (e : ENTriggerNegator) => e.triggerClass == "REGRET" || e.triggerClass == "COMPLAIN") enTriggerNegators).all fun (x : ENTriggerNegator) => x.enNegatorForm == "bùgāi") = true

                                                REGRET/COMPLAIN triggers use the deontic negator bùgāi 'shouldn't'. This connects to the behavioral-standards semantics: ¬p is consistent with X's standards → p shouldn't have happened (@cite{jin-koenig-2021}, §6.1.2).

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

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