Documentation

Linglib.Phenomena.Questions.Studies.Fox2018

@cite{fox-2018}: Partition by Exhaustification: Comments on Dayal 1996 #

@cite{dayal-1996} @cite{heim-1994} @cite{groenendijk-stokhof-1984} @cite{spector-2008}

Single-paper formalisation of @cite{fox-2018}, "Partition by Exhaustification: Comments on Dayal 1996" (ZAS Papers in Linguistics 60 / Sinn und Bedeutung 22). Fox derives Dayal's maximality presupposition from the demand that question denotations partition the Stalnakerian context-set via point-wise exhaustification of the question's Hamblin members.

Substrate identifications #

Fox's central operator is the Exh-derived cell identifier: the set of worlds where a given proposition p is the maximally informative true Hamblin alternative.

@cite{fox-2018}substrate
Exh(Q,p) = λw. w∈p ∧ ∀q∈Q[w∈q → p⊆q] (eq 11){w | IsStrongestTrueAnswer Q w p}
Max_inf(Q,w) (eq 9b)the unique p with IsStrongestTrueAnswer Q w p (when EP holds)
Partition_L(Q) (eq 3)logical partition by strongAnswer-equivalence
Partition_C(Q,A) (eq 10)contextual partition (A-restricted)
Dayal's Ans_D presuppositionIsExhaustivelyResolvable (Exhaustivity.lean)
Cell Identification (CI) (eq 19)CellIdentification defined here
Non-Vacuity (NV) (eq 20b)NonVacuity defined here
Question Partition Matching (QPM) (eq 20)QPM = CI ∧ NV

Section coverage #

What this file does NOT cover #

§1 Exh-derived cells (eq 11) — substrate-level primitives #

Fox's Exh(Q,p) and Partition_L(Q) are substrate primitives now — see Theories/Semantics/Questions/Exhaustivity.lean::exhCell and exhaustifiedPartition. We re-export them here under Fox's names for paper-faithfulness, and define the paper-specific contextual variant locally.

@[reducible, inline]
abbrev Phenomena.Questions.Studies.Fox2018.Exh {W : Type u_1} (Q : Core.Question W) (p : Set W) :
Set W

@cite{fox-2018} (11): the Exh-cell of proposition p in question Q. Substrate primitive exhCell re-exported under Fox's notation.

Equations
Instances For

    §1.1 Logical and contextual partitions (eq 3, eq 10) #

    @[reducible, inline]

    @cite{fox-2018} (3): the Logical Partition of Q. Substrate primitive exhaustifiedPartition re-exported under Fox's notation.

    Equations
    Instances For
      def Phenomena.Questions.Studies.Fox2018.ContextualPartition {W : Type u_1} (Q : Core.Question W) (A : Set W) :
      Set (Set W)

      @cite{fox-2018} (10): the Contextual Partition of Q over context-set A — the Logical Partition cells intersected with A. Paper-specific variant; the substrate primitive exhaustifiedPartition is the unrestricted form.

      Equations
      Instances For

        §1.4 Cell Identification, Non-Vacuity, QPM (eq 19, eq 20) #

        @cite{fox-2018} (19): Cell Identification (CI) — every cell in Partition_C(Q, A) is identifiable by some Exh(Q, p) intersected with A.

        Equations
        Instances For

          @cite{fox-2018} (20b): Non-Vacuity (NV) — every alternative p ∈ alt Q identifies some cell of Partition_C(Q, A).

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

            @cite{fox-2018} (20): Question Partition Matching (QPM)Q and the context-set A jointly satisfy CI and NV.

            Equations
            Instances For

              §1.2 Dayal's EP ↔ CI (the central bridge) #

              Fox's central claim (eq 11–12): when Dayal's maximality presupposition is met (i.e., every world in A has a maximally informative true answer), the contextual partition is exactly the image of Exh. The substrate-level form of this connection: IsExhaustivelyResolvable Q w for every w ∈ A implies CellIdentification Q A.

              @cite{fox-2018} eq (11)→(12): if every world in the context-set has a maximally informative true answer, every cell of the contextual partition is Exh-identifiable. The substrate counterpart of the Dayal-EP-implies-CI direction.

              §2.1 Mention-some challenge #

              @cite{fox-2018} §2.1 (21): "Mary knows where we can get gas in Cambridge" has an MS reading not derivable from Ans_D (which demands the maximally informative answer). The substrate mirror: some questions have ¬ IsExhaustivelyResolvable Q w at the evaluation world even though they are perfectly answerable in the MS sense (Resolves σ Q succeeds for some non-maximal p).

              theorem Phenomena.Questions.Studies.Fox2018.resolves_can_succeed_when_EP_fails {W : Type u_1} (Q : Core.Question W) (w : W) (σ p₁ p₂ : Set W) (hp₁ : p₁ Q.alt) (hp₂ : p₂ Q.alt) (hwp₁ : w p₁) (hwp₂ : w p₂) (hp₁p₂ : ¬p₁ p₂) (hσp₁ : σ p₁) :

              A question can fail Dayal's EP at world w while still being Resolves-supported there. The substrate-level distinction underlying Fox §2.1's MS challenge. The hypothesis hp₁p₂ : ¬ p₁ ⊆ p₂ together with maximality of both alts witnesses the incomparability that defeats EP.