Exhaustifying a disjunction whose alternatives are its sub-disjunctions #
A disjunction ⋃ i ∈ I, p i whose alternatives are disjunctions over subsets of I — sub-
disjunctions but no conjunctions — strengthens under exhIEII to their conjunction, provided
some world verifies each disjunct alone and some world verifies all of them: nothing is
innocently excludable, since a single-disjunct world is minimal, and everything is innocently
includable, since the cell is consistent. With all sub-disjunctions present the result is the
conjunction of the disjuncts; with only the disjunctions over subsets of size m it is that
at least |I| + 1 - m disjuncts hold. This is the generalization behind free choice without
a conjunctive alternative and behind the implicature account of homogeneity, where the
disjuncts are the atoms of a plurality and pruning to the size-m alternatives gives the
non-maximal readings.
References #
- [bar-lev-2021]
- [BLF20]
The disjunction over a subset.
Equations
- Exhaustification.subDisj p S = ⋃ i ∈ S, p i
Instances For
The disjunction of the family over I.
Equations
Instances For
The disjunctions over the nonempty subsets of I.
Equations
- Exhaustification.subDisjs I p = {q : Set World | ∃ S ⊆ I, S.Nonempty ∧ q = Exhaustification.subDisj p S}
Instances For
The disjunction over I together with the disjunctions over its subsets of size m.
Equations
- Exhaustification.subDisjsOfCard I p m = insert (Exhaustification.disj I p) {q : Set World | ∃ S ⊆ I, S.card = m ∧ q = Exhaustification.subDisj p S}
Instances For
A world verifying exactly the disjunct i is minimal among the disjunction's worlds,
relative to a family whose alternatives true at that world are sub-disjunctions and which
separates every other index from i.
Nothing is innocently excludable: each sub-disjunction holds at the minimal world of one of its disjuncts.
With a world verifying every disjunct, the cell is consistent.
Exhaustification asserts the disjunction and every alternative.
All the sub-disjunctions strengthen the disjunction to the conjunction.
Every size-m subset of I meets T ⊆ I iff fewer than m elements of I lie outside
T.
The size-|I| alternatives are the disjunction itself.
Keeping only the size-m alternatives strengthens the disjunction to "at least
|I| + 1 - m disjuncts hold".
With the conjunction of the disjuncts among the alternatives, it is innocently excludable whenever there are two disjuncts: exhaustification then denies it.
Two worlds verifying the prejacent with exactly one of two alternatives that cover it represent its minimal worlds.
A prejacent covered by two alternatives, each verifiable alone, and a third alternative false wherever only one of them holds: exhaustification asserts both and denies the third, provided that is consistent — free choice and simplification of disjunctive antecedents.
With the conjunction of the two alternatives itself among the alternatives, exhaustification denies it and includes nothing.
The cell of a disjunction whose alternatives include the conjunction is contradictory.
The includable alternatives are the prejacent and the two covering alternatives.
A prejacent covered by alternatives each verifiable alone: exhaustification asserts all of them, provided that is consistent.
A disjunction under a quantifier, with alternatives replacing the disjunction by its
disjuncts and their conjunction and the quantifier by a weaker one (s strong, e weak, b
conjunctive). Each prejacent world verifies one of three patterns — one disjunct's strong
alternative with the weak alternatives, or the weak alternatives alone — each pattern is
realized exactly, and asserting both strong disjunct alternatives while denying the conjunctive
ones is consistent: exhaustification then does exactly that — universal free choice.