Documentation

Linglib.Phenomena.Comparison.Studies.FoxHackl2006

Fox & Hackl 2006: Degree Questions and Negative Islands #

@cite{fox-hackl-2006} @cite{heim-2001} @cite{beck-rullmann-1999} @cite{fox-2007} @cite{rullmann-1995}

Empirical data on degree questions ("how tall is Kim?"), including negative islands, modal obviation, and comparative subdeletion.

@cite{fox-hackl-2006}'s Universal Density of Measurement predicts that degree questions fail under negation because the maximality presupposition of "how" is undefined over dense scales with downward-monotone predicates.

Bridge to @cite{heim-2001} #

The negative-island mechanism is the same as Heim's §2.1 high-DegP-over- negation argument: both invoke the failure of IsGreatest (Ioi (μ a)) on an unbounded scale. We discharge the negative-island prediction by appeal to Heim2001.negation_high_DegP_undefined (chronological dependency: 2006 imports 2001).

Key Empirical Patterns #

  1. Negative islands: "*How tall isn't Kim?" is unacceptable (@cite{fox-hackl-2006}: density of measurement blocks maximality).
  2. Modal obviation: "How tall is Kim required to be?" is acceptable (universal modal rescues maximality).
  3. Existential modal fails: "*How tall is Kim allowed to be?" remains unacceptable (existential modal doesn't help).

A degree question acceptability datum.

  • sentence : String
  • acceptable : Bool
  • mechanism : String

    What blocks or rescues the question?

  • note : 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

        @cite{fox-hackl-2006} negative island data.

        Equations
        • One or more equations did not get rendered due to their size.
        Instances For
          theorem FoxHackl2006.negativeIsland_via_no_max {Entity : Type u_1} {D : Type u_2} [LinearOrder D] [NoMaxOrder D] (μ : EntityD) (a : Entity) :
          ¬∃ (m : D), IsGreatest {d : D | Semantics.Degree.Abstraction.negatedDegreePredicate μ a d} m

          Bridge to @cite{heim-2001} §2.1. The maximality-failure mechanism behind the negative-island data is the same as Heim's high-DegP-over- negation argument: on any NoMaxOrder scale, the negated degree predicate {d | ¬ μ(a) ≥ d} has no greatest element, so the maximality presupposition of how (which Fox & Hackl tie to Universal Density of Measurement) cannot be satisfied. Re-export of Heim2001.negation_high_DegP_undefined.

          @cite{fox-hackl-2006} modal obviation data.

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