Documentation

Linglib.Phenomena.Plurals.Studies.Champollion2017

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 #

Structure #

  1. Distributivity profiles — per-verb agent/theme distributivity
  2. Distributivity data — empirical collective/distributive judgments
  3. Profile → data alignment — profiles predict empirical data
  4. VerbDistributivity postulate alignment — data matches postulates
  5. 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
        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

                    Empirical collective/distributive ambiguity judgments.

                    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
                          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.

                                      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

                                      Meet profile matches VerbDistributivity postulates.

                                      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.