Documentation

Linglib.Phenomena.Plurals.Studies.Magri2014

Magri (2014): Homogeneity Effects via Double Strengthening #

@cite{magri-2014}

An account for the homogeneity effects triggered by plural definites and conjunction based on double strengthening. In Pragmatics, Semantics and the Case of Scalar Implicatures, ed. S. Pistoia Reda (Palgrave Macmillan), 99-145.

Core Idea #

Plural definites like the boys have a plain existential semantics, equivalent to the indefinite some boys. Their universal reading arises through double strengthening modeled on @cite{spector-2007}:

  1. The indefinite some boys triggers the "only-some" scalar implicature
  2. The definite the boys triggers the implicature that this "only-some" implicature is false
  3. The universal reading thus arises as a "not-only-some" implicature

No strengthening occurs in DE environments, where definites reveal their plain existential semantics --- producing homogeneity effects.

Formal Structure #

The theory reduces to a three-element alternative configuration:

The crucial asymmetry: MYSTERY and WEAK are Horn-mates, WEAK and STRONG are Horn-mates, but MYSTERY is NOT a Horn-mate of STRONG. Horn-mateness is non-transitive.

Double Exhaustification #

The universal reading arises via two layers of EXH:

  1. Inner EXH: SOME excludes ALL (standard SI), but THE has no excludable alternatives (ALL is not a Horn-mate, SOME is equivalent). So EXH(THE) = THE = SOME, EXH(SOME) = SOME AND NOT ALL.

  2. Outer EXH: At the second level, EXH(SOME) = SOME AND NOT ALL is strictly stronger than EXH(THE) = SOME. Since SOME is a Horn-mate of THE, it becomes excludable at the outer level: EXH(EXH(THE)) = SOME AND NOT(SOME AND NOT ALL) = ALL.

Primal vs Dual #

Both derive the same net result: MYSTERY behaves as STRONG in UE, MYSTERY behaves as WEAK in DE.

Relationship to @cite{spector-2007} #

Magri extends Spector's exhaustivity-based account of plural morphology (PL/SING/TWO) to plural definites (THE/SOME/ALL) and unfocused conjunction (AND_unF/OR/BOTH). The key technical innovation is assumption (19): using iterated exhaustification where the strengthened alternatives (not just plain meanings) determine outer-level excludability. Spector's single-EXH result Max(P) = {Exhaust(P)} is formalized in ScalarImplicatures/Studies/Spector2007.lean.

The three items in a double-strengthening configuration.

