Decided domains: the no-gap / force-collapse boundary #
A set A is decided when all its elements agree on every proposition — that is,
A.Subsingleton. This is the boundary at which plural predication over A stops
exhibiting a homogeneity gap and at which universal and existential force collapse.
It is the bivalent companion to the trivalent treatment in Homogeneity.Basic
(isBivalent / gapExt).
The point of this file is that one condition on the domain — being a subsingleton — is the shared structural core of several superficially different phenomena:
- attitude neg-raising ([Gaj07], [Hor01]):
Semantics/Attitudes/NegRaising.lean; - modal weak necessity — the comparative ([Rub14]), homogeneity ([AJ22]), and domain-restriction analyses surveyed in [AJ26] all reduce their neg-raising prediction to it;
- nominal plural homogeneity — the same lemmas instantiated over individuals rather than worlds ("Ann didn't eat the cookies" = ate none).
The lemmas are stated over an arbitrary Set W, so all three are instances.
Main results #
negRaising_iff_subsingleton— the excluded-middle / neg-raising inference¬□p → □¬pholds for everypiff the domain is decided.forceCollapse_iff_subsingleton— over a nonempty domain,□p ↔ ◇pfor everypiff the domain is decided.negRaising_iff_forceCollapse— the two faces coincide.
Neg-raising face. A universal modal ∀ w ∈ A, p w validates the
neg-raising inference ¬□p → □¬p for every prejacent p iff its domain A is
a subsingleton — all elements of A agree on every proposition.
Force-collapse face. Over a nonempty domain, the universal and existential
modal forces coincide (□p ↔ ◇p for every prejacent) iff the domain is a
subsingleton — the limit at which a strong/weak (universal/existential) force
distinction ceases to be a difference in force. Fully constructive.
The two faces are one. Over a nonempty domain the neg-raising inference
holds (for every prejacent) iff modal force collapses (□p ↔ ◇p for every
prejacent) — both iff the domain is decided. Neg-raising is the symptom of the
universal/existential force distinction collapsing.
Excluded-middle face. A universal modal is opinionated about every
prejacent (□p ∨ □¬p for all p) iff its domain is a subsingleton. This is the
form the condition takes as Gajewski's excluded-middle presupposition for
neg-raising ([Gaj07]).
The same core is nominal plural homogeneity #
Instantiating the domain at a set of individuals rather than worlds gives the
homogeneity of nominal plural predication: "the cookies are p" is decided —
no gap, force collapsed — iff the set of cookies is a subsingleton. This is
[AJ22]'s point that modal should patterns like a plural definite
("Ann didn't eat the cookies" = ate none): the shared fact is one lemma at two
domains (worlds vs individuals).