Stratified Reference: Distributivity → Fragment Verbs #
Connects @cite{champollion-2017}'s Stratified Reference theory
(Events/StratifiedReference.lean) to concrete verb entries and
empirical distributivity/atelicity data.
What it exercises #
SDR,SDR_univ(stratified distributive reference)VerbDistributivity(per-verb distributivity postulates)SSR,SSR_univ(stratified subinterval reference)forAdverbial_requires_ssr(for-adverbials require SSR)qua_incompatible_with_ssr(QUA + SSR → ⊥)in_adverbial_incompatible_with_ssr(in-adverbials vs SSR)sdr_mono(SDR monotonicity)
Structure #
- Distributivity profiles — per-verb agent/theme distributivity
- Distributivity data — empirical collective/distributive judgments
- Profile → data alignment — profiles predict empirical data
- VerbDistributivity postulate alignment — data matches postulates
- SSR ↔ atelicity bridge — SSR connects to for/in diagnostics
Per-verb distributivity profile: whether the verb distributes
over atomic agents and/or themes. Mirrors the postulates in
VerbDistributivity from Events/StratifiedReference.lean.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
- Phenomena.Plurals.Studies.Champollion2017.instBEqDistProfile.beq x✝¹ x✝ = false
Instances For
"see" distributes on both agent and theme. "The boys saw the movies" → each boy saw each movie.
Equations
Instances For
"kill" distributes on theme only. "The boys killed the chicken" → the chicken was killed (by the group).
Equations
Instances For
"meet" does NOT distribute on agent (inherently collective). "The boys met" does NOT entail each boy met.
Equations
Instances For
"eat" distributes on agent (each ate something). "The boys ate the pizza" → each boy ate (some) the pizza.
Equations
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
- Phenomena.Plurals.Studies.Champollion2017.instBEqDistDatum.beq x✝¹ x✝ = false
Instances For
Equations
Instances For
Equations
Instances For
Equations
Instances For
Equations
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Verify that the distributivity profiles predict the empirical data: agentSDR = true ↔ distributive reading available.
Agent SDR predicts distributive reading availability.
All data consistently shows collective reading is available.
The VerbDistributivity class from Events/StratifiedReference.lean
axiomatizes SDR for specific verbs. Verify our profiles match:
- see_agent_sdr, see_theme_sdr ↔ seeProfile = (true, true)
- kill_theme_sdr, kill_agent_not_sdr ↔ killProfile = (false, true)
- meet_agent_not_sdr ↔ meetProfile.agentSDR = false
See profile matches VerbDistributivity postulates.
Kill profile matches VerbDistributivity postulates.
Meet profile matches VerbDistributivity postulates.
Fragment verb entries have the right Vendler class for SDR alignment.
SSR (Stratified Subinterval Reference) connects to atelicity via
qua_incompatible_with_ssr and forAdverbial_requires_ssr.
QUA(P) + SSR(P)(e) + P(e) → ⊥, so telic predicates can't have SSR.
Atelic predicates (states/activities) have SSR → accept "for X".
We verify this through the Vendler classification of fragment verbs.
Per-verb SSR prediction based on Vendler class: state/activity → SSR expected (atelic); achievement/accomplishment → no SSR.
Equations
- Phenomena.Plurals.Studies.Champollion2017.predictsSSR (some Semantics.Tense.Aspect.LexicalAspect.VendlerClass.state) = true
- Phenomena.Plurals.Studies.Champollion2017.predictsSSR (some Semantics.Tense.Aspect.LexicalAspect.VendlerClass.activity) = true
- Phenomena.Plurals.Studies.Champollion2017.predictsSSR (some Semantics.Tense.Aspect.LexicalAspect.VendlerClass.achievement) = false
- Phenomena.Plurals.Studies.Champollion2017.predictsSSR (some Semantics.Tense.Aspect.LexicalAspect.VendlerClass.accomplishment) = false
- Phenomena.Plurals.Studies.Champollion2017.predictsSSR none = false
Instances For
States and activities are atelic → predict SSR → accept "for X".
Achievements and accomplishments are telic → no SSR → accept "in X".
"sleep" (state) → SSR expected.
"run" (activity) → SSR expected.
"arrive" (achievement) → no SSR.
"eat" (accomplishment) → no SSR.
"see" (state) → SSR expected.