[Gue26]: Distributive kind predication #
Janek Guerrini, "Distributive kind predication", Natural Language Semantics 34:85–136 (2026).
Thesis #
Generalizations with kind-denoting plurals (English bare plurals, Italian
definite plurals) are structurally ambiguous — not because Gen has a
complex semantics, but because the kind-denoting plural licenses parses with no
Gen at all: Bona Fide Generic (BFG: kind restricts Gen, law-like), and the
Gen-free Distributive Kind Predication (DKP: DIST over the kind at s₀,
accidental), Cumulative Kind Predication (CKP: **, §4), and Derived Property
Predication (DPP: property → low-scoped ∃, §5.3). Singular indefinites cannot
denote kinds (∩ undefined for singular count nouns), so DKP/CKP never apply
and they are limited to BFG, explaining their narrower distribution (Table 1).
This file derives the LF typology from the shared Chierchia kind-denotation
primitive ([Chi98]), states the prevalence bridge to
[TG19], and contrasts the non-quantificational DKP/CKP analyses
with the quantificational rivals [Coh99] and [Nic09]. Empirical
stimuli are typed rows in Data/Examples/Guerrini2026.json (Examples.all).
The four LF parses #
The four LF parses of a sentence with a kind-denoting plural (diagram (145)).
The first three require kind denotation; the fourth requires property
denotation. Singular indefinites access only bonaFideGeneric.
- bonaFideGeneric : GeneralizationLF
- distributiveKindPred : GeneralizationLF
- cumulativeKindPred : GeneralizationLF
- existentialDPP : GeneralizationLF
Instances For
Equations
- Guerrini2026.instDecidableEqGeneralizationLF x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
BFG is law-like (modal Gen); the three Gen-free parses are accidental
(DPP, an existential episodic reading, is not a generalization but groups
with the non-generic parses here).
Equations
Instances For
Whether a parse involves the silent quantificational adverb Gen. Only BFG
does, so only BFG supports Quantificational Variability Effects and is
subject to [TG19]'s prevalence inference.
Equations
Instances For
Only the Bona Fide Generic parse involves Gen, hence QVEs and threshold
inference (examples (8), (90), (92)).
The named operators (foundational by construction) #
DKP is DIST over the kind extension; CKP is the cumulative operator **. Both
are the theory-layer operators under the paper's names, so theorems about them
are theorems about distMaximal / Cumulative.
Distributive Kind Predication: distribute P over the kind's extension at
s₀ (structure (30): ∀y(y ≤ ∩lions_{s₀}) → ⟦hunt⟧_{s₀}(y)).
Equations
- Guerrini2026.distributiveKindPred kindExt P s₀ = Semantics.Plurality.distMaximal P (kindExt s₀) s₀
Instances For
Cumulative Kind Predication: the cumulative operator ** relates the kind
extension to a set of locations (§4, structure (62)).
Equations
- Guerrini2026.cumulativeKindPred R kindExt locations = Semantics.Plurality.Cumulativity.Cumulative R kindExt locations
Instances For
Nominal Mapping and denotation (diagram (145), §5.3) #
Cross-linguistic nominal forms.
- englishBarePlural : NominalExpression
- italianDefinitePlural : NominalExpression
- italianBarePlural : NominalExpression
Instances For
Equations
- Guerrini2026.instDecidableEqNominalExpression x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
Equations
Equations
- One or more equations did not get rendered due to their size.
Instances For
The Nominal Mapping Parameter ([Chi98]) per nominal form.
Equations
- Guerrini2026.nominalMapping Guerrini2026.NominalExpression.englishBarePlural = Semantics.Kinds.NMP.NominalMapping.argAndPred
- Guerrini2026.nominalMapping Guerrini2026.NominalExpression.italianDefinitePlural = Semantics.Kinds.NMP.NominalMapping.predOnly
- Guerrini2026.nominalMapping Guerrini2026.NominalExpression.italianBarePlural = Semantics.Kinds.NMP.NominalMapping.predOnly
Instances For
Whether an overt determiner D is present (Italian definite plural alone).
Equations
Instances For
Equations
- One or more equations did not get rendered due to their size.
Available denotations per nominal form. Kind denotation from CanDenoteKind;
property denotation from the parameter + D-status (predOnly + D maps to a
kind, blocking the property reading).
Equations
- One or more equations did not get rendered due to their size.
- Guerrini2026.CanDenote ne Semantics.Kinds.NMP.NominalDenotation.kind = Semantics.Kinds.NMP.CanDenoteKind (Guerrini2026.nominalMapping ne) (Guerrini2026.HasD ne)
Instances For
Equations
- One or more equations did not get rendered due to their size.
Kind denotation enables DKP and CKP; property denotation enables DPP; BFG is
always available (kind or property can restrict Gen). Diagram (145).
Equations
- Guerrini2026.LFAvailable ne Guerrini2026.GeneralizationLF.bonaFideGeneric = True
- Guerrini2026.LFAvailable ne Guerrini2026.GeneralizationLF.distributiveKindPred = Guerrini2026.CanDenote ne Semantics.Kinds.NMP.NominalDenotation.kind
- Guerrini2026.LFAvailable ne Guerrini2026.GeneralizationLF.cumulativeKindPred = Guerrini2026.CanDenote ne Semantics.Kinds.NMP.NominalDenotation.kind
- Guerrini2026.LFAvailable ne Guerrini2026.GeneralizationLF.existentialDPP = Guerrini2026.CanDenote ne Semantics.Kinds.NMP.NominalDenotation.property
Instances For
Equations
- One or more equations did not get rendered due to their size.
English BPs are ambiguous (kind and property); Italian definite plurals denote kinds only; Italian bare plurals denote properties only.
The four LF paths of diagram (145): English BPs access all four; Italian definite plurals the kind paths (no DPP); Italian bare plurals the property paths (no DKP/CKP).
Table 1: distribution of generalizations #
Nominal form in a generalization.
- kindDenotingPlural : NominalForm
- singularIndefinite : NominalForm
Instances For
Equations
- Guerrini2026.instDecidableEqNominalForm x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
Equations
- Guerrini2026.instReprNominalForm = { reprPrec := Guerrini2026.instReprNominalForm.repr }
Equations
- One or more equations did not get rendered due to their size.
Instances For
Table 1: kind-denoting plurals appear in both flavors; singular indefinites
only in law-like ones. (true = felicitous; the kind/law-like cell uses
lfFlavor-style booleans.)
Equations
Instances For
Singular indefinites lack the accidental flavor — the end of a four-step
chain: ∩ undefined for singular count nouns ⇒ no kind denotation ⇒ no
DKP/CKP ⇒ only BFG ⇒ only law-like.
Table 1 is derivable from LF availability + LF→flavor: English BPs have LFs of both flavors; property-only nominals have only BFG (law-like).
Homogeneity removal (Table 3, §3.3) #
DIST and Gen each contribute homogeneity. all removes DIST-homogeneity;
always (a Q-adverb, = overt Gen) removes Gen-homogeneity.
The adverb/quantifier that removes a homogeneity source.
- all : HomogeneityRemover
- always : HomogeneityRemover
Instances For
Equations
- Guerrini2026.instDecidableEqHomogeneityRemover x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Referential definite plurals (DIST only) accept all not always; singular
indefinite generics (Gen only) accept always not all; kind-denoting
plural generics (both, by ambiguity) accept both.
Subjunctive and aspect diagnostics (§3.5, §3.4) #
Italian mood on the relative clause modifying the subject DP.
- indicative : ItalianMood
- subjunctive : ItalianMood
Instances For
Equations
- Guerrini2026.instDecidableEqItalianMood x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
Equations
- Guerrini2026.instReprItalianMood = { reprPrec := Guerrini2026.instReprItalianMood.repr }
Equations
- One or more equations did not get rendered due to their size.
Instances For
The subjunctive is licensed only inside Gen's restrictor, so it forces the
BFG parse (example (44)); the indicative keeps all parses.
Equations
Instances For
The subjunctive disambiguates to BFG; the indicative preserves ambiguity.
VP aspect. Episodic VPs have no Hab/Gen, so BFG is unavailable and only
the Gen-free parses survive — why episodic bare plurals get near-universal
readings without generic quantification (§5).
Instances For
Equations
- Guerrini2026.instDecidableEqVPAspect x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Guerrini2026.instReprVPAspect = { reprPrec := Guerrini2026.instReprVPAspect.repr }
In episodic sentences BFG is unavailable; DKP/CKP/DPP remain.
Equations
Instances For
The episodic kind-plural advantage: DKP is available in episodics, BFG is
not, and singular indefinites (∩ undefined for singular count) lack DKP.
Epistemic adjectives and singular kinds (§5.2.2, §6.2) #
Adjective reading: a nonlocal (propositional) reading blocks kind denotation, hence DKP (examples (99)–(104)).
- localReading : AdjReading
- nonlocal : AdjReading
Instances For
Equations
- Guerrini2026.instDecidableEqAdjReading x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Guerrini2026.instReprAdjReading = { reprPrec := Guerrini2026.instReprAdjReading.repr }
Only local adjective readings support kind predication.
Equations
Instances For
Singular kind terms support only law-like readings.
Prevalence bridge to [TG19] (§3.6) #
Threshold semantics applies to the BFG parse. The DKP parse has no Gen: its
truth conditions are extensional (DIST over the actual kind extension), hence
stronger than any threshold generic. Prevalence is the bridge quantity.
Prevalence of P among the atoms of an extension at w:
|{a ∈ ext | P a w}| / |ext|. (Generalizes to
Quantification.prevalenceOn ext (fun _ => True) (P · w).)
Equations
- Guerrini2026.prevalenceAtWorld P ext w = if ext.card = 0 then 0 else ↑{a ∈ ext | P a w}.card / ↑ext.card
Instances For
DKP is true (all actual kind members satisfy P) iff prevalence is 1: the
extensional, non-generic truth condition of the DKP parse.
DKP is determinately false iff prevalence is 0 (no kind member satisfies P).
DKP-true entails the BFG (threshold) reading at every threshold: prevalence 100% exceeds them all.
The threshold-sensitive region is where the two parses do real work: at 70% prevalence the generic is true against a 60% threshold, false against 80%.
The parses can disagree: at 7-of-10 the DKP parse is a trivalent gap (not all, not none) while the BFG parse is true at a 60% threshold.
Empirical predictions over the (21)–(136) stimuli #
Stimuli are typed LinguisticExample rows in Data/Examples/Guerrini2026.json.
featOf/readOf project the paper-specific tags and reading-level judgments.
A paper-feature value of an example row.
Equations
- Guerrini2026.featOf r k = Option.map (fun (x : String × String) => x.2) (List.find? (fun (x : String × String) => x.1 == k) r.paperFeatures)
Instances For
A reading-level judgment of an example row.
Equations
- Guerrini2026.readOf r n = Option.map (fun (x : String × Features.Judgment) => x.2) (List.find? (fun (x : String × Features.Judgment) => x.1 == n) r.readings)
Instances For
Table 1 over the (21)/(22) stimuli: kind-denoting plurals are felicitous in both flavors; singular indefinites are infelicitous in accidental ones.
Near-universal asymmetry across episodics (§5) and epistemic adjectives (§5.2.2): kind-denoting plurals and local adjectives get the near-universal (DKP) reading; singular indefinites and nonlocal adjectives do not.
Accidental-reading asymmetry, including the [Gre04]/[Gre07] data reported in §3.7: kind-denoting plurals license accidental readings, singular indefinites do not.
Singular vs plural kind terms (§6.2): singular kind terms lack accidental and cumulative readings; plural kind terms have the accidental reading.
Q-adverb and cumulativity diagnostics: always/Q-adverbs (overt Gen) strip
the DKP/CKP readings while all (the DIST counterpart) does not — no Gen.
[Lon01]'s referential bare nominal = Guerrini's kind denotation;
both bottom out in Chierchia's CanDenoteKind. English BPs can be
referential/denote kinds; Italian (Romance) bare nominals cannot.
End-to-end chain from [Lon01]'s strongD to Table 1: Romance
strongD ⇒ predOnly ⇒ no kind ⇒ no DKP ⇒ no accidental flavor.
Cross-framework divergences: DKP/CKP are non-quantificational #
Guerrini's "not a complex semantics for Gen" makes the accidental and cumulative
readings non-quantificational, against the rivals [Coh99]
(majority/proportional Gen) and [Nic09] (ways-of-normality Gen), which
treat the same data as a quantifier. These theorems put the analyses on shared
models and show they disagree on truth value and ontology.
DKP vs [Coh99], one shared 7-of-10 model. Cohen's majority Gen
judges it true (7/10 > 1/2) as a proportional quantifier (cohen_proportional);
the DKP parse is a trivalent gap with no Gen. Same datum, opposite ontology.
Equations
- Guerrini2026.instDecidableEqHabitat x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
Equations
- One or more equations did not get rendered due to their size.
- Guerrini2026.instReprHabitat.repr Guerrini2026.Habitat.asia prec✝ = Repr.addAppParen (Std.Format.nest (if prec✝ ≥ 1024 then 1 else 2) (Std.Format.text "Guerrini2026.Habitat.asia")).group prec✝
Instances For
Equations
- Guerrini2026.instReprHabitat = { reprPrec := Guerrini2026.instReprHabitat.repr }
Which habitat each elephant lives in.
Equations
- Guerrini2026.elephantLives x✝ Guerrini2026.Habitat.africa = (x✝.id < 6)
- Guerrini2026.elephantLives x✝ Guerrini2026.Habitat.asia = (x✝.id ≥ 6)
Instances For
Equations
- One or more equations did not get rendered due to their size.
CKP vs [Nic09]/[Coh99] on "Elephants live in Africa and Asia".
Cumulative kind predication succeeds with no Gen; Nickel's conjunctive Gen
succeeds as a quantifier; Cohen's majority Gen fails on the Asia conjunct
(4/10 < 1/2). One datum, three analyses; only Guerrini's is non-quantificational.