Documentation

Linglib.Comparisons.GenericModality

Generic Quantification as Modal Necessity #

@cite{krifka-etal-1995} @cite{cohen-2013} @cite{asher-pelletier-2013}

This module makes explicit the structural parallel between the GEN operator and Kratzer's modal necessity.

The Parallel #

GENModal necessity (Kratzer)
Domain: situationsDomain: possible worlds
Restriction: normal ∧ kindRestriction: modal base f(w)
Scope: predicated propertyScope: prejacent proposition p
Hidden: normalcy predicateHidden: ordering source g(w)
Force: quasi-universal (∀)Force: necessity (∀ over best)

Both are restricted universal quantifiers over a contextually determined domain. The normalcy predicate in GEN plays the same structural role as the ordering source in Kratzer's semantics: it selects the "best" or "most normal" elements from the accessible domain.

Cohen's Argument (@cite{cohen-2013}) #

Ariel Cohen (ch. 13 of the Genericity book) argues that GEN is not a phonologically null version of an overt quantifier — it is introduced by the hearer through reinterpretation. This connects to the modal analysis: the "generic quantifier" is not a syntactic object but an interpretive strategy that has the structure of modal quantification.

Asher & Pelletier (@cite{asher-pelletier-2013}) #

Asher & Pelletier (ch. 12) analyze generics as modal quantification over circumstances, with the restrictor providing the modal base and normalcy providing the ordering source.

GEN and modal necessity share the same logical form: ∀x ∈ BEST(domain, ordering). scope(x)

This structure captures the parallel at the type level.

  • domain : List D

    The domain of quantification

  • restriction : DBool

    The restriction (selects relevant elements)

  • scope : DBool

    The scope (what must hold of restricted elements)

Instances For

    Evaluate a restricted universal: ∀d ∈ domain. restriction(d) → scope(d)

    Equations
    Instances For

      Modal necessity as a restricted universal over worlds. With empty ordering source, this is simple necessity over accessible worlds.

      Equations
      Instances For

        Modal necessity matches the restricted universal. (With the trivial restriction, the RU reduces to ∀w ∈ accessible. p(w).)

        The normalcy predicate in GEN plays the same role as the ordering source in Kratzer semantics. Both filter the domain down to "best" elements.

        This is a structural observation, not a definitional identity: GEN uses a binary normal/abnormal distinction while Kratzer uses a preorder. The binary case is the degenerate case where the ordering has exactly two equivalence classes.

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

            Summary of the structural correspondence between generic and modal theories.

            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