Documentation

Linglib.Theories.Semantics.Quantification.Cumulativity

Cross-framework synthesis: cumulative readings of modified numerals #

@cite{charlow-2021} @cite{beck-sauerland-2000} @cite{champollion-2017} @cite{schein-1993}

Why this file exists #

Three rival accounts of cumulative readings live in three different directories and (until this file) never spoke to each other:

AccountMechanismLocation
Tower continuationsHigher-order dynamic GQ via Cont monadPhenomena/Plurals/Studies/Charlow2021/HigherOrder.lean
Beck-Sauerland **Pluralization operator on relations between FinsetsTheories/Semantics/Plurality/Cumulativity.lean
Champollion *Cumulative-closure on event predicatesTheories/Semantics/Events/Aspect/Cumulativity.lean

Linglib's stated thesis: theoretical incompatibilities should be made visible. Three accounts of the same phenomenon, formalized side-by-side without bridge theorems, fails that test. The 4-agent Quantification/ audit (2026-04-28) flagged this as the directory's loudest silent divergence.

Status #

Stub. This file collects the three accounts in one import graph but the substantive cross-framework theorems are deferred to a follow-up session. The bridge questions:

TODO #

  1. Pick a shared concrete scenario (e.g., 3 boys × 5 movies × saw).
  2. State tower_eq_BeckSauerland_on_scenario and BS_eq_Champollion_on_scenario as decidable equalities. Each likely needs a decide-friendly reformulation of the tower output.
  3. Identify a scenario where they diverge (dependent indefinite or per-event reading) — this is the substantive contribution.

For now the file just guarantees the three accounts compile in the same import-graph, which is the precondition for stating bridge theorems.