Documentation

Linglib.Fragments.Mandarin.Negation

Mandarin Negation Fragment #

[Mie05] [DH13a] [Zha25]

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 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 Studies/Dryer2013Negation.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
              • Mandarin.Negation.buPresent = { affirmative := "tā chī", negative := "tā bù chī", glossAff := "3SG eat", glossNeg := "3SG NEG eat", negator := "bù", symmetric := true }
              Instances For

                + stative: symmetric.

                Equations
                • Mandarin.Negation.buStative = { affirmative := "tā gāo", negative := "tā bù gāo", glossAff := "3SG tall", glossNeg := "3SG NEG tall", negator := "bù", symmetric := true }
                Instances For

                  + future/modal: symmetric.

                  Equations
                  • Mandarin.Negation.buFuture = { affirmative := "tā huì lái", negative := "tā bù huì lái", glossAff := "3SG will come", glossNeg := "3SG NEG will come", negator := "bù", symmetric := true }
                  Instances For

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

                    Equations
                    • Mandarin.Negation.meiPerfective = { affirmative := "tā chī le", negative := "tā méi chī", glossAff := "3SG eat PFV", glossNeg := "3SG NEG.PFV eat", negator := "méi", symmetric := false }
                    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

                        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 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 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 #

                                [JK21]

                                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

                                      EN trigger-negator pairings (pinyin forms) from [JK21], Table 5 and §6.1–6.4.

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

                                        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 ([JK21], §6.1.1, ex. 14).

                                        theorem Mandarin.Negation.regret_uses_deontic_neg :
                                        ((List.filter (fun (e : Syntax.Negation.ENTriggerNegator) => e.triggerClass == "REGRET" || e.triggerClass == "COMPLAIN") enTriggerNegators).all fun (x : Syntax.Negation.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 ([JK21], §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