Documentation

Linglib.Theories.Pragmatics.Implicature.NegationScope

Scope of negation with respect to numeral interpretation.

Following Jespersen (cited in @cite{horn-1972}), negation can target:

  • The lower bound (internal): "not ≥n" = "<n"
  • The exact reading (external): "not =n" = "≠n"
  • internal : NegationScope

    Internal negation: targets lower bound. "doesn't have 3" = has <3

  • external : NegationScope

    External negation: targets exact reading. "doesn't have THREE" = has ≠3

Instances For
    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.

      Compute the negated meaning under a given scope.

      • Internal: ¬(≥n) = <n (negates lower bound)
      • External: ¬(=n) = ≠n (negates exact reading)
      Equations
      Instances For

        Internal negation of lower-bound: "not ≥n" = "<n"

        Equations
        Instances For

          External negation targets exact reading: "not =n" = "≠n"

          Equations
          Instances For

            The asymmetry is predicted by lower-bound semantics

            Internal negation (default) differs from external negation (marked):

            • Internal: worlds where ¬(≥n), i.e., <n
            • External: worlds where ≠n

            At world 4: internal gives false (4 ≥ 3), external gives true (4 ≠ 3)

            The key divergence: world 4

            Lower-bound: internal at 4 = false, external at 4 = true (DIFFERENT) Exact: internal at 4 = true, external at 4 = true (SAME)

            Empirically, "John doesn't have 3 children" (unstressed) suggests <3, not ≠3. This requires the internal/external distinction that only lower-bound provides.

            The default (unmarked) reading of negated numerals.

            Following Jespersen/Horn, the default is internal negation, which targets the lower bound.

            Equations
            Instances For

              The marked reading requires prosodic emphasis.

              "John doesn't have THREE children" (stress on THREE) targets the pragmatically enriched exact reading.

              Equations
              Instances For

                Default interpretation is internal

                "John doesn't have 3 children" (unmarked) → Internal negation → <3 (not ≥3)

                Equations
                Instances For

                  Count worlds compatible with negated numeral under given scope.

                  Equations
                  Instances For

                    Extended world set to show the full asymmetry.

                    Equations
                    Instances For

                      With extended worlds, the asymmetry is clear

                      Internal "not 3": {0, 1, 2} (worlds < 3) External "not THREE": {0, 1, 2, 4, 5} (worlds ≠ 3)