Documentation

Linglib.Phenomena.Focus.AdditiveParticles.Studies.Ahn2015

Ahn (2015): The Semantics of Additive Either #

@cite{ahn-2015}

Proceedings of Sinn und Bedeutung 19, pp. 20–35.

Key Proposal #

Too and either are two-place predicates taking the host proposition p and a silent propositional anaphor q as arguments:

The propositional anaphor q must be a distinct focus alternative of p (@cite{rooth-1985}), capturing three properties shared by both particles:

  1. Antecedent Requirement: q must be salient in discourse
  2. Focus Sensitivity: q must be a focus alternative of p
  3. Distinctness: q must be distinct from p

This replaces the traditional fully presuppositional account (@cite{heim-1992}, Rullmann 2003) with an assertive one. The key advantage is that it handles cases where too's additive meaning does not seem fully presupposed (e.g., "I don't know if Mary is in the elevator, but if John is in the elevator too, we will go over the weight limit").

NPI Distribution via Boolean Algebra #

Prop' World is a BooleanAlgebra (via Mathlib's pointwise instances), and the entire NPI asymmetry falls out of the ⊓/⊔ duality:

The ∨/∧ scale parallels ∃/∀: either (⊔, weak) is an NPI for exactly the same structural reason as any (∃, weak). The bridge theorem either_npi_via_chierchia instantiates @cite{chierchia-2013}'s SI–NPI generalization.

Note: the full NPI derivation uses the naive exhaustification operator O_ALT (which negates ALL non-entailed alternatives including domain alternatives), not the more conservative exh_IE (which only negates innocently excludable alternatives). Under exh_IE, the domain alternatives q and p are not both innocently excludable (negating both is inconsistent with q ∨ p), so exh_IE yields exclusive disjunction rather than contradiction. The NPI result requires Chierchia's assumption that NPIs obligatorily activate domain alternatives exhaustified by O_ALT.

@[reducible, inline]

too⟧(q)(p) = q ⊓ p — meet in the Boolean algebra of propositions.

Equations
Instances For
    @[reducible, inline]

    either⟧(q)(p) = q ⊔ p — join in the Boolean algebra of propositions.

    Equations
    Instances For

      ¬(q ⊓ p) = qᶜ ⊔ pᶜ — De Morgan for too.

      ¬(q ⊔ p) = qᶜ ⊓ pᶜ — De Morgan for either.

      Too entails all alternatives — exhaustification always vacuous (not NPI). q ⊓ p ≤ q, q ⊓ p ≤ p, q ⊓ p ≤ q ⊔ p.

      Either in positive context: O_ALT(q ⊔ p) = (q ⊔ p) ⊓ qᶜ ⊓ pᶜ = ⊥. By De Morgan, qᶜ ⊓ pᶜ = (q ⊔ p)ᶜ, so this is a ⊓ aᶜ = ⊥.

      Either under negation: all alternatives entailed (vacuous). (q ⊔ p)ᶜ ≤ qᶜ ⊓ pᶜ ⊓ (q ⊓ p)ᶜ by compl_le_compl.

      Either's NPI behavior as an instance of @cite{chierchia-2013}'s SI–NPI generalization: for any antitone (DE) context C, C(q ⊔ p) ∧ ¬C(q ⊓ p) is vacuous.

      "either" with parallel negation — licensed (negative context).

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

        Verb focus with "either" — licensed.

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

          "either" in positive context — ungrammatical (Ahn's (41)).

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

            "too" under negation — grammatical (Ahn's (24)–(25)).

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

              "almost" does not license "either" (Ahn's (45)). Rullmann's licensing condition wrongly predicts almost licenses either. The exhaustification account correctly rules it out.

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

                Rullmann's problem case: either blocked after positive antecedent (Ahn's (5)).

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

                  Negative antecedent with parallel structure — basic "either" (Ahn's (32)).

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

                    Non-presuppositional "too" — the elevator example (Ahn's intro). Under the conjunctive account, too asserts q ⊓ p, and the whole assertion is entailed, so q need not be presupposed.

                    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