Documentation

Linglib.Fragments.English.Determiners

English Determiners #

[Hor72] [BC81]

English-specific determiner lexicon. Each entry is marked like a Pronoun (a decidable record carrying only the morphosyntax synonyms diverge on) and typed by the standard determiner taxonomy in Syntax/Determiner/Basic.lean:

A determiner's denotation is a generalized quantifier supplied externally — the marked record carries no GQ, exactly as Pronoun carries no referent. For the six-word quantity scale the form↦GQ map is QuantityWord.gqDenotation (Semantics/Quantification); everything a meaning fixes (force, monotonicity, strength, conservativity) is a theorem about that denotation, not a stored field (see Studies/BarwiseCooper1981.lean).

The cross-paper typological labels (B&C Table II strength/monotonicity, K&S force) are kept as the textbook-consensus QuantityWord.entry : QuantityWord.Metadata metadata table (a small local record over the Quantification.Lexicon enums), consumed by GQT and exceptive studies that need the descriptive classification rather than the denotation.

Scope #

This file carries descriptive lexical data, its projection to GQ denotations, and the typological metadata table. Per-paper model parameters (GQT thresholds, prototype-theory prototypes/spreads) and theory-bridge theorems live elsewhere:

Quantificational determiners #

Marked Quantifier records: form, the selectional numberRestriction (root Number), and selectsMass. The meaning leaves these open — every and all can share a denotation yet differ in numberRestriction.

"none" — negative, accepts mass NPs.

Equations
Instances For

    "few" — proportional, plural.

    Equations
    Instances For

      "some" — existential, accepts mass NPs.

      Equations
      Instances For

        "half" — proportional, accepts mass NPs.

        Equations
        Instances For

          "most" — proportional, plural, accepts mass NPs.

          Equations
          Instances For

            "all" — universal, plural, accepts mass NPs.

            Equations
            Instances For

              "every" — universal, singular.

              Equations
              Instances For

                "each" — universal, distributive, singular.

                Equations
                Instances For

                  "many" — proportional, plural.

                  Equations
                  Instances For

                    "both" — universal dual, presupposes exactly 2. K&S (83a): [_Det each of the two] ⇒ both. Compositional denotation both_sem lives in Quantification.Quantifier.

                    numberRestriction := some .dual carries the dual core concept ([Har14a] [−atomic, +minimal]); the cardinality clause |R| ≥ 2 on the denotation side reflects the Harbour dualPredOnLattice reading ([JBG+25]).

                    Equations
                    Instances For

                      "neither" — negative dual, presupposes exactly 2. K&S (83b): [_Det (not one) of the two] ⇒ neither. Compositional denotation neither_sem lives in Quantification.Quantifier.

                      Equations
                      Instances For

                        Articles and demonstratives #

                        The definites/indefinites and demonstratives are not quantifiers: their denotation is definiteness, not a generalized quantifier.

                        "the" — definite article, syncretic over both [Sch09b] strengths.

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

                          "a" — indefinite article, singular.

                          Equations
                          Instances For

                            "an" — indefinite article, singular (phonological allomorph of a).

                            Equations
                            Instances For

                              "this" — proximal demonstrative determiner, singular.

                              Equations
                              Instances For

                                "that" — distal demonstrative determiner, singular.

                                Equations
                                Instances For

                                  "these" — proximal demonstrative determiner, plural.

                                  Equations
                                  Instances For

                                    "those" — distal demonstrative determiner, plural.

                                    Equations
                                    Instances For

                                      Numerical Determiners #

                                      [BC81] [vdPLvM+23]

                                      Parameterized by a numerical threshold n. These are the class of determiners [vdPLvM+23] show satisfy all three semantic universals (and have low MDL).

                                      Numerical determiner entry.

                                      • form : String
                                      • qforce : QForce
                                      • monotonicity : Monotonicity
                                      • threshold :

                                        The numerical threshold

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

                                            "at least n" — upward monotone in scope, conservative, quantity

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

                                              "at most n" — downward monotone in scope, conservative, quantity

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

                                                "exactly n" — non-monotone (neither UE nor DE), conservative, quantity

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

                                                  "more than n" — upward monotone, conservative, quantity

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

                                                    "fewer than n" — downward monotone, conservative, quantity

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

                                                      The Canonical Quantity Scale #

                                                      [BC81] [vTFS21]

                                                      The 6-element ⟨none, few, some, half, most, all⟩ scale used cross-paper to evaluate quantifier theories — empirical implicature studies ([vTFS21]), GQ universals ([BC81]), and polarity bridges ([VF93]).

                                                      The canonical 6-element quantity scale.

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

                                                          B&C Table II typological metadata: the textbook-consensus descriptive labels (force, monotonicity, weak/strong strength) a quantity word carries. A small local record over the Quantification.Lexicon enums — not the lexical marking (that is Quantifier, above) and not the denotation (that is QuantityWord.gqDenotation).

                                                          • qforce : QForce

                                                            Quantificational force.

                                                          • monotonicity : Monotonicity

                                                            Monotonicity (typological label).

                                                          • strength : Strength

                                                            Weak/strong (B&C Table II).

                                                          Instances For
                                                            Equations
                                                            • One or more equations did not get rendered due to their size.
                                                            Instances For
                                                              Equations
                                                              Instances For
                                                                def English.Determiners.QuantityWord.instDecidableEqMetadata.decEq (x✝ x✝¹ : Metadata) :
                                                                Decidable (x✝ = x✝¹)
                                                                Equations
                                                                • One or more equations did not get rendered due to their size.
                                                                Instances For

                                                                  B&C Table II typological metadata for each quantity word: force, monotonicity, and weak/strong strength. This is the textbook-consensus descriptive classification ([BC81] Table II, [vdPLvM+23] for half), not the denotation — the denotation is QuantityWord.gqDenotation, and the properties this table labels are theorems about it (Studies/BarwiseCooper1981.lean). Consumed by the GQT model ([vTFS21]) and the exceptive-licensing bridge ([VF93]) that want the descriptive label.

                                                                  Equations
                                                                  Instances For

                                                                    All quantity words as a list.

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

                                                                      Lexicon Access #

                                                                      All quantificational determiner entries (excluding definites).

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

                                                                        The full inventory as a heterogeneous List Determiner.Entry (the per-language form a Fragment declares).

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