Thomas (2026): A probabilistic, question-based approach to additivity #
Formalisation of [Tho26], which unifies the canonical additive use of
too with a previously unstudied "argument-building" use by stating felicity
in terms of Bayesian inquisitive answerhood. The substrate primitives
(Answers, IsResolutionEvidencedBy, evidencesResolutionMore,
IsRelevantTo) live in Semantics/Questions/Probabilistic.lean; this file
encodes the felicity conditions of [Tho26] Def 64 and their abstract
consequences.
Main definitions #
IsTooFelicitous— conditions (a)-(c) of [Tho26] Def 64: the antecedent and the conjunction each answer a relevant question, the conjunction answers it more strongly, and the prejacent is neither redundant nor replaceable by a weaker proposition.IsTooLicensedByDQ— the full Def 64:IsTooFelicitousplus the requirement that the relevant question be relevant to a discourse question.IsTooInfelicitous— too is predicted infelicitous when no relevant question licenses it.
Main statements #
IsTooFelicitous.antecedent_probOfSet_pos,IsTooFelicitous.conjunction_probOfSet_pos— felicity forces positive prior mass on the antecedent and on the conjunction.IsTooFelicitous.exists_strict_improvement— the conjunction is strictly better Bayesian evidence for its resolution than the antecedent alone.Witness.answers_discriminates— a concrete Fin-3 model in whichAnswersholds of informative evidence and fails of the trivialuniv, exercising theraises_probanddominatesfields of the answerhood structure.too_acceptable_iff_def64_satisfied— over the paper's examples (Data/Examples/Thomas2026.json), a too row is acceptable iff the paper's Def 64 diagnosis is "satisfied"; the equation is uniform across the standard and argument-building uses, which is the paper's unification thesis.
Implementation notes #
The relevant question RQ need not be a Current Question; [Tho26] §5.4.3
requires only that it be relevant to some discourse question, which
IsTooLicensedByDQ captures via IsRelevantTo. The two prejacent conditions
rule out the [BC08] ecstatic case (the prejacent already entails
the answer) and the "some-instrument vs cello" case (a weaker prejacent would
do); see the per-field docstrings of IsTooFelicitous.
TOO felicity #
Conditions (a)-(c) of [Tho26] Def 64. The full Def 64 additionally
requires the relevant question to be relevant to a discourse question; that
is IsTooLicensedByDQ.
- antecedent_answers : Semantics.Questions.Probabilistic.Answers antecedent rq μ
Def 64a: the antecedent answers the relevant question.
- conjunction_answers : Semantics.Questions.Probabilistic.Answers (antecedent ∩ prejacent) rq μ
Def 64b (first half): the conjunction answers the relevant question.
- conjunction_stronger : ∃ (𝒜 : Set (Set W)), Semantics.Questions.Probabilistic.IsResolutionEvidencedBy rq 𝒜 (antecedent ∩ prejacent) μ ∧ Semantics.Questions.Probabilistic.evidencesResolutionMore μ 𝒜 (antecedent ∩ prejacent) antecedent
Def 64b (second half): the conjunction evidences its resolution more strongly than the antecedent alone does.
- prejacent_not_entails (𝒜 : Set (Set W)) : Semantics.Questions.Probabilistic.IsResolutionEvidencedBy rq 𝒜 (antecedent ∩ prejacent) μ → ¬prejacent ⊆ ⋂₀ 𝒜
Def 64c.i: the prejacent does not by itself entail the resolution the conjunction evidences (rules out the [BC08] ecstatic case "Sam is happy. #He's ecstatic, too").
- prejacent_minimal (S : Set W) : prejacent ⊆ S → S ≠ prejacent → ∀ (𝒜 : Set (Set W)), Semantics.Questions.Probabilistic.IsResolutionEvidencedBy rq 𝒜 (antecedent ∩ prejacent) μ → Semantics.Questions.Probabilistic.evidencesResolutionMore μ 𝒜 (antecedent ∩ prejacent) (antecedent ∩ S)
Def 64c.ii: no proper weakening
S ⊋ prejacentlicenses the same resolution as well as the prejacent does (rules out the "some-instrument vs cello" case).
Instances For
Abstract consequences #
TOO felicity entails that the antecedent puts positive prior mass: a direct
corollary of Answers.probOfSet_pos applied to the antecedent condition.
TOO felicity entails that the conjunction puts positive prior mass — same corollary applied to the conjunction condition.
TOO felicity entails that the conjunction is genuinely stronger evidence
than the antecedent alone (the [Tho26] §4.4 intuition that too marks
a strict improvement). The witness 𝒜 from conjunction_stronger exhibits
this; the inequality is evidencesResolutionMore unfolded.
RQ relevance to a discourse question #
The full [Tho26] Def 64: IsTooFelicitous together with the
requirement that rq be relevant to some discourse question dq. The RQ
need not be a Current Question — §5.4.3 requires only relevance to a DQ.
Equations
- Thomas2026.IsTooLicensedByDQ prejacent antecedent rq dq μ = (Thomas2026.IsTooFelicitous prejacent antecedent rq μ ∧ Semantics.Questions.Probabilistic.IsRelevantTo rq dq μ)
Instances For
Predicted infelicity #
Too is predicted infelicitous for a given (prejacent, antecedent) when no relevant question satisfies the felicity conditions ([Tho26] §5.5).
Equations
- Thomas2026.IsTooInfelicitous prejacent antecedent μ = ∀ (rq : Question W), ¬Thomas2026.IsTooFelicitous prejacent antecedent rq μ
Instances For
Data conformance #
Each row of Data/Examples/Thomas2026.json records the paper's Def 64
diagnosis as a def64_status feature: satisfied, or the condition the paper
identifies as failing (antecedent_violation for (3), conjunction_violation
for (72)/(19c), prejacent_violation_i for (11), prejacent_violation_ii for
(30)). The either row carries no diagnosis — fn. 9 leaves either to future
work — so the transfer equation is stated for too rows only.
Transfer equation: a too row is acceptable iff the paper exhibits an (ANT, RQ) pair satisfying all of Def 64. Uniform across the standard and argument-building rows — [Tho26]'s unification thesis.
Worked witness #
A concrete model showing the answerhood structure underlying TOO felicity is
satisfiable and discriminating. Over W = Fin 3 with the uniform prior, the
evidence R = {1} answers the two-alternative question Q (alternatives
A = {0,1} and B = {2}) via the singleton resolution {A}, while the trivial
evidence Set.univ answers nothing. This instantiates the raises_prob and
dominates fields that the abstract IsTooFelicitous structure never forces a
caller to exhibit.
The uniform prior on Fin 3.
Equations
- Thomas2026.Witness.μ = PMF.ofFintype (fun (x : Thomas2026.Witness.W) => 3⁻¹) Thomas2026.Witness.μ._proof_2
Instances For
Discriminating contrast: Answers distinguishes the informative
evidence R from the uninformative Set.univ.