Documentation

Linglib.Phenomena.Plurals.Compare

Three-Way Comparison: Cumulative Readings #

@cite{charlow-2021}

Compares three approaches to deriving cumulative readings of modified numerals:

ApproachMechanismCumulative?Extra machinery
Higher-order GQsContinuations (Barker & Shan)YesCont monad, LOWER
Post-suppositionsWriter monad (Brasoveanu)YesPostSupp type, reify
Update semanticsNon-distributive M_vYesNone beyond StateCCP

All three derive cumulative readings for Scenario A, but update semantics does so with the least additional stipulation — non-distributivity of M_v is a consequence of the update-theoretic architecture, not an add-on.

Dependent indefinites (Charlow §7.2) need something beyond update semantics alone — either higher-order GQs or post-suppositions are needed. Specifically, dependent indefinites cannot be typed as StateCCP.

Proof: the constant CCP fun _ => Set.univ is not distributive — it maps ∅ to Set.univ, but per-element processing of ∅ yields ∅.