Documentation

Linglib.Phenomena.Reference.Studies.Zimmermann2026

@cite{zimmermann-2026}: African Lambdas I — Formal Semantics of African #

Languages: The Nominal Domain @cite{zimmermann-2026}

Review article surveying formal-semantic research on the nominal domain in (mostly West) African languages, covering definiteness, indefiniteness, universal quantification, and number marking.

Key Theoretical Contributions Formalized Here #

  1. The Hausa UQ system is 2-form (§4.1): koo-wane (distributive) vs duk(a) (non-distributive). This instantiates the Q_∀ + ONE decomposition from @cite{haslinger-etal-2025-nllt}.

  2. The INDEF scope contrast (§3.3): Hausa wani/wata (∃-quantifier, flexible scope) vs Akan (choice function, wide scope only under negation). African languages provide clearer evidence than English for the choice function vs ∃-quantifier distinction.

  3. The DEF-marker debate (§3.1): Akan is variously analysed as strong DEF, weak DEF, or demonstrative. The distribution does not match any single European-based DEF analysis cleanly.

What This Study Does NOT Formalize #

These are left for future work in dedicated study files.

Relation to @cite{haslinger-etal-2025-nllt} #

The Haslinger et al. typological sample (11 languages) is extended here with Hausa (Chadic, 2-form) and Akan (Kwa, 1-form). The study file HaslingerHienEtAl2025.lean formalizes the Q_∀ + ONE decomposition that Zimmermann's §4.1 builds on. This file adds the African language data and the indefiniteness contrast (§3.3) which Haslinger et al. do not cover.

The Hausa koo/duk split is an instance of the 2-form UQ system from @cite{haslinger-etal-2025-nllt}. koo-wane maps to Q_∀[ONE_∅] and duk(a) to bare Q_∀.

koo-wane takes SG count NPs (atoms), ensuring ONE_∅ is satisfied. On an atomic restrictor, kooSem P Q distributes to every atom — equivalent to ∀x, P x → Q x.

@cite{zimmermann-2008}: only koo-quantifiers can bind SG pronouns (ex. 23a), because only they iterate over individual atoms.

theorem Zimmermann2026.duk_collective {α : Type u_1} [SemilatticeSup α] {P Q : αProp} (hCum : Mereology.CUM P) {m : α} (hMax : Mereology.isMaximal P m) :

duk(a) takes DEF PL/mass NPs (CUM denotation). On a CUM restrictor with maximal element m, dukSem P Q reduces to Q(m).

@cite{zimmermann-2008}: duk-NPs freely co-occur with collective predicates (ex. 22b), because they apply the predicate to the maximal sum rather than distributing over atoms.

The most theoretically significant contribution of the African language data: the INDEF scope contrast between Hausa wani/wata and Akan provides cross-linguistic evidence for the choice function / ∃-quantifier distinction.

In English, indefinites are ambiguous between CF and ∃ analyses
(both predict flexible scope). In Hausa and Akan, the two analyses
make different predictions under negation:

Hausa *wani*: ¬ > ∃ is available (narrow scope)
Akan *bí*: ∃ > ¬ only (wide scope, from CF binding)

@cite{zimmermann-2026} §3.3 exx. (13), (15). 
theorem Zimmermann2026.bi_cf_wide_scope {E : Type u_1} (f : Semantics.Quantification.ChoiceFunction.CF E) (hf : f.isCorrect) (N VP : EProp) (hN : ∃ (x : E), N x) (hAll : ∀ (x : E), N xVP x) :
VP (f N)

The CF analysis of predicts wide scope under negation: the CF is applied before negation takes effect.

Under negation: ¬VP(f(N)) = "it's not the case that this particular N is VP'd" NOT: "there's no N that is VP'd"

@cite{owusu-2022}, @cite{zimmermann-2026} §3.3 ex. (15).

theorem Zimmermann2026.wani_exists_narrow_scope {E : Type u_1} (N VP : EProp) (hNone : ∀ (x : E), N x¬VP x) :
¬∃ (x : E), N x VP x

The ∃ analysis of wani allows narrow scope under negation: ¬∃x[N(x) ∧ VP(x)] is satisfiable.

@cite{zimmermann-2014}, @cite{zimmermann-2026} §3.3 ex. (13).

Zimmermann §3.1 surveys three analyses of Akan . The analysis matters for the typology of definiteness systems: if is a weak (uniqueness) marker, Akan has the reverse of the Marka-Dafing system; if it's a demonstrative, Akan lacks a true definite article.

@cite{bombi-2018}'s uniqueness analysis captures the most data,
including:
- Infelicity with globally unique NPs (ex. 1: *ewia* 'sun')
- Obligatoriness in larger-situation contexts (ex. 4a)
- Non-occurrence on superlative NPs
- Different distribution from demonstrative *saa...nó*

But it leaves open: why is *nó* absent on superlative NPs? 

The three analyses all agree that contributes some form of discourse-linking. The key empirical test: is bad with globally unique NPs but required with anaphoric ones. @cite{owusu-2022} ex. (1)–(2), @cite{zimmermann-2026} §3.1.

Akan bi-ara gets universal, NPI, and FC readings depending on syntactic context. @cite{philipp-2022} proposes this falls out from structural ambiguity: the INDEF marker combined with the alternative-sensitive scalar operator ara at different attachment sites.

This connects to the exhaustification-based analysis of FC items
in the Chierchia/Fox/Spector tradition, but with the added twist
that the base indefinite is a choice function, not an ∃-quantifier.
@cite{zimmermann-2026} §4.1.2 ex. (27). 

Zimmermann's survey adds Hausa to the @cite{haslinger-etal-2025-nllt} sample as a 2-form Chadic language. The extended sample now covers Niger-Congo (Kwa, Mande, Atlantic), Chadic, Afro-Asiatic, and Austronesian in addition to Indo-European and Japonic.

Hausa entry for the typological sample: 2-form system with koo-wane (distributive) and duk(a) (non-distributive). @cite{zimmermann-2008}, @cite{zimmermann-2026} §4.1.

Equations
  • One or more equations did not get rendered due to their size.
Instances For

    Akan bi-ara entry for the typological sample. Akan is harder to classify: bi-ara is the only overt universal quantifier, but its three-way ambiguity (∀/NPI/FC) makes it unlike a simple 1-form system. We classify it as 1-form since there is only one overt form, noting the caveat. @cite{philipp-2022}, @cite{zimmermann-2026} §4.1.2.

    Equations
    Instances For