Documentation

Linglib.Theories.Semantics.Dynamic.DynamicGQ.Basic

Pointwise Dynamic Generalized Quantifiers #

@cite{brasoveanu-2007} @cite{charlow-2021}

@cite{muskens-1996}/@cite{brasoveanu-2007}-style dynamic GQ operators defined over the pointwise DRS S := S → S → Prop type. These correspond to @cite{charlow-2021} §2.

The key operators:

Charlow shows that in the pointwise setting, sequencing Mvar inside vs outside CardTest yields pseudo-cumulative vs cumulative readings — and the pointwise system can only derive pseudo-cumulative.

Existential dref introduction (equation 17): introduce a new referent satisfying P into the assignment at dref v. Evar v P i j ⟺ ∃x. P(x) ∧ j = extend(i, v, x)

Equations
Instances For

    Mereological maximization (equation 18): retain only assignments where v is maximal in the output set of D. In the pointwise setting, this checks maximality of v(j) among all j reachable from i via D.

    Equations
    Instances For

      Cardinality test (equation 19): test that atomCount of v equals n. Identity on assignments (a test in the dynamic sense).

      Equations
      Instances For
        def Semantics.Dynamic.DynamicGQ.Basic.sawDRS {S : Type u_1} {E : Type u_2} (u v : Core.DynamicTy2.Dref S E) (R : EEProp) :

        Transitive verb as DRS: test that R holds between two drefs.

        Equations
        Instances For

          Composed pointwise "exactly N": E^v; M_v; n_v (equation 20).

          Equations
          • One or more equations did not get rendered due to their size.
          Instances For
            def Semantics.Dynamic.DynamicGQ.Basic.pseudoCumulative {S : Type u_1} {E : Type u_2} [Core.DynamicTy2.AssignmentStructure S E] [PartialOrder E] [Fintype E] (v u : Core.DynamicTy2.Dref S E) (boys movies : EProp) (saw' : EEProp) :

            Pseudo-cumulative formula (5): M_v scopes over the cardinality test on u. "Exactly 3 boys saw exactly 5 movies" with pseudo-cumulative reading: M_v(E^v boys; M_u(E^u movies; saw u v); 5_u); 3_v

            Equations
            • One or more equations did not get rendered due to their size.
            Instances For
              def Semantics.Dynamic.DynamicGQ.Basic.cumulative {S : Type u_1} {E : Type u_2} [Core.DynamicTy2.AssignmentStructure S E] [PartialOrder E] [Fintype E] (v u : Core.DynamicTy2.Dref S E) (boys movies : EProp) (saw' : EEProp) :

              Cumulative formula (6): cardinality tests scope outside both M operators. M_v(E^v boys; M_u(E^u movies; saw u v)); 5_u; 3_v

              Equations
              • One or more equations did not get rendered due to their size.
              Instances For