Documentation

Linglib.Phenomena.Gradability.Studies.AlexandropoulouGotzner2024JoS

@cite{alexandropoulou-gotzner-2024-jos} — The Interpretation of Relative and Absolute Adjectives Under Negation #

@cite{alexandropoulou-gotzner-2024-jos}

In: Journal of Semantics 41(3), pp. 373–399.

Thesis #

@cite{alexandropoulou-gotzner-2024-jos} (JoS) tests the @cite{horn-1989} R- implicature account vs. @cite{krifka-2007b}'s complexity-based account of negative strengthening across three distinct cases of negated antonymic adjectives:

  1. Weak relative (e.g. not large vs. not small): both Horn and Krifka predict negative strengthening — asymmetric interpretation.
  2. Weak absolute (e.g. not clean vs. not dirty): both predict symmetric interpretation, since contradictory antonyms partition the scale exhaustively (no gap for an implicature to exploit).
  3. Strong gradable (e.g. not gigantic vs. not tiny, not pristine vs. not filthy): Horn predicts asymmetric strengthening (since strong adjectives are contrary, with a gap). The JoS experimental findings on strong adjectives are presented as prima facie challenges to Horn's account, while not endorsing any specific alternative. Per JoS footnote 2, Krifka's account is explicitly restricted to informationally weak adjectives and does not commit to a prediction for the strong case.

Companion paper #

The Glossa companion @cite{alexandropoulou-gotzner-2024} formalised in AlexandropoulouGotzner2024.lean extends this work by isolating the role of overt contextual competition in surfacing the asymmetric pattern. The Glossa paper builds on the JoS findings as established results.

Substrate consumed #

What this file makes Lean-checkable #

What this file does not formalise #

The full Horn 1989 R-implicature derivation, the full Krifka 2007 complexity calculus, the experimental rating distributions, the participant population metadata, or the statistical analysis. The prediction signatures are simple total functions encoding the qualitative direction each theory predicts; the strength of the falsification claim rides on whether those direction encodings match the prose of each cited paper, not on a Lean-internal derivation of the predictions from first principles.

The JoS paper's three distinct cases of negated antonymic adjectives.

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

      Asymmetry (asymmetric/symmetric direction enum), predictionForAntonymy (NegationType → Asymmetry skeleton), and predictionForEntry (GradableAdjEntry → Asymmetry projection) are now substrate, in Features/Antonymy.lean and Theories/Semantics/Gradability/AntonymPrediction.lean respectively. The substrate-anchor theorems Semantics.Gradability.contradictoryDenot_synonymy and Semantics.Gradability.strengthenedDenot_breaks_synonymy make the .contrary → .asymmetric / .contradictory → .symmetric mapping Lean-checkable from the canonical denotations.

      Each AGCase is represented by a canonical Fragment lexical entry. The prediction signatures below derive their per-case answers by reading antonymRelation off this representative — the Fragment is the single source of truth, not a parallel hardcoded enum in this file.

      Equations
      Instances For

        Horn 1989's R-implicature account predicts asymmetric interpretation whenever an extension gap is available between the contrary antonyms, and symmetric interpretation when the antonyms are contradictory. The per-case answer is derived by reading off the representative Fragment entry's antonymRelation via predictionForEntry. Total over all three cases (Horn extends to strong adjectives).

        Equations
        Instances For

          Krifka 2007's complexity-based account predicts via the same antonymy skeleton as Horn for the weak cases — derived from the Fragment via predictionForEntry — but is silent on the strong-gradable case (per JoS footnote 2: Krifka focuses on informationally weak adjectives only and does not extend his account explicitly to strong gradable adjectives). The strong-case none is the paper-faithful encoding of that scope restriction.

          Equations
          Instances For

            The JoS paper's reported experimental findings, abstracting from response-distribution detail to the qualitative asymmetry direction. The strong-gradable cell encodes the paper's headline negative result: the observed pattern does NOT match Horn's predicted asymmetric behavior.

            Equations
            Instances For

              The JoS paper's headline negative result: Horn 1989's account predicts asymmetric interpretation for negated strong gradable adjectives, but the empirical observations are not asymmetric in the predicted way.

              Theorem-as-stated form (mathlib idiom: name describes the proved proposition): hornPrediction .strongGradableagObserved .strongGradable. Reading: the JoS paper's "prima facie present challenges for Horn's (1989) analysis" claim about strong antonymic adjectives.

              Horn and the JoS observations agree on the weak relative and weak absolute cases. The disagreement is localised to the strong-gradable cell.

              Krifka's account is silent on the strong-gradable case (per JoS fn 2). There is therefore no Krifka prediction to falsify on this cell — the silence itself is the position the paper attributes to Krifka.

              On the cells where Krifka does commit, his prediction matches Horn's (and matches the JoS observations). The two theories diverge only in whether they extend to the strong case, not in what they predict on the cells where they both speak.

              Both A&G and Krifka 2007 use the same ThresholdPair substrate for the effective (post-strengthening) semantics of negated contrary antonyms. A&G commit to this two-threshold structure as a lexical fact; Krifka derives it pragmatically from a contradictory base via the M-principle.

              The two views are empirically indistinguishable at the level of their
              composed output: A&G's `antonymMeaning d tp.pos` (the literal denotation
              of "not positive" projected through the positive threshold) **is**
              `AntonymForm.strengthenedDenot tp .notPositive d` definitionally.
              
              The `Iff.rfl` proofs below are **intentional** and load-bearing: their
              fragility under substrate change *is* the point. If `contradictoryNeg`
              ever stops being a `def`-equal alias for `antonymMeaning` (e.g. through
              a regression of the Bool→Prop substrate evolution in
              `Theories/Semantics/Gradability/Theory.lean`), these theorems will
              break loudly — surfacing the substrate drift at the cross-paper bridge
              rather than letting it propagate silently. 
              

              The bridge theorem. A&G's lexical "not positive" semantics coincides with the output of Krifka 2007's pragmatic strengthening procedure on the notPositive form. Both sides reduce to d ≤ tp.pos definitionally after the substrate's def-to-abbrev migration on Theory.lean::contradictoryNeg.