[Owu22]: Cross-Categorial Definiteness/Familiarity #
[Owu22] Ch 3 analyses the Akan (Kwa, Niger-Congo) indefinite bí as
an unambiguous choice function (after [Kra98b]) whose
situation pronoun ties the CF and the NP to a single index — entry (67):
⟦bí⟧ = λs.λP : CH(f_s). f_s(P(s)). The substrate type is
SkolemCF S E := S → CF E (ChoiceFunction.lean). The nó chapters and
the rival analyses in [Bom18], [Sch13],
[AM13b] are left for future Studies files.
Main declarations #
Owusu2022.skolemDenot— denotation table for the Fragment'sAkan.Determiners.Indefinitecontrast:.biis a skolemized CF applied at the situation of its argument;.bareis not CF-analyzed here.Owusu2022.bi_wide_scope_specific— the ∃ > ¬ reading of the.bidenotation is specific (its witness is the CF's choice), derived from the substrate'scf_wide_scope_specific.Owusu2022.tying_contentful— entry (67)'s same-index tying of CF and restrictor is contentful in both coordinates.Owusu2022.Onipa,Owusu2022.preferAma— a two-person model of §3.2.5 ex. (21) Onipa bí a-n-to dwom 'a certain person didn't sing'.Owusu2022.bi_wide_scope_witnessed,Owusu2022.someone_sang— on that model the ∃ > ¬ reading is true while the ¬ > ∃ reading is false, the configuration where the two readings diverge.
Implementation notes #
Wide scope under negation (data §3.2.5 exx. (21)–(22); analysis §3.3):
the CF variable is contextually given (speaker-anchored), and negation
binds no situation variable, so the CF's referent is fixed before
negation applies and ¬ > ∃ is underivable. The general lemma states what
the ∃ > ¬ reading entails; the two-person model witnesses it on a model
falsifying ¬ > ∃ — the case where the readings come apart. The
operator-side derivation — extensional operators provably neutralize the
situation pronoun's free/bound distinction, situation quantifiers
provably separate it — lives in the substrate
(Semantics/Quantification/ChoiceFunction: bound_free_collapse,
bound_free_diverge_box). The narrow-scope readings in conditional
antecedents (situation pronoun bound locally) and the opaque readings
under intensional verbs (a skolem world index, §3.3.3, following
Mirrazi's world-skolemized CFs — a 2019 ms., published as
[Mir24]) need binding machinery beyond the fixed-situation
fragment formalized here, as do the functional readings bound by
individual quantifiers (the biara subject/object asymmetry via weak
crossover on the individual skolem index).
Todo #
- The nó analysis (familiarity + non-uniqueness presuppositions, Ch 2), alongside [Bom18], [Sch13], [AM13b].
- The clausal determiner nó (Ch 4): definite propositions, NegP attachment, CPS/CG dual update.
- Narrow-scope bí in conditional antecedents (situation pronoun bound locally) and opaque bí under intensional verbs (skolem world index, §3.3.3).
- The individual skolem index: functional readings under biara 'every' and the subject/object asymmetry via weak crossover (§3.3).
- The over-generation argument against free ∃-closure: the unavailable ∃-below-negation reading (the analysis' (50)) and the downward-entailing weak-truth-conditions scenario.
- The bí nó (anaphoric definite) vs nó bí (partitive) order contrast (§3.4).
[Owu22]'s denotation table for the Akan indefinite contrast:
bí applies a skolemized choice function to an intensional restrictor
at the situation of its argument (entry (67); the same index feeds the
CF and the restrictor — SkolemCF.applyIntension). The .bare cell is
none — not CF-analyzed here, not undefined: bare NPs receive
kind/indefinite readings (App. A) outside the CF analysis.
Equations
- Owusu2022.skolemDenot f s₀ Akan.Determiners.Indefinite.bi = some (f.applyIntension s₀)
- Owusu2022.skolemDenot f s₀ Akan.Determiners.Indefinite.bare = none
Instances For
[Owu22]'s wide-scope-under-negation prediction (§3.2.5, §3.3)
for the .bi denotation: the ∃ > ¬ reading is specific — if the
CF-selected member of the (at s₀) non-empty restrictor fails VP,
some restrictor member fails VP, witnessed by the CF's choice. It does
not entail the narrow-scope ¬ > ∃ (see the model below).
Entry (67)'s same-index tying is contentful in both coordinates:
a single CF/restrictor pair where the tied denotation f_s(P(s))
differs from the restrictor-shifted variant f_s(P(s')) and from the
CF-index-shifted variant f_s'(P(s)).
A two-person model of ex. (21) #
Onipa bí a-n-to dwom 'person INDEF PERF-NEG-sing song' = 'A certain person didn't sing' ([Owu22] §3.2.5 ex. (21), judged Indefinite ≫ Neg only). Two people — Kofi and Ama, common Twi day-names — exhaust the domain onipa 'person'; Kofi sang, Ama did not.
onipa 'person' (Akan/Twi). The atomic restrictor type.
Instances For
to dwom 'sing (a) song': Kofi sang, Ama did not.
Equations
Instances For
A correct SkolemCF over the trivial situation Unit that selects
Ama whenever the restrictor allows it, else Kofi.
Equations
- Owusu2022.preferAma x✝ P = if P Owusu2022.Onipa.ama then Owusu2022.Onipa.ama else Owusu2022.Onipa.kofi
Instances For
The wide-scope (∃ > ¬) reading of ex. (21) is witnessed: the .bi
denotation picks Ama from the (rigid, on this one-situation model)
onipa domain, and she did not sing.
The narrow-scope (¬ > ∃) reading of ex. (21) — 'no person sang' — is false on this model: Kofi sang.