Documentation

Linglib.Studies.Zimmermann2026

[Zim26]: African Lambdas I — The Nominal Domain #

[Zim26] §3.3's comparative claim about marked indefinites: Akan and Hausa wani/wata are near-identical in distribution but differ in one decisive respect — under negation wani-NPs scope freely (ex. (13), from [Zim14]) while -NPs must outscope negation (ex. (15)). The review concludes the two markers need contrasting analyses — (16a) skolemized choice function for ([Owu22], after [Kra98b] and [Mir24]) vs (16b) ∃-quantifier for wani ([Zim08]; cf. [Sch02]) — and that the two-way African comparison discriminates between CF- and ∃-analyses of indefinites where comparison with English alone cannot.

Main declarations #

Implementation notes #

Review-anchor discipline: only the comparison the review itself draws is formalized here — the (16) classification and the (13)/(15) scope divergence. The per-language analyses are consumed from their primary sources' formalizations: Studies/Zimmermann2008 (Hausa model, wani_wide_scope, wani_narrow_scope_false) and Studies/Owusu2022 (Akan model, skolemDenot, bi_wide_scope_witnessed, someone_sang).

Todo #

[Zim26] (16a)'s classification of the Akan inventory: denotes a skolemized choice function ([Owu22]); bare NPs (obligatory narrow scope) are outside the (16) classification.

Equations
Instances For

    [Zim26] (16b)'s classification of the Hausa inventory: wani/wata denotes an ∃-quantifier ([Zim08], [Zim14]); bare NPs (obligatory narrow scope) are outside the (16) classification.

    Equations
    Instances For

      (13): under the ∃-analysis (16b), the two scopings of wani under negation are truth-conditionally distinct — on [Zim08]'s passenger model the ∃ > ¬ reading holds while ¬ > ∃ fails, so the scopal flexibility of wani is empirically detectable.

      (15): the CF analysis (16a) assigns under negation a reading distinct from ¬ > ∃ — on [Owu22]'s two-person model the CF reading is true while ¬ > ∃ is false. The interpretive gap that selects (16a) over (16b) for .

      theorem Zimmermann2026.bi_negation_construals_collapse {S : Type u_1} {E : Type u_2} (f : Quantification.ChoiceFunction.SkolemCF S E) (s₀ : S) (P : Intensional.Intension S (EProp)) (VP : ESProp) :
      (fun (p : SProp) (s : S) => ¬p s) (fun (s : S) => VP (f.applyIntensionAt Intensional.SitVarStatus.SitVarStatus.bound s s₀ P) s) s₀ (fun (p : SProp) (s : S) => ¬p s) (fun (s : S) => VP (f.applyIntensionAt Intensional.SitVarStatus.SitVarStatus.free s s₀ P) s) s₀

      The review's negation gloss, formalized: "as negation is not an intensional operator, the situational skolem argument of the choice function cannot be shifted away from the actual resource situation … resulting in wide scope only". Pointwise negation is extensional (Intensional.IsExtensionalAt.neg), so by the substrate's bound_free_collapse the bound and free construals of 's situation pronoun coincide under negation — for any CF and restrictor; the wide (free) construal is the only reading. Situation quantifiers separate the construals (bound_free_diverge_box), so the collapse is negation's extensionality at work, not a triviality.