Each concrete domain (definites, plural morphology, conjunction) provides a different instantiation.

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

      The set of excludable alternatives at the inner (first) EXH level.

      An alternative psi is excludable w.r.t. prejacent phi when:

      1. psi is a Horn-mate of phi
      2. psi asymmetrically entails phi (i.e., psi entails phi but phi does not entail psi)
      Equations
      • One or more equations did not get rendered due to their size.
      Instances For

        The semantic value of an item, in an abstract Boolean domain.

        We model the "world" as having n individuals in a plurality, and a predicate P that holds of a given number of them. This lets us reason about SOME (>= 1), ALL (= n), and THE (= SOME by assumption).

        • total : Nat

          Total number of individuals in the plurality

        • satisfying : Nat

          Number satisfying the predicate

        • valid : self.satisfying self.total

          satisfying <= total

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

            SOME / MYSTERY: at least one satisfies (existential)

            Equations
            Instances For

              THE and SOME have the same plain meaning (the core assumption).

              ALL entails SOME (if all satisfy, then at least one satisfies).

              EXH applied to a prejacent: assert the prejacent and negate all innerExcludable alternatives (@cite{spector-2007}, definition 18).

              EXH(phi) = phi AND AND{NOT psi : psi innerExcludable w.r.t. phi}

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

                EXH(SOME) = SOME AND NOT ALL

                The standard "only some" scalar implicature: some but not all.

                EXH(THE) = THE = SOME

                The definite has no innerExcludable alternatives (STRONG is not a Horn-mate, and WEAK is equivalent), so EXH is vacuous.

                At the outer (second) EXH level, excludability uses Horn-mateness but checks entailment of STRENGTHENED meanings rather than plain meanings.

                In the three-element configuration, the only outer-excludable pair is (MYSTERY, WEAK): EXH(SOME) = SOME AND NOT ALL is strictly stronger than EXH(THE) = SOME, and they are Horn-mates.

                This is a derived fact, verified by exh_weak_strictly_stronger.

                Equations
                Instances For

                  EXH(WEAK) is strictly stronger than EXH(MYSTERY): EXH(SOME) = SOME ∧ ¬ALL entails EXH(THE) = SOME, but not vice versa.

                  This justifies outerExcludable .mystery .weak = true.

                  The outer excludability assignment is justified by Horn-mateness plus asymmetric strengthened entailment.

                  Iterated EXH (assumption 19 in @cite{magri-2014}, extending @cite{spector-2007}): the strengthened meaning is computed through double exhaustification with outer-level excludability. The key innovation over @cite{spector-2007}'s single EXH is that the strengthened meanings of alternatives (not just plain meanings) determine excludability at the outer level.

                  doubleExh(phi) = EXH(phi) AND AND{NOT EXH(psi) : psi outerExcludable w.r.t. phi}

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

                    The main theorem: double exhaustification of THE yields ALL (given a non-vacuous plurality).

                    doubleExh(THE) = EXH(EXH(THE)) = EXH(THE) AND NOT EXH(SOME) -- outer EXH negates the Horn-mate = THE AND NOT(SOME AND NOT ALL) -- unpack inner EXH = SOME AND NOT(SOME AND NOT ALL) -- THE = SOME = SOME AND (NOT SOME OR ALL) -- De Morgan = ALL -- since SOME is asserted

                    The hypothesis s.total >= 1 excludes the vacuous case (empty plurality), where allMeaning is vacuously true but someMeaning is false. Vacuous definites ("the boys" when there are no boys) are presupposition failures.

                    In DE environments (negation, restrictor of every, etc.), no strengthening occurs. The definite reveals its plain existential semantics.

                    NOT THE = NOT SOME

                    This is because in DE environments, the resulting matrix sentence already has the strongest meaning, so EXH is vacuous.

                    Equations
                    Instances For

                      In a GAP scenario, the strengthened meaning of the positive sentence (THE = ALL after double strengthening) is FALSE.

                      In a GAP scenario, the strengthened meaning of the negative sentence (NOT THE = NOT SOME = NOT EXISTS) is also FALSE (since some DO satisfy).

                      Homogeneity derived: In GAP scenarios, both the positive and negative descriptions are false. The positive is false because ALL fails; the negative is false because SOME succeeds. This non-complementarity IS the homogeneity gap --- the definite is "neither clearly true nor clearly false."

                      The three domains unified by the double strengthening account.

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

                          The correspondence table from the paper: each domain instantiates the same three-element alternative structure.

                          MYSTERYWEAKSTRONG
                          the boyssome boysall/each of the boys
                          books (PL)a book (SING)two books (TWO)
                          Adam and BillAdam or Billboth Adam and Bill
                          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.
                              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.
                                  Instances For
                                    Equations
                                    • One or more equations did not get rendered due to their size.
                                    Instances For

                                      Whether the domain uses the primal or dual version of the theory.

                                      • Primal: MYSTERY starts weak (existential), gets strengthened to STRONG in UE
                                      • Dual: MYSTERY starts strong (conjunctive), gets weakened to WEAK in DE
                                      Instances For
                                        Equations
                                        • One or more equations did not get rendered due to their size.
                                        Instances For

                                          In the primal, MYSTERY starts weak and requires double EXH to reach STRONG.

                                          In the dual, MYSTERY starts strong directly (no EXH needed in UE).

                                          The primal requires double exhaustification to reach ALL, while the dual starts there directly. Both agree on the UE result.

                                          Both variants produce the same net result: MYSTERY behaves as STRONG in UE and as WEAK in DE.

                                          Magri's conjecture: a matrix plural definite has a universal (existential) reading in a conversational context if and only if the corresponding indefinite triggers (does not trigger) the "only-some" scalar implicature.

                                          A matrix definite THE has universal force <-> the indefinite SOME triggers SI

                                          When the indefinite triggers no "only-some" implicature, there is nothing for the definite's second-order implicature to negate, so no strengthening occurs and the definite reveals its plain existential meaning.

                                          • context : String

                                            Context description

                                          • indefiniteTriggersSI : Bool

                                            Does the indefinite trigger "only-some" in this context?

                                          • definiteUniversal : Bool

                                            Does the definite receive universal force?

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

                                              Classroom context: sloppy existential reading. Example attributed to Schlenker (p.c.) in @cite{gajewski-2005}.

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

                                                Standard predication: universal reading.

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

                                                  Concrete scenario instances for the switches example (10 switches).

                                                  Equations
                                                  Instances For

                                                    In the ALL scenario, double strengthening gives the universal reading.

                                                    In the NONE scenario, double strengthening fails (no individuals satisfy).

                                                    In the NONE scenario, negation of existential gives true (none satisfy).

                                                    In the GAP scenario, both positive (double-strengthened) and negative (plain existential under negation) are false --- the homogeneity gap.

                                                    The gap derivation matches the empirical judgments in Homogeneity.lean: in the gap scenario, both positive and negative sentences are judged "neither true nor false."

                                                    Magri's primal theory predicts strengthening in UE but not DE, matching the monotonicity pattern documented in Multiplicity.lean: the inference arises in UE (positive) contexts but not DE (negative).

                                                    Connection to @cite{fox-2007}'s Computable Algorithm #

                                                    The abstract three-role computation above uses hand-coded innerExcludable and outerExcludable. Here we verify that Fox's computable innocent exclusion algorithm (exhB from InnocentExclusion.lean) applied twice produces the same result: double exhaustification yields the universal reading.

                                                    The key subtlety: exhB treats all alternatives in its list uniformly, so non-transitive Horn-mateness must be encoded in which alternatives are included in the list. THE and SOME get different alternative lists:

                                                    Three worlds for a two-member plurality: none, one, or all satisfy.

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

                                                        Bridge theorem: Fox's exhB applied twice with the correct Horn-mate-restricted alternative sets yields the universal reading, matching double_strengthening_yields_universal.

                                                        EXH(EXH(THE)) = EXH(THE) ∧ ¬EXH(SOME) = SOME ∧ ¬(SOME ∧ ¬ALL) = ALL

                                                        Dual Theory: UE Is Trivial, DE Reveals Weak Meaning #

                                                        In the dual theory (§5.5.2), MYSTERY (AND_unF) has a strong plain meaning (conjunction ≡ STRONG). In UE environments, the strong meaning is already maximal — no strengthening occurs (computation 55b: |||MYSTERY||| = [[MYSTERY]]).

                                                        In DE environments, the strong plain meaning under negation yields a weak global meaning. The abstract computation (55a) shows that double exhaustification of not·MYSTERY is vacuous:

                                                        |||not·MYSTERY||| = EXH(EXH(not·MYSTERY)) = not·MYSTERY = not·STRONG (since MYSTERY ≡ STRONG)

                                                        The vacuousness at the abstract level arises because MYSTERY ≡ STRONG means not·MYSTERY ≡ not·STRONG — there is no strictly stronger alternative to exclude. The concrete dual DE computation (61)/(72), which enriches the alternative set with atomic conjuncts LEFT and RIGHT, IS non-vacuous and derives not·OR. That computation is in Section 11.

                                                        This section verifies the abstract-level properties: inner EXH is vacuous for the dual MYSTERY, and gap scenarios show the expected pattern.

                                                        Inner EXH in the dual theory.

                                                        Note: This reuses innerExcludable from the primal theory. The abstract three-role innerExcludable uses primal entailment (MYSTERY ≡ WEAK), while in the dual MYSTERY ≡ STRONG. However, the inner EXH results are the same for both theories at the abstract level: MYSTERY has no excludable alternatives, and WEAK excludes STRONG. The primal innerExcludable gives the right answer because neither theory allows MYSTERY to exclude anything at the inner level.

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

                                                          In the dual, EXH is vacuous for MYSTERY: no alternative is both a Horn-mate and asymmetrically stronger. This matches computation (55b): |||MYSTERY||| = [[MYSTERY]] = ALL.

                                                          In the dual, EXH(WEAK) = SOME ∧ ¬ALL (WEAK excludes STRONG). OR triggers "not-both" SI just as SOME triggers "not-all".

                                                          In a gap scenario, the dual DE reveals the weak meaning. not·MYSTERY = ¬ALL is true (not all satisfy), while not·SOME = ¬∃ is false (some do satisfy).

                                                          Enriched Alternatives for Conjunction (§A.7) #

                                                          §A.7 adds the atomic conjuncts LEFT and RIGHT to the alternative set for unfocused conjunction, using @cite{fox-2007}'s definition of excludable alternatives. The crucial asymmetry (69b): AND_F has OR among its alternatives, but AND_unF does NOT. Non-transitive Horn-mateness is encoded by giving each prejacent its own alternative list.

                                                          This derives computation (72): in DE environments, unfocused conjunction behaves as disjunction: |||not·AND_unF||| = not·OR.

                                                          Four worlds for two atomic propositions (saw Adam, saw Bill).

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

                                                                (71b) EXH(not·AND_unF) = not·AND (vacuous inner EXH). Neither not·LEFT nor not·RIGHT is IE: excluding one forces including the other, since ¬AND ∧ LEFT ∧ RIGHT is inconsistent.

                                                                (71a) EXH(not·AND_F) = not·AND ∧ ¬not·OR = not·AND ∧ OR. not·OR is IE (the only alternative not entailed by not·AND_F that can be consistently excluded).

                                                                Outer-level alternatives for not·AND_unF: the exhaustified forms of its Horn-mates {not·AND_F, not·LEFT, not·RIGHT}.

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

                                                                  The inner EXH result for not·AND_unF (= not·AND, vacuous).

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

                                                                    Computation (72): Double exhaustification of not·AND_unF yields not·OR.

                                                                    |||not·AND_unF||| = EXH(EXH(not·AND_unF)) = not·AND ∧ ¬EXH(not·AND_F) ∧ ¬EXH(not·LEFT) ∧ ¬EXH(not·RIGHT) = not·AND ∧ ¬(not·AND ∧ OR) ∧ ... = not·AND ∧ (AND ∨ ¬OR) ∧ ... = not·AND ∧ ¬OR (since not·AND is asserted) = not·OR

                                                                    Unfocused conjunction in DE environments behaves as disjunction.

                                                                    Uniform Double Strengthening over Theory Variants #

                                                                    The primal and dual theories share the same abstract mechanism — a three-element alternative configuration with non-transitive Horn-mateness. We unify them into a single uniformResult function that takes a TheoryVariant and returns the effective meaning in each polarity.

                                                                    Primal and dual give the same effective meaning in both polarities.

                                                                    The homogeneity pattern: in gap scenarios, MYSTERY is false under both polarities regardless of theory variant.

                                                                    Questions: A Testable Distinction (§5.5.4) #

                                                                    Benjamin Spector (p.c., cited in §5.5.4) observes that questions provide an environment where no strengthening occurs — they do not license scalar implicatures. Under this assumption:

                                                                    The paper offers preliminary data supporting this prediction: definites in questions allow existential answers (62b), while unfocused conjunction in questions resists disjunctive answers (63b).

                                                                    Questions differentiate the theories: primal MYSTERY shows WEAK, dual MYSTERY shows STRONG.

                                                                    Datum: "Did you talk to the students?" admits existential answer.

                                                                    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.
                                                                        Instances For
                                                                          Equations
                                                                          • One or more equations did not get rendered due to their size.
                                                                          Instances For

                                                                            Both question data points support the primal/dual distinction.

                                                                            Connecting Enriched Conjunction to Empirical Data #

                                                                            The de_double_exh_conjunction theorem (Section 11) shows that unfocused conjunction under negation behaves as disjunction on the ConjW domain. Here we verify that this result matches the gap pattern documented in Homogeneity.lean's conjunctionExample: in the gap scenario (Ann has red hair, Bert doesn't), both the positive conjunction and its negation are "neither true nor false."

                                                                            In the gap, negative conjunction with enriched dual theory gives not·OR (= "saw neither"). This is FALSE in the gap (she DID see one of them), producing the homogeneity gap.