Spector 2025: Trivalence and Transparency #
@cite{spector-2025}
A non-dynamic approach to anaphora combining trivalent semantics (Middle Kleene, @cite{peters-1979}, @cite{beaver-krahmer-2001}) with Schlenker's Transparency Principle (@cite{schlenker-2007}, @cite{schlenker-2008a}).
Key Results Formalized #
Forward anaphora in conjunction (§3.2):
∃xT(x) ∧ P(x̲)satisfies Transparency — the free variable in the second conjunct is licensed by the existential in the first.Reverse conjunction fails (§3.2):
P(x̲) ∧ ∃xT(x)does NOT satisfy Transparency in the null context — cataphora across conjunction is correctly predicted to be infelicitous.Bathroom sentences (§3.3):
¬∃xB(x) ∨ H(x̲)satisfies Transparency — the classic "either there's no bathroom or it's upstairs" pattern is correctly predicted to be felicitous.Reverse bathroom fails (§3.3):
H(x̲) ∨ ¬∃xB(x)does NOT satisfy Transparency in the null context.Semantic adequacy: The trivalent semantics delivers the correct truth-at-a-world conditions (§2.1).
Note on Middle Kleene conjunction #
The paper's Table 1 shows 0 ∧ # = # for conjunction, but the paper's
text (§2.1) states: "If φ is not undefined, then the truth values of
φ ∧ ψ are the same as in the Strong Kleene truth-tables." Strong Kleene
gives false ∧ # = false. The §3.2 proofs depend on this: the reverse
conjunction counterexample requires meetMiddle false # = false. We
follow the text and the proofs (Table 1 appears to contain an error
in the conjunction column for 0 ∧ #).
Architecture #
The trivalent semantics uses partial assignments (PartialAssign D)
and plural assignments (PluralAssign D) from Core.Assignment.
Predicate application yields # when the variable is unvalued.
The existential quantifier uses @cite{mandelkern-2022}'s witness
condition: ∃xφ is true at (w,g) only if g(x) witnesses φ,
undefined if classically true but g(x) is not a witness.
Interpretation function: maps predicates to extensions at worlds.
Equations
- Spector2025.Interp W D = (W → D → Bool)
Instances For
Evaluate a one-place predicate on a partial assignment. §2.1:
1ifg(x) ∈ I(P,w)0ifg(x) ≠ #andg(x) ∉ I(P,w)#ifg(x) = #
Equations
- Spector2025.evalPred I g x w = match g x with | some d => Core.Duality.Truth3.ofBool (I w d) | none => Core.Duality.Truth3.indet
Instances For
The U(x) predicate as a Truth3 value.
Always bivalent: true if valued, false if not.
Equations
- Spector2025.valuedT3 g x = Core.Duality.Truth3.ofBool (g.valued x)
Instances For
U(x) is never undefined.
When g values x, evaluating a predicate at x is bivalent.
When g does not value x, evaluating a predicate at x is undefined.
A sentence φ is true at a world w iff there is an assignment g such that ⟦φ⟧^{w,g} = 1.
§2.1: "A sentence φ is true at a world w if and only if there is an assignment function g such that ⟦φ⟧^{w,g} = 1." This bridges trivalent assignment-level semantics to world-level truth conditions.
Equations
- Spector2025.trueAtWorld φ w = ∃ (g : Core.PartialAssign D), φ w g = Core.Duality.Truth3.true
Instances For
Abstract Transparency #
Originally split out into Theories/Semantics/Presupposition/Transparency.lean,
but Spector 2025 is the only consumer; per the project's N≥2 promotion
discipline this co-locates the abstract API with its sole user until a
second consumer (e.g., a future Mandelkern 2022 study file) lands.
Schlenker (2007, 2008a) introduced the Transparency Principle in a dynamic-with-local-contexts setting; Spector reuses the condition in a static partial-assignment setting (§2.2). The definitions below stay parametric in the assignment carrier so that the §6 plural-assignment variants can reuse the same shape.
A context is a set of world-assignment pairs. §2.2.1: "We view a context C as a set of world-assignment pairs (w,g)."
Equations
- Spector2025.Ctx W D = (W → Core.PartialAssign D → Prop)
Instances For
The null context: all world-assignment pairs. §2.2.1: "the null context which contains all possible world-assignment pairs."
Equations
- Spector2025.nullCtx x✝¹ x✝ = True
Instances For
Stalnakerian update: intersect context with sentence's truth set. §2.2.1: "if a sentence S is accepted as true in context C, then the resulting context is simply C intersected with the set of world-assignment pairs where S is true."
Equations
- Spector2025.stalnakerUpdate C S w g = (C w g ∧ S w g = Core.Duality.Truth3.true)
Instances For
Two trivalent sentences agree throughout a context.
Equations
- Spector2025.agreeIn C S1 S2 = ∀ (w : W) (g : Core.PartialAssign D), C w g → S1 w g = S2 w g
Instances For
A trivalent sentence over world-assignment pairs.
Equations
- Spector2025.Sent W D = (W → Core.PartialAssign D → Core.Duality.Truth3)
Instances For
A sentence frame: a sentence with a hole for a sub-sentence.
Equations
- Spector2025.Frame W D = (Spector2025.Sent W D → Spector2025.Sent W D)
Instances For
The Transparency Principle (symmetric version).
§2.2.2 / §6.3: For a sentence S containing a free (underlined)
variable x, form S1 by replacing P(x̲) with U(x) ∧ φ and S2 by
replacing P(x̲) with φ. Transparency is satisfied in context C iff
S1 and S2 agree throughout C for every formula φ.
We formalize this as: given a sentence-with-hole frame and a
presupposition predicate presup, Transparency holds iff for every
φ, frame (meetMiddle presup φ) and frame φ agree in C.
The frame represents the sentence with a hole where the
presuppositional element occurs. The presupposition (e.g., U(x))
is conjoined via Middle Kleene conjunction.
Equations
- Spector2025.transparent C frame presup = ∀ (φ : Spector2025.Sent W D), Spector2025.agreeIn C (frame fun (w : W) (g : Core.PartialAssign D) => (presup w g).meetMiddle (φ w g)) (frame φ)
Instances For
Transparency holds trivially when the presupposition is always true
in the context (since meetMiddle true v = v).
The Novelty Condition: an existential quantifier introducing variable x can only occur once in a discourse.
§4 / @cite{heim-1982}: "If x is a variable, an occurrence of ∃x can only occur once in a whole discourse." This prevents ∃xP(x).∃xQ(x) from collapsing to ∃x(P(x) ∧ Q(x)).
Currently has no consumer in this file — see Deferred work at the end of the file.
Equations
- Spector2025.noveltyCondition usedVars newVar = ¬newVar ∈ usedVars
Instances For
Parametric Transparency #
§6.3 observes that the Transparency proofs are
parametric in the assignment type — the same Middle Kleene reasoning
works for individual assignments g and plural assignments G.
We factor this out: the proofs below are stated over abstract Truth3
values, independent of assignment representation.
Parametric forward conjunction Transparency: meetMiddle E (meetMiddle presup φ) = meetMiddle E φ whenever E = true → presup = true. Independent of
assignment type — works for both individual and plural systems.
§3.2, §6.3: The three cases are:
E = false:meetMiddle false _ = false(left zero)E = #:meetMiddle # _ = #(left absorbs)E = true: witness givespresup = true, someetMiddle true φ = φ
Parametric bathroom Transparency: joinMiddle negE (meetMiddle presup φ) = joinMiddle negE φ whenever negE = false → presup = true.
Forward anaphora: ∃xT(x) ∧ P(x̲) #
Consider "A table is in the room and it is purple," translated as
∃xT(x) ∧ P(x̲). The Transparency question is: does
∃xT(x) ∧ (U(x) ∧ φ) always have the same truth value as
∃xT(x) ∧ φ?
The frame is F(ψ) = ∃xT(x) ∧ ψ, and the presupposition is U(x).
Proof (§3.2): Consider (w,g).
- If
∃xT(x)is false at(w,g): both sentences are false (Middle Kleene:false ∧ _ = false). - If
∃xT(x)is#at(w,g): both sentences are#(Middle Kleene:# ∧ _ = #). - If
∃xT(x)is true at(w,g): thengvaluesx, soU(x) = true, someetMiddle true φ = φ, so both sentences equal∃xT(x) ∧ φ.
Forward conjunction Transparency: ∃xT(x) ∧ P(x̲) satisfies
Transparency in every context.
§3.2: The abstract pattern is: if E = true
implies presup = true (the witness connection), then the frame
F(ψ) = meetMiddle E ψ satisfies Transparency for presup.
Derived from conj_transparency_parametric.
Reverse conjunction Transparency FAILS: P(x̲) ∧ ∃xT(x) does NOT
satisfy Transparency in the null context.
§3.2: Take φ = P(x). If g does not value x,
then φ ∧ ∃xT(x) is # (left undefined absorbs), but
(U(x) ∧ φ) ∧ ∃xT(x) is false ∧ ∃xT(x) = false (since U(x) = false
and meetMiddle false # = false). The key asymmetry of Middle Kleene:
meetMiddle false # = false but meetMiddle # _ = #.
Bathroom sentences: ¬∃xB(x) ∨ H(x̲) #
"Either there is no bathroom, or it is hidden," translated as
¬∃xB(x) ∨ H(x̲). The Transparency question is: does
¬∃xB(x) ∨ (U(x) ∧ φ) always have the same truth value as
¬∃xB(x) ∨ φ?
The frame is F(ψ) = joinMiddle (¬∃xB(x)) ψ, and the presupposition
is U(x).
Proof (§3.3): Consider (w,g).
- If
¬∃xB(x)is true at(w,g):joinMiddle true _ = true(SK). - If
¬∃xB(x)is#at(w,g):joinMiddle # _ = #(left absorbs). - If
¬∃xB(x)is false at(w,g): then∃xB(x)is true, sogvaluesx, soU(x) = true, someetMiddle true φ = φ, and both disjunctions reduce tojoinMiddle false φ.
Bathroom sentence Transparency: ¬∃xB(x) ∨ H(x̲) satisfies
Transparency in every context.
The key insight: ¬E being false means E is true, which (by the
witness condition) means g values x, making U(x) redundant.
Derived from disj_transparency_parametric.
Reverse bathroom Transparency FAILS: H(x̲) ∨ ¬∃xB(x) does NOT
satisfy Transparency in the null context.
§3.3: Consider g that does not value x and a
tautological φ. Then φ ∨ ¬∃xB(x) has φ = # (unvalued), so
joinMiddle # (¬∃xB(x)) = #. But (U(x) ∧ φ) ∨ ¬∃xB(x) has
U(x) = false, so meetMiddle false # = false, and
joinMiddle false (¬∃xB(x)) can be true — a difference.
Bathroom truth-condition equivalence #
§2.1 proves that the trivalent sentence
¬∃xB(x) ∨ F(x) is true at a world w (in the sense of
definition (6): ∃g such that the sentence is .true at (w,g))
if and only if the classical sentence ¬∃xB(x) ∨ ∃x(B(x) ∧ F(x))
is true at w.
This is the key semantic adequacy result: the trivalent system delivers the correct truth conditions, not just correct felicity predictions.
Proof outline (two directions):
(8) classically true → (7) true at some (w,g):
- Case 1:
∃xB(x)classically false. Then for everyg,∃xB(x)is false at(w,g), so¬∃xB(x)is true, andjoinMiddle true _ = true. - Case 2:
∃x(B(x) ∧ F(x))classically true. Pick witnessa, setg(x) = a. Then¬∃xB(x)is false (sinceg(x) = awitnessesB), andF(x)is true. SojoinMiddle false true = true.
(7) true at some (w,g) → (8) classically true:
- By Middle Kleene disjunction, either
¬∃xB(x)is true at(w,g)(→∃xB(x)classically false → first disjunct of (8)), or¬∃xB(x)is false andF(x)is true. In the latter case,∃xB(x)is true sog(x) ∈ I(B,w), andF(x)true meansg(x) ∈ I(F,w), sog(x)witnessesB(x) ∧ F(x).
The trivalent sentence ¬∃xB(x) ∨ F(x) evaluated at (w,g),
where B and F are one-place predicates and x is variable 0.
Components:
∃xB(x): true ifg(0) ∈ I(B,w), false if∀d, d ∉ I(B,w),#if classically true butg(0)not a witness¬∃xB(x): negation (flips true/false, preserves#)F(x):evalPred F g 0 w(true/false/#depending ong(0))- Overall:
joinMiddle (neg (∃xB(x))) (F(x))
Equations
- One or more equations did not get rendered due to their size.
Instances For
Classical truth of ¬∃xB(x) ∨ ∃x(B(x) ∧ F(x)): either no element
satisfies B, or some element satisfies both B and F.
Equations
- Spector2025.bathroomClassical B F dom w = ((dom.all fun (d : D) => B w d == false) = true ∨ ∃ (d : D), d ∈ dom ∧ B w d = true ∧ F w d = true)
Instances For
Direction 1: If the classical bathroom disjunction holds,
then the trivalent sentence is true at w.
§2.1: We construct a specific g that
makes the trivalent sentence .true.
- If no bathrooms exist: any
gworks (¬∃xB(x) is true,joinMiddle true _ = true). - If a bathroom
aexists withF(a): setg(0) = a. Then ¬∃xB(x) is false (a witnesses B), F(x) = F(a) = true, andjoinMiddle false true = true.
Direction 2: If the trivalent bathroom sentence is true at w,
then the classical disjunction holds.
§2.1: By Middle Kleene disjunction, the sentence
is .true at (w,g) only if either:
(a) ¬∃xB(x) is .true → ∃xB(x) is .false → no bathrooms, or
(b) ¬∃xB(x) is .false and F(x) is .true. In case (b),
∃xB(x) is .true, so g(0) ∈ I(B,w) (witness condition),
and F(x) = true means g(0) ∈ I(F,w). So g(0) witnesses
B(x) ∧ F(x).
Requires dom to list all elements of D (completeness).
Bathroom truth-condition equivalence (the complete iff).
§2.1: The trivalent sentence ¬∃xB(x) ∨ F(x)
is true at world w if and only if the classical sentence
¬∃xB(x) ∨ ∃x(B(x) ∧ F(x)) is classically true at w.
This is the key semantic adequacy result: the non-standard trivalent semantics with partial assignments delivers exactly the classical truth conditions for bathroom sentences.
A bare pronoun P(x̲) is infelicitous in the null context.
§3.1: In the null context, Transparency requires
that for every φ, U(x) ∧ φ and φ have the same truth value
across all (w,g). But take g with g(x) = # and φ always true:
meetMiddle false true = false ≠ true, so Transparency fails.
The identity frame F(ψ) = ψ represents a bare sentence.
Empirical coverage from §3 #
Spector's predictions cover the following items in adjacent files; the
mapping is recorded here in prose so that future readers can find the
relevant theorems without our duplicating the data file's stipulations
in rfl-equality theorems.
forward_conj_transparency (above) handles forward intersentential
anaphora across conjunction (∃xT(x) ∧ P(x̲)). It corresponds to
Phenomena.Anaphora.DonkeyAnaphora.geachDonkey.boundReading and to the
veridical-basic case of Studies.Anaphora.Hofmann2025.
reverse_conj_transparency_fails (above) corresponds to the cataphora
side of the same data (Hofmann's negatedBasic).
bathroom_transparency (below) handles the bathroom-disjunction pattern
(¬∃xB(x) ∨ H(x̲), Roberts 1989; Hofmann's bathroomDisjunction).
It also covers the conditional-donkey pattern
(¬∃xF(x) ∨ B(x̲), geachDonkey / conditionalDonkey).
reverse_bathroom_transparency_fails (below) accounts for the wrong-order
bathroom (Hofmann's wrongOrderBathroom) and for separate-sentence
configurations like negationBlocks and conjunctionBlocks where the
mechanism is unavailable for distinct reasons (no joint frame; conjunction
uses meetMiddle not joinMiddle).
The plural assignment system #
The preliminary system (§§2–5) fails on covariation: ¬∃x¬∃yS(x,y)
("everybody spoke to somebody") wrongly requires a single person
everyone spoke to. The full system (§6) replaces individual partial
assignments with plural assignments — sets of atomic assignments.
Key changes from the simplified system:
- Evaluation is relative to
(w, G)whereG : PluralAssign D U(x)is replaced byatomic(x):|G(x)| = 1(all assignments inGthat definexagree on its value)- The universal quantifier
∀xφis now well-defined - Quantificational subordination works via inter-variable dependencies
recorded in
G
Plural assignments are imported from Core.Assignment (open Core
brings PluralAssign, singularAt, singular, restrict, defined,
null, ofPred, singleton, sumDref into scope). Spector's static
reuse is one consumer; the PPCDRT substrate
(Theories/Semantics/Dynamic/PPCDRT/) is the other — once linglib has
≥2 consumers of plural-assignment machinery it belongs in Core.
Plural sentence: evaluated relative to a world and a plural assignment.
Equations
- Spector2025.PSent W D = (W → Core.PluralAssign D → Core.Duality.Truth3)
Instances For
Alias for PluralAssign.singularAt — G assigns x uniquely to d.
§6.2: |G(x)| = 1 with G(x) = d.
Equations
- Spector2025.singularAt G x d = G.singularAt x d
Instances For
Evaluate a one-place predicate relative to (w, G).
§6.2:
1if|G(x)| = 1andG(x) ∈ I(P,w)0if|G(x)| = 1andG(x) ∉ I(P,w)#if|G(x)| ≠ 1
Equations
- Spector2025.evalPredPlural I G x w = if h : ∃ (d : D), Spector2025.singularAt G x d then Core.Duality.Truth3.ofBool (I w (Classical.choose h)) else Core.Duality.Truth3.indet
Instances For
The atomic(x) predicate as a Truth3 value.
§6.3: ⟦atomic(x)⟧^{w,G} = 1 if |G(x)| = 1,
0 otherwise. Always bivalent (never #). Replaces U(x) from
the simplified system.
Equations
- Spector2025.atomicT3 G x = if G.singular x then Core.Duality.Truth3.true else Core.Duality.Truth3.false
Instances For
atomic(x) is always defined (bivalent).
Plural existential quantifier with witness condition. §6.2:
1if⟦φ⟧^{w,G} = 10if for every atomica ∈ D,G_{x=a} ≠ ∅and⟦φ⟧^{w,G_{x=a}} = 0#otherwise
Equations
- One or more equations did not get rendered due to their size.
Instances For
Plural universal quantifier. §6.2:
1if for every atomica ∈ D,G_{x=a} ≠ ∅and⟦φ⟧^{w,G_{x=a}} = 10if the coverage condition holds and someagives⟦φ⟧^{w,G_{x=a}} = 0#otherwise
Equations
- One or more equations did not get rendered due to their size.
Instances For
Forward conjunction Transparency in the plural system, derived from the parametric version.
Bathroom Transparency in the plural system, derived from the parametric version.
Universal doesn't introduce a discourse referent #
§6.3 (pp.20–21): ∀xP(x) ∧ Q(x̲) does NOT
satisfy Transparency in the null context. When ∀xP(x) is true
at (w,G), G(x) contains all atomic individuals in D, so
|G(x)| ≠ 1 (assuming |D| ≥ 2), and therefore atomic(x) is
false. This means the universal quantifier cannot serve as the
antecedent of a singular pronoun.
The universal quantifier does not license subsequent singular
anaphora. For two-element domains: ∀xP(x) being true forces
|G(x)| > 1, making atomic(x) false.
§6.3: the sentences ∀xP(x) ∧ (atomic(x) ∧ φ)
and ∀xP(x) ∧ φ can differ — taking φ tautological, the first
is false (since atomic(x) is false when |G(x)| > 1) while
the second is true.
The covariation problem and its fix #
§5: In the simplified (individual-assignment) system,
¬∃x¬∃yS(x,y) ("everybody spoke to somebody") is true at (w,g) iff
for all a, (a, g(y)) ∈ I(S,w). This wrongly gives a constant-witness
reading: "everyone spoke to g(y)" — a single person.
§6.4: With plural assignments, the innermost ∃y
is evaluated relative to G_{x=a} for each a, so different a's can
pair with different b's. The sentence now correctly means
"for every a there exists b such that (a,b) ∈ S."
The covariation fix: with plural assignments, the universal-existential pattern is correctly expressible.
§6.4: If a world satisfies ∀x∃y S(x,y), we can
build a plural assignment G that witnesses each a-b pair
independently. This is impossible with individual assignments, where
a single g(y) must work for all values of x.
In contrast, with individual assignments the covariation reading fails:
a single assignment can only provide one witness for y, which must
work for ALL values of x.
Two notions of truth at a world #
§7: Two modes of interpretation for donkey sentences:
Weak Truth:
Sis weakly true atwif ∃G such thatSis true at(w,G). Generates existential (weak) readings.Strong Truth:
Sis strongly true atwif ∃G true at(w,G)AND noG'makesSfalse at(w,G'). Generates universal (strong) readings. Similar to @cite{elliott-2023}'s strengthened reading and @cite{champollion-bumford-henderson-2019}'s homogeneity approach.
For simple existentials ∃xP(x), weak and strong truth coincide.
They diverge for donkey sentences.
Weak truth at a world: ∃G such that the sentence is true at (w,G). §7 (46a).
Equations
- Spector2025.weakTruthP φ w = ∃ (G : Core.PluralAssign D), φ w G = Core.Duality.Truth3.true
Instances For
Strong truth at a world: weakly true AND not weakly false. §7 (46b).
Equations
- Spector2025.strongTruthP φ w = ((∃ (G : Core.PluralAssign D), φ w G = Core.Duality.Truth3.true) ∧ ¬∃ (G : Core.PluralAssign D), φ w G = Core.Duality.Truth3.false)
Instances For
Strong truth implies weak truth.
Reading preferences (§7) — empirical mapping #
Spector argues (§7) that weakTruthP generates weak (existential)
readings by default and that strongTruthP generates strong
(universal) readings. Kanazawa's (1994) generalization picks one or the
other based on the monotonicity profile of the surrounding quantifier:
upward-entailing contexts (some) prefer weak; downward-entailing
contexts (no, the negated donkey) prefer strong.
End-to-end derivations of these readings on a concrete toy world
(corresponding to geachDonkey and negatedDonkey in
Phenomena.Anaphora.DonkeyAnaphora) are deferred — see §6.7 entry in
the Deferred work docstring at the end of this file.
The Strong Truth Operator #
§7 (55): The operator O internalizes Strong Truth
as an embeddable operator in the object language:
⟦O(S)⟧^{w,G} = 1 if ⟦S⟧^{w,G} = 1 and ¬∃G'. ⟦S⟧^{w,G'} = 0
⟦O(S)⟧^{w,G} = 0 if ⟦S⟧^{w,G} = 0 and ¬∃G'. ⟦S⟧^{w,G'} = 1
⟦O(S)⟧^{w,G} = # otherwise
This allows Strong Truth to be applied at specific syntactic positions rather than globally. Key properties:
- If S₁ ≡ S₂ (logically equivalent), then O(S₁) ≡ O(S₂)
- O can violate Transparency when embedded, which is desirable:
∃xS(x) ∧ O(H(x̲))is correctly predicted to be infelicitous
The Strong Truth Operator O. §7 (55).
Equations
- One or more equations did not get rendered due to their size.
Instances For
O preserves logical equivalence: if φ₁ and φ₂ agree everywhere, O(φ₁) and O(φ₂) agree everywhere. §7 (57).
O(S) is true at (w,G) implies S is true at (w,G).
Strong truth at w ↔ weak truth of O(S) at w. Embedding O at matrix level recovers the Strong Truth interpretation.
Spector's static system vs. Dynamic Predicate Logic #
positions the system as a non-dynamic alternative to DPL (@cite{groenendijk-stokhof-1991}). Key comparison:
| Phenomenon | Spector | DPL |
|---|---|---|
Forward conj ∃xP(x) ∧ Q(x) | ✓ Transparency | ✓ assignment persistence |
Reverse conj Q(x) ∧ ∃xP(x) | ✗ Middle Kleene | ✗ x not yet bound |
Bathroom ¬∃xB(x) ∨ F(x) | ✓ Transparency | ✗ negation is test |
Neg blocks ¬∃xP(x). Q(x) | ✗ no frame | ✗ negation is test |
The systems agree on 3/4 cases. The disagreement on bathroom sentences
is significant: standard DPL cannot handle them because negation is a
test that doesn't export assignments (@cite{krahmer-muskens-1995}),
while Spector's Transparency-based approach handles them naturally via
Middle Kleene disjunction. The bathroom row is witnessed in Spector's
favour by bathroom_transparency together with
reverse_bathroom_transparency_fails; for an independent formalization
of the ¬∃xB(x) ∨ F(x) truth conditions, see bathroom_truth_equiv.
Deferred work #
Items from Spector (2025) that this file does not yet formalize. Each is a real piece of the paper; collected here so future work has explicit grep-able anchors.
§5 covariation failure proof.
covariation_fails_individual(above) proves a different statement (a singlegcannot witnessyfor allx); the actual paper claim — that the simplified individual-assignment semantics produces a constant-witness reading for¬∃x¬∃yS(x,y)— is not yet derived.§6.7 donkey sentence end-to-end. The classical donkey sentence
∀x(¬(F(x) ∧ ∃y(D(y) ∧ O(x,y))) ∨ B(x,y))and its weak existential reading are summarized in prose but not proved on a concrete toy world. Spector's Tables 4–5 use 7 individuals; a 4-individualdecide-checked variant would suffice.§7 Strong Truth examples (47), (54). The operator
Ois defined and proved equivalence-preserving (strongTruthOp_preserves_equiv,strongTruthOp_weakTruth_iff_strongTruth); the central motivating examples (Either it's not the case that Sue has a credit card and bought a cake with it…, the donkey-disjunctionOparse of (54-c)) are not.Appendix functional variables. Spector's solution to quantificational subordination over indefinites (
y_x(z)functional variables, paper (64)–(66)) is entirely deferred.Witness-condition substrate. The Mandelkern (2022) witness condition is currently inlined into
existsT3/existsPluralhere (one-line stipulation each). A faithful Mandelkern 2022 study file would let those derive from the witness primitive instead. Deferred pending paper access; cite keymandelkern-2022exists inreferences.bibwith rolecited, sourcescrossref. Per Spector p. 10, Mandelkern's system is quadrivalent + uses local-context bound clauses + uses individual (not plural) assignments — a substantive stub, not a quick one.noveltyConditionenforcement. The definition (insection AbstractTransparencyabove) has no consumer; §4 examples like (16) —∃xP(x).∃xQ(x)collapsing to∃x(P(x) ∧ Q(x))— are not ruled out by any current theorem in this file.