Documentation

Linglib.Phenomena.Generics.Studies.Krifka2013

@cite{krifka-2013}: Definitional Generics #

Manfred Krifka, "Definitional Generics", ch. 15 of Genericity (eds. Mari, Beyssade, Del Prete), Oxford University Press, 2013.

Core Claim #

IS-generics ("A madrigal is polyphonic") and BP-generics ("Madrigals are popular") correlate with two fundamentally different types of generic meaning:

The asymmetry is shown by minimal pairs (exx. 1–2):

Being popular is not a defining property of the kind madrigal, so the IS form in (2b) fails as a definitional generic; meanwhile, the syntactic structure of IS blocks existential closure (the default mechanism), leaving only universal closure which requires a rule-like interpretation.

Chapter Sections Covered #

Connection to Other Generics Studies #

An interpretation index: determines how expressions are interpreted. Different interpretations assign different extensions to predicates. E.g., different height thresholds for "tall" (Barker 2002, exx. 10–11).

  • id :
Instances For
    def Krifka2013.instDecidableEqInterp.decEq (x✝ x✝¹ : Interp) :
    Decidable (x✝ = x✝¹)
    Equations
    Instances For
      def Krifka2013.instReprInterp.repr :
      InterpStd.Format
      Equations
      • Krifka2013.instReprInterp.repr x✝ prec✝ = Std.Format.bracket "{ " (Std.Format.nil ++ Std.Format.text "id" ++ Std.Format.text " := " ++ (Std.Format.nest 6 (repr x✝.id)).group) " }"
      Instances For
        @[implicit_reducible]
        Equations

        A world index: determines what factual state of affairs obtains.

        • id :
        Instances For
          def Krifka2013.instDecidableEqWorld.decEq (x✝ x✝¹ : World) :
          Decidable (x✝ = x✝¹)
          Equations
          Instances For
            @[implicit_reducible]
            Equations
            def Krifka2013.instReprWorld.repr :
            WorldStd.Format
            Equations
            • Krifka2013.instReprWorld.repr x✝ prec✝ = Std.Format.bracket "{ " (Std.Format.nil ++ Std.Format.text "id" ++ Std.Format.text " := " ++ (Std.Format.nest 6 (repr x✝.id)).group) " }"
            Instances For
              @[reducible, inline]

              A denotation under two indices: ⟦α⟧^{i,w} in Krifka's notation.

              Equations
              Instances For

                A common ground: a set of admissible interpretations paired with a set of possible worlds (§15.3.1, p. 377).

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

                    DES (Descriptive update): restricts worlds, keeps interpretations.

                    ⟨I, W⟩ + DES(⟦Φ⟧) = ⟨I, {w∈W | ∃i∈I. ⟦Φ⟧^{i,w}}⟩

                    Descriptive assertions inform about the world. The existential reflects that we may not yet know which interpretation to settle on; we keep worlds consistent with at least one admissible reading.

                    Equations
                    Instances For

                      DEF (Definitional update): restricts interpretations, keeps worlds.

                      ⟨I, W⟩ + DEF(⟦Φ⟧) = ⟨{i∈I | ∀w∈W. ⟦Φ⟧^{i,w}}, W⟩

                      Definitional assertions restrict the language: only interpretations under which the proposition holds in ALL worlds survive. The universal reflects that definitions must hold unconditionally.

                      Equations
                      Instances For

                        DES preserves interpretations.

                        DEF preserves worlds.

                        theorem Krifka2013.des_restricts_worlds (cg : CommonGround) (φ : Denotation) (w : World) :
                        w (des cg φ).worldsw cg.worlds

                        DES restricts worlds (result is a subset).

                        theorem Krifka2013.def_restricts_interps (cg : CommonGround) (φ : Denotation) (i : Interp) :
                        i (def_ cg φ).interpsi cg.interps

                        DEF restricts interpretations (result is a subset).

                        theorem Krifka2013.def_invariant_world_measure {α : Type} (cg : CommonGround) (φ : Denotation) (f : List Worldα) :
                        f (def_ cg φ).worlds = f cg.worlds

                        Any function of worlds alone is invariant under DEF, because DEF only changes interpretations. Since threshold semantics measures world-prevalence, it cannot capture definitional generics that change truth value through DEF.

                        Since traditional GEN (a descriptive operator) reduces to threshold semantics (CovertQuantifier.reduces_to_threshold), this theorem shows definitional generics escape that reduction entirely.

                        Three interpretations of "madrigal" varying in strictness.

                        • i₁: strict — only polyphonic pieces count as madrigals
                        • i₂: medium — mostly polyphonic, some exceptions allowed
                        • i₃: loose — includes monophonic pieces as madrigals
                        Equations
                        Instances For
                          Equations
                          Instances For
                            Equations
                            Instances For

                              Three possible worlds.

                              • w₁, w₂: madrigals are generally popular
                              • w₃: madrigals are not popular
                              Equations
                              Instances For
                                Equations
                                Instances For
                                  Equations
                                  Instances For

                                    Initial common ground: all interpretations, all worlds.

                                    Equations
                                    Instances For

                                      "Madrigals are popular" — a descriptive claim (ex. 20). True in w₁ and w₂ under all interpretations, false in w₃. Depends only on the world index: popularity is a fact about the world, not about how we interpret "madrigal."

                                      Equations
                                      Instances For

                                        "Madrigals are polyphonic" — a definitional claim (ex. 21). True under i₁ and i₂ (in all worlds), false under i₃. Depends only on the interpretation index: whether madrigals are polyphonic is a matter of how "madrigal" is interpreted.

                                        Equations
                                        Instances For

                                          After DEF("Madrigals are polyphonic"), i₃ is eliminated.

                                          DES then DEF: 2 interpretations, 2 worlds.

                                          DEF then DES: same result. This holds because madrigalsPopular depends only on w and madrigalsPolyphonic depends only on i, making their filter conditions independent. In general, DES and DEF do NOT commute (each references the other index in its quantifier scope).

                                          Definitional generics cannot be reduced to prevalence thresholds because they operate on interpretations, not worlds.

                                          Types of rules that definitional generics can express. Following @cite{cohen-1999a}'s categorization as cited by Krifka §15.2.

                                          Instances For
                                            @[implicit_reducible]
                                            Equations
                                            def Krifka2013.instReprRuleType.repr :
                                            RuleTypeStd.Format
                                            Equations
                                            Instances For

                                              Data entry for generics from Krifka's chapter. The felicitous field captures acceptability judgments — critical for encoding the IS/BP asymmetry.

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

                                                            Bolinger considers (4a) "To be a tiger is to climb trees" analytic (but wrongly so), and (4b) true but not analytic. This shows IS-generics are not uniformly analytic or definitional.

                                                            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.
                                                                  Instances For
                                                                    Equations
                                                                    • One or more equations did not get rendered due to their size.
                                                                    Instances For

                                                                      "Boys don't cry" (ex. 13) can be read either descriptively or definitionally — the same sentence under two interpretive modes:

                                                                      Descriptive: the speaker assumes a shared interpretation of "boys" and communicates about the world — boys in fact don't cry.

                                                                      Definitional: the speaker proposes restricting the admissible interpretations of "boys" to those where entities falling under "boys" don't cry in situations that could lead to crying. This restricts the language, not the world.

                                                                      • sentence : String
                                                                      • descriptiveReading : String
                                                                      • definitionalReading : String
                                                                      • exNumber : String
                                                                      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

                                                                            §15.3.3, ex. (29): "A donkey has 62 chromosomes."

                                                                            The chromosome number was an empirical discovery, yet the sentence reads as definitional. Krifka explains this via Kripke (1972, 1980) and Putnam (1975): "donkey" picks out a natural kind via type specimens and the causal theory of reference. Properties that "run in the kind" at the species level (like chromosome number) become definitional properties of the word's meaning. Thus a descriptive discovery (Chiquita has 62 chromosomes, DES update) translates into a definitional property of "donkey" (DEF update, exx. 31–36).

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

                                                                              §15.3.3, ex. (37): "#An animal in this cage has 62 chromosomes."

                                                                              Deviant because "animal in this cage" does not pick out a natural kind — it's an arbitrary extensional set. Definitional generics require the subject to denote a natural kind so that properties can be understood as "running in" the kind.

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

                                                                                §15.3.4 argues that the IS→definitional tendency is NOT absolute. Examples like (44a) show IS-generics with clearly descriptive content: the methods for catching trout are not part of the definition of "trout."

                                                                                §15.4 concludes: "descriptive generalizations are typically expressed by bare plurals because they tend to rely on observing many instances; definitional statements are typically expressed with indefinite singulars because the decision whether entities fall under a concept can typically be made by looking at single individuals." But these are tendencies, not strict grammatical constraints.

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

                                                                                  §15.3.4 observes a key structural difference:

                                                                                  • IS ("a madrigal"): applies to atomic individuals. One can check whether a single piece of music is polyphonic → suited for definitions
                                                                                  • BP ("madrigals"): applies to sum individuals. Checking popularity requires observing many instances → suited for generalizations

                                                                                  This atomic/sum distinction explains WHY IS-generics tend toward definitional readings and BP-generics toward descriptive ones, even though neither correlation is absolute.

                                                                                  Instances For
                                                                                    @[implicit_reducible]
                                                                                    Equations
                                                                                    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

                                                                                        The central IS/BP asymmetry: both forms are fine for the definitional "polyphonic" predicate, but only BP is fine for the descriptive "popular" predicate.

                                                                                        All BP-generics in the data are felicitous — BPs are the unmarked form for both descriptive and definitional content.

                                                                                        Infelicitous IS-generics have no rule type — the infelicity arises when IS is used for content that cannot serve as a definition.

                                                                                        IS-generics with a rule type are all felicitous.

                                                                                        Natural-kind subjects with definitional readings are felicitous; non-natural-kind subjects (like "animal in this cage") fail even with definitional intent (ex. 37).

                                                                                        §15.3.2 observes that definitional generics have topic-comment structure where the definiendum (the term being defined) is the topic, and the definiens (the defining property) is the comment. "A madrigal is polyphonic" defines madrigal (topic), not polyphonic (comment).

                                                                                        The formal DEF rule (ex. 25) restricts interpretations of the topic expression α to those where the comment β holds for the topic's extension:

                                                                                        ⟨I, W⟩ + DEF(⟦α⟧, ⟦β⟧) = ⟨{i∈I | ∀w∈W ∀X [⟦α⟧^{i,w}(X) → ∀i'∈I ⟦β⟧^{i',w}(X)]}, W⟩

                                                                                        This formalizes the intuition that "A madrigal is polyphonic" defines madrigal rather than polyphonic: the definiendum occupies the topic position and is the expression whose interpretation gets restricted.

                                                                                        The distinction matters for examples like the Greenhorn definition (ex. 28, from Karl May's Winnetou I, 1892): a series of predicational definitional sentences successively fix the meaning of a new word.

                                                                                        Krifka's definitional generics are orthogonal to the default reasoning framework of @cite{asher-pelletier-2012}: normality orderings target descriptive generics (which worlds are normal), while Krifka's DEF targets the interpretation index. The two theories operate on different components of the common ground.

                                                                                        @cite{cohen-1999a}'s rule types (physical, moral, legal, linguistic) provide the content classification for what Krifka formalizes as interpretation restrictions. Cohen claims IS-generics EXPRESS rules; Krifka claims IS-generics are INTERPRETED as universal quantification (via UC) when the IS form blocks existential closure.

                                                                                        Both accounts predict the same felicity pattern: IS is natural for rule-like content. The difference is architectural — Cohen posits "rules" as ontological entities; Krifka derives the rule-like flavor from the interaction of IS syntax with closure mechanisms.