Documentation

Linglib.Phenomena.Comparison.Studies.Wellwood2015

@cite{wellwood-2015}: On the Semantics of Comparison Across Categories #

@cite{wellwood-2015}

Data, compositional derivation, and verification theorems from @cite{wellwood-2015}. All comparative sentences — nominal, verbal, and adjectival — share a uniform DegP pipeline in which much introduces a monotonic measure function μ. The cross-categorial parallel (mass/atelic/GA vs count/telic/non-GA) follows from mereological status, and dimensional restriction (§3.4) follows from whether the measured domain is linearly ordered.

Data Sources #

Compositional Derivation (§2.3, §3.2) #

The comparative is derived compositionally via the DegP:

  1. ⟦much_μ⟧^A = A(μ) — introduces the measure function from the variable assignment (eq. 37)
  2. ⟦-er⟧ — introduces strict comparison (>) against a standard
  3. ⟦Deg'⟧ = ⟦much_μ + -er⟧ = λd.λα. μ(α) > d (eq. 37.i, 45.i)
  4. ⟦ABS⟧ = λg.λd.λα. g(α) ≥ d — links degrees to predicates in the than-clause (eq. 38.ii)
  5. ⟦than⟧ = λD. max(D) — selects maximal degree (eq. 38.i)
  6. Predicate Modification conjoins DegP with the base predicate
  7. Existential closure over the matrix eventuality

The result for all three domains (eqs. 42, 48, 65):

∃α. role(a, α) ∧ P(α) ∧ μ(extract(α)) >
    max{d | ∃α'. role(b, α') ∧ P(α') ∧ μ(extract(α')) ≥ d}

Under unique-event assumptions, this reduces to μ(extract(α_a)) > μ(extract(α_b)), bridging to comparativeSem (@cite{schwarzschild-2008}) and statesComparativeSem (@cite{cariani-santorio-wellwood-2024}).

Lexical categories relevant to the cross-categorial analysis.

Instances For
    @[implicit_reducible]
    Equations
    def Wellwood2015.instReprLexCat.repr :
    LexCatStd.Format
    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      @[implicit_reducible]
      Equations

      Observed felicity of much/more with different lexical categories.

      Mass nouns and atelic VPs are felicitous with much and allow multiple measurement dimensions. Count nouns and telic VPs are anomalous. GAs are felicitous but lexically fix a single dimension. Non-GAs are anomalous (not comparable).

      Examples from the paper:

      • "Al bought more coffee than Bill did." ✓ (VOLUME or WEIGHT)
      • "? Al has more idea than Bill does." ✗
      • "Al ran more than Bill did." ✓ (DURATION or DISTANCE)
      • "? Al graduated high school more than Bill did." ✗
      • "Al's coffee is hotter than Bill's." ✓ (TEMPERATURE)
      • "? This table is more wooden than that one." ✗
      • category : LexCat
      • felicitousWithMuch : Bool
      • multipleDimensions : Bool
      Instances For
        def Wellwood2015.instDecidableEqMuchFelicityDatum.decEq (x✝ x✝¹ : MuchFelicityDatum) :
        Decidable (x✝ = x✝¹)
        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
            Instances For
              Equations
              Instances For
                Equations
                Instances For
                  Equations
                  Instances For
                    Equations
                    Instances For
                      Equations
                      Instances For

                        Number morphology and telicity shifts affect available dimensions (§5).

                        (104) a. "Al found more rock than Bill did." (WEIGHT, VOLUME, *NUMBER) b. "Al found more rocks than Bill did." (*WEIGHT, *VOLUME, NUMBER)

                        (105) a. "Al ran in the park more than Bill did." (DIST, DUR, NUMBER) b. "Al ran to the park more than Bill did." (*DIST, *DUR, NUMBER)

                        Shifting from mass → count (plural morpheme) or atelic → telic restricts measurement to NUMBER, blocking extensive dimensions.

                        • baseForm : String
                        • shiftedForm : String
                        • baseExtensive : Bool
                        • shiftedExtensive : Bool
                        Instances For
                          Equations
                          • One or more equations did not get rendered due to their size.
                          Instances For

                            Ex. 104: mass → count via plural morpheme.

                            Equations
                            • Wellwood2015.rockShift = { baseForm := "more rock", shiftedForm := "more rocks", baseExtensive := true, shiftedExtensive := false }
                            Instances For

                              Ex. 105: atelic → telic via directional PP.

                              Equations
                              • Wellwood2015.runShift = { baseForm := "ran in the park more", shiftedForm := "ran to the park more", baseExtensive := true, shiftedExtensive := false }
                              Instances For

                                What is actually measured in a comparative — the ontological domain whose mereological structure determines available dimensions.

                                The key §3.4 insight: dimension type (intensive vs extensive) tracks the measured domain, not lexical category.

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

                                    Dimension reversal: the same syntactic category can measure different ontological domains, and the available dimensions follow from the measured domain, not from the syntactic category.

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

                                        (82a): GA measuring states → intensive.

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

                                          (82b): GA measuring states → intensive.

                                          Equations
                                          Instances For

                                            (83a): Mass noun measuring entities → extensive.

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

                                              (83b): Mass noun measuring entities → extensive.

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

                                                (84a): Reversal — GA but extensive, because measured domain is entity.

                                                Equations
                                                Instances For

                                                  (84b): Reversal — GA but extensive, because measured domain is entity.

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

                                                    (85a): Reversal — noun but intensive, because measured domain is state.

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

                                                      (85b): Reversal — noun but intensive, because measured domain is state.

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

                                                        (89a): Reversal — verb but intensive, because measured domain is state.

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

                                                          (87a): Atelic VP measuring events → extensive.

                                                          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

                                                              States support predicate modification via conjunction (§3.5).

                                                              "happy in the morning" = ∃s. happy(s) ∧ Holder(x, s) ∧ in-the-morning(s)

                                                              • adjective : String
                                                              • modifier : String
                                                              • form : String
                                                              Instances For
                                                                Equations
                                                                • One or more equations did not get rendered due to their size.
                                                                Instances For
                                                                  Equations
                                                                  Instances For
                                                                    Equations
                                                                    Instances For
                                                                      def Wellwood2015.Deg' {α : Type u_1} (μ : α) (d : ) (a : α) :

                                                                      Deg' = much_μ + -er: the comparative degree head.

                                                                      ⟦Deg'⟧^A = λd.λα. A(μ)(α) > d

                                                                      much_μ introduces the measure function A(μ) from the variable assignment (⟦much_μ⟧^A = A(μ), eq. 37); -er introduces the strict comparison (>). Their combination is the semantic core shared by all comparatives: a degree-parameterized predicate that holds of α iff its measure exceeds d.

                                                                      Note: the denotation of much_μ is simply A(μ) — a variable assignment lookup — not a predicate. The monotonicity condition (that A(μ) be StrictMono on a part-whole ordering) is a felicity condition on the assignment, not part of the denotation.

                                                                      (§2.1 eq. 37.i, §2.2 eq. 45.i)

                                                                      Equations
                                                                      Instances For
                                                                        def Wellwood2015.ABS {α : Type u_1} (μ : α) (d : ) (a : α) :

                                                                        ABS: type-shifter linking degrees to eventuality predicates.

                                                                        ⟦ABS⟧^A = λg.λd.λα. g(α) ≥ d

                                                                        Used in the than-clause to create a set of degrees from a measure function. The weak inequality (≥) in ABS contrasts with the strict inequality (>) in Deg': the matrix uses >, the standard uses ≥, following @cite{von-stechow-1984}.

                                                                        (§2.1 eq. 38.ii)

                                                                        Equations
                                                                        Instances For
                                                                          def Wellwood2015.IsMaxDeg (S : Set ) (δ : ) :

                                                                          ⟦than⟧ = λD. max(D): a degree δ is the maximum of a degree set iff it belongs to the set and no element exceeds it.

                                                                          (§2.1 eq. 38.i; @cite{von-stechow-1984}, @cite{heim-2001})

                                                                          Equations
                                                                          Instances For

                                                                            Nominal comparative derivation (§2.1, eqs. 36–42) #

                                                                            "Al drank more coffee than Bill did"
                                                                            
                                                                            Bottom-up composition (eq. 37):
                                                                            
                                                                            1. ⟦Deg'⟧^A = λd.λα. A(μ)(α) > d                     (eq. 37.i: IE, FA)
                                                                            2. ⟦DegP⟧^A = λα. A(μ)(α) > δ                         (eq. 37.ii: FA with δ)
                                                                            3. ⟦NP⟧^A = λy. coffee(y) ∧ A(μ)(y) > δ               (eq. 37.iii: PM)
                                                                            4. ⟦eP⟧^A = εy[coffee(y) ∧ A(μ)(y) > δ]               (eq. 37.iv: ε)
                                                                            5. ⟦VP⟧^A = λe. drink(e)(εy[...])                      (eq. 37.v: FA)
                                                                            6. ⟦vP⟧^A = λx.λe. Agent(e)(x) ∧ VP(e)                (eq. 37.vi: EI)
                                                                            7. ⟦S⟧^A = λe. Agent(e)(a) ∧ VP(e)                     (eq. 37.vii: FA)
                                                                            8. = ⊤ iff ∃e[Agent(e)(a) ∧ ...]                       (eq. 37.viii: ∃-closure)
                                                                            
                                                                            Than-clause (eqs. 39–41):
                                                                            δ = max(λd.∃e[Agent(e)(b) ∧ drink(e)(εy[coffee(y) ∧ A(μ)(y) ≥ d])])
                                                                            
                                                                            Full truth conditions (eq. 42):
                                                                            ∃e[Agent(e)(a) ∧ drink(e)(εx[coffee(x) ∧ A(μ)(x) >
                                                                              max(λd.∃e'[Agent(e')(b) ∧ drink(e')(εy[coffee(y) ∧ A(μ)(y) ≥ d])])])]
                                                                            
                                                                            Abstracting away ε, with `themeOf` extracting the measured entity:
                                                                            ∃ea. Agent(a, ea) ∧ P(ea) ∧ μ(theme(ea)) >
                                                                              max{d | ∃eb. Agent(b, eb) ∧ P(eb) ∧ μ(theme(eb)) ≥ d}
                                                                            

                                                                            Verbal comparative derivation (§2.2, eqs. 43–48) #

                                                                            "Al ran more than Bill did"
                                                                            
                                                                            1. ⟦Deg'⟧^A = λd.λα. A(μ)(α) > d                     (eq. 45.i)
                                                                            2. ⟦DegP⟧^A = λα. A(μ)(α) > δ                         (eq. 45.ii)
                                                                            3. ⟦VP⟧^A = λe. run(e) ∧ A(μ)(e) > δ                  (eq. 45.iii: PM)
                                                                            4. ⟦vP⟧^A = λx.λe. Agent(e)(x) ∧ run(e) ∧ A(μ)(e) > δ (eq. 45.iv: EI)
                                                                            5. ⟦S⟧^A = λe. Agent(e)(a) ∧ run(e) ∧ A(μ)(e) > δ     (eq. 45.v: FA)
                                                                            6. = ⊤ iff ∃e[Agent(e)(a) ∧ run(e) ∧ A(μ)(e) > δ]     (eq. 45.vi: ∃-closure)
                                                                            
                                                                            Than-clause (eq. 47):
                                                                            δ = max(λd.∃e[Agent(e)(b) ∧ run(e) ∧ A(μ)(e) ≥ d])
                                                                            
                                                                            Full truth conditions (eq. 48):
                                                                            ∃e'[Agent(e')(a) ∧ run(e') ∧ A(μ)(e') >
                                                                              max(λd.∃e[Agent(e)(b) ∧ run(e) ∧ A(μ)(e) ≥ d])]
                                                                            

                                                                            Adjectival comparative derivation (§3.2, eqs. 58–65) #

                                                                            "Al's coffee is hotter than Bill's"
                                                                            
                                                                            1. ⟦hot⟧ = λs.hot(s)                                   (eq. 58)
                                                                            2. ⟦much_μ hot⟧^A = λd.λs. hot(s) ∧ A(μ)(s) ≥ d       (eq. 60)
                                                                            3. After -er: λd.λs. hot(s) ∧ A(μ)(s) > d              (eq. 61)
                                                                            4. ⟦DegP⟧ = λs. hot(s) ∧ A(μ)(s) > δ                  (eq. 62)
                                                                            5. ∃s[Holder(s)(a) ∧ hot(s) ∧ A(μ)(s) > δ]             (eq. 65)
                                                                            
                                                                            Tree (97) — adjectival with modifiers via PM:
                                                                            ⟦more patient with Mary on the playground⟧ =
                                                                              λs. A(μ)(s) > δ ∧ patient(s) ∧ with(s)(m) ∧ on(s)(p)
                                                                            
                                                                            def Wellwood2015.thanDegreesHetero {Ent : Type u_1} {α : Type u_2} {Measured : Type u_3} (role : EntαProp) (Pthan : αProp) (extract : αMeasured) (μ : Measured) (b : Ent) :
                                                                            Set

                                                                            Heterogeneous than-clause degree set, allowing distinct matrix and than-clause predicates: degrees d such that some b-eventuality satisfying Pthan has a measured value at least d.

                                                                            Used by intensity comparatives (Phenomena/Attitudes/Studies/Pasternak2019.lean) where the matrix and than-clause have different themes, e.g., Ann hates Bill more than Matt hates Jeff — both sides use the hate predicate but conjoined with different theme-roles.

                                                                            Equations
                                                                            Instances For
                                                                              def Wellwood2015.comparativeTruthHetero {Ent : Type u_1} {α : Type u_2} {Measured : Type u_3} (role : EntαProp) (Pmatrix Pthan : αProp) (extract : αMeasured) (μ : Measured) (a b : Ent) :

                                                                              The paper's compositional comparative truth condition, generalized to allow distinct matrix and than-clause predicates (Pmatrix, Pthan). The original homogeneous form (eqs. 42, 48, 65 of @cite{wellwood-2015} where matrix and than-clause use the same P) is the special case where Pmatrix = Pthan; see comparativeTruth below.

                                                                              The heterogeneous form is needed for intensity comparatives (@cite{pasternak-2019} (53)) where matrix and than-clause have different themes, e.g., Ann hates Bill more than Matt hates Jeff.

                                                                              Equations
                                                                              • One or more equations did not get rendered due to their size.
                                                                              Instances For
                                                                                def Wellwood2015.comparativeTruth {Ent : Type u_1} {α : Type u_2} {Measured : Type u_3} (role : EntαProp) (P : αProp) (extract : αMeasured) (μ : Measured) (a b : Ent) :

                                                                                The original (homogeneous) comparative truth condition: matrix and than-clause use the same predicate. One-line specialization of the heterogeneous form. Existing consumers (nominalComparative, verbalComparative, adjectivalComparative) and downstream proof scripts unchanged.

                                                                                "a V-s more P than b does" is true iff there exists an a-eventuality ea satisfying P, and a degree δ that is the max of the than-clause degree set, such that μ(extract(ea)) > δ.

                                                                                Compositional derivation (eqs. 42, 48, 65 of @cite{wellwood-2015}): (1) much_μ introduces the measure function A(μ) (2) -er introduces strict comparison (>) against the standard δ (3) The than-clause provides δ = max{d | ∃eb. role(b,eb) ∧ P(eb) ∧ μ(extract(eb)) ≥ d} (4) Predicate Modification conjoins the degree condition with the base predicate (5) Existential closure over the matrix eventuality

                                                                                The three Wellwood-2015 domains differ only in the thematic role, extraction function, and measured ontological sort:

                                                                                DomainroleextractMeasuredExample
                                                                                NominalAgentthemeOfEntity"more coffee than"
                                                                                VerbalAgentidEvent"ran more than"
                                                                                AdjectivalHolderidState"hotter than"
                                                                                Equations
                                                                                Instances For
                                                                                  def Wellwood2015.thanDegrees {Ent : Type u_1} {α : Type u_2} {Measured : Type u_3} (role : EntαProp) (P : αProp) (extract : αMeasured) (μ : Measured) (b : Ent) :
                                                                                  Set

                                                                                  The original thanDegrees is the homogeneous specialization of thanDegreesHetero.

                                                                                  Equations
                                                                                  Instances For
                                                                                    def Wellwood2015.nominalComparative {Entity : Type u_1} {Time : Type u_2} [LinearOrder Time] (frame : Semantics.ArgumentStructure.ThematicFrame Entity Time) (P : Semantics.Events.EvPred Time) (themeOf : Semantics.Events.Event TimeEntity) (μ : Entity) (a b : Entity) :

                                                                                    Nominal comparative (§2.1, eq. 42): "Al bought more coffee than Bill did."

                                                                                    Measured domain: entities (via themeOf). Role: Agent. Extract: themeOf (the consumed/affected entity).

                                                                                    Equations
                                                                                    Instances For
                                                                                      def Wellwood2015.verbalComparative {Entity : Type u_1} {Time : Type u_2} [LinearOrder Time] (frame : Semantics.ArgumentStructure.ThematicFrame Entity Time) (P : Semantics.Events.EvPred Time) (μ : Semantics.Events.Event Time) (a b : Entity) :

                                                                                      Verbal comparative (§2.2, eq. 48): "Al ran more than Bill did."

                                                                                      Measured domain: events directly (extract = id). Role: Agent.

                                                                                      Equations
                                                                                      Instances For
                                                                                        def Wellwood2015.adjectivalComparative {Entity : Type u_1} {Time : Type u_2} [LinearOrder Time] (frame : Semantics.ArgumentStructure.ThematicFrame Entity Time) (P : Semantics.Events.EvPred Time) (μ : Semantics.Events.Event Time) (a b : Entity) :

                                                                                        Adjectival comparative (§3.2, eq. 65): "This coffee is hotter than that coffee."

                                                                                        Measured domain: states directly (extract = id). Role: Holder.

                                                                                        Equations
                                                                                        Instances For
                                                                                          theorem Wellwood2015.comparativeTruthHetero_max {Ent : Type u_1} {α : Type u_2} {Measured : Type u_3} {role : EntαProp} {Pmatrix Pthan : αProp} {extract : αMeasured} {μ : Measured} {a b : Ent} {ea eb : α} (ha : role a ea Pmatrix ea) (ha_unique : ∀ (e : α), role a ePmatrix ee = ea) (hb : role b eb Pthan eb) (hb_unique : ∀ (e : α), role b ePthan ee = eb) :
                                                                                          comparativeTruthHetero role Pmatrix Pthan extract μ a b μ (extract eb) < μ (extract ea)

                                                                                          Heterogeneous-predicate maximality reduction. Under unique-witness assumptions on both matrix (Pmatrix) and than-clause (Pthan), the comparative reduces to direct measure comparison. The original homogeneous comparativeTruth_max is the special case Pmatrix = Pthan.

                                                                                          theorem Wellwood2015.comparativeTruth_max {Ent : Type u_1} {α : Type u_2} {Measured : Type u_3} {role : EntαProp} {P : αProp} {extract : αMeasured} {μ : Measured} {a b : Ent} {ea eb : α} (ha : role a ea P ea) (ha_unique : ∀ (e : α), role a eP ee = ea) (hb : role b eb P eb) (hb_unique : ∀ (e : α), role b eP ee = eb) :
                                                                                          comparativeTruth role P extract μ a b μ (extract eb) < μ (extract ea)

                                                                                          Original maximality reduction (homogeneous case): one-line specialization of comparativeTruthHetero_max.

                                                                                          When b has a unique P-eventuality eb, the than-clause degree set {d | μ(extract(eb)) ≥ d} has max = μ(extract(eb)), so the comparative becomes μ(extract(ea)) > μ(extract(eb)).

                                                                                          theorem Wellwood2015.adjectival_max_reduces {Entity : Type u_1} {Time : Type u_2} [LinearOrder Time] {frame : Semantics.ArgumentStructure.ThematicFrame Entity Time} {P : Semantics.Events.EvPred Time} {μ : Semantics.Events.Event Time} {a b : Entity} {sa sb : Semantics.Events.Event Time} (ha : frame.holder a sa P sa) (ha_unique : ∀ (s : Semantics.Events.Event Time), frame.holder a sP ss = sa) (hb : frame.holder b sb P sb) (hb_unique : ∀ (s : Semantics.Events.Event Time), frame.holder b sP ss = sb) :
                                                                                          adjectivalComparative frame P μ a b μ sb < μ sa

                                                                                          Adjectival comparative under maximality reduces to μ(sb) < μ(sa).

                                                                                          theorem Wellwood2015.statesComparativeSem_is_lt {S : Type u_1} {D : Type u_2} [Preorder S] [Preorder D] (μ : SD) (sa sb : S) :

                                                                                          CSW's statesComparativeSem is definitionally μ sb < μ sa.

                                                                                          theorem Wellwood2015.max_eq_comparativeSem {Entity : Type u_1} {Time : Type u_2} {Measured : Type u_3} [LinearOrder Time] {role : EntitySemantics.Events.Event TimeProp} {P : Semantics.Events.EvPred Time} {extract : Semantics.Events.Event TimeMeasured} {μ : Measured} {a b : Entity} {ea eb : Semantics.Events.Event Time} (ha : role a ea P ea) (ha_unique : ∀ (e : Semantics.Events.Event Time), role a eP ee = ea) (hb : role b eb P eb) (hb_unique : ∀ (e : Semantics.Events.Event Time), role b eP ee = eb) :

                                                                                          All comparative domains under maximality = comparativeSem (Rett/Schwarzschild) on measured values.

                                                                                          State domains are dimensionally restricted when linearly ordered.

                                                                                          theorem Wellwood2015.not_restricted_of_disagreement {α : Type u_1} [Preorder α] {μ₁ μ₂ : α} (hμ₁ : StrictMono μ₁) (hμ₂ : StrictMono μ₂) {a b : α} (h₁ : μ₁ a < μ₁ b) (h₂ : ¬μ₂ a < μ₂ b) :

                                                                                          If two admissible measures disagree on some pair, the domain is NOT dimensionally restricted.

                                                                                          §6.3: very distribution tracks overt vs covert much.

                                                                                          • GAs: much is covert → very combines directly ("very hot", *"very much hot")
                                                                                          • N/V: much must be overt → very requires overt much ("very much coffee", *"very coffee")
                                                                                          • category : LexCat
                                                                                          • requiresOvertMuch : Bool
                                                                                          • felicitousExample : String
                                                                                          • infelicitousExample : String
                                                                                          Instances For
                                                                                            Equations
                                                                                            • One or more equations did not get rendered due to their size.
                                                                                            Instances For
                                                                                              Equations
                                                                                              Instances For
                                                                                                Equations
                                                                                                Instances For
                                                                                                  Equations
                                                                                                  Instances For

                                                                                                    The very distribution follows from whether much is overt or covert: GAs have covert much, so very combines directly (eq. 118). N/V require overt much, so very must co-occur with much (eq. 117).

                                                                                                    very without overt much correlates with CUM (felicitous with much): GAs are CUM and don't require overt much; N/V are CUM but require it. The asymmetry: GAs have covert much, N/V need overt much.

                                                                                                    Connection to @cite{krifka-1998}'s CUM/QUA propagation #

                                                                                                    @cite{wellwood-2015}'s cross-categorial parallel — mass nouns pattern with atelic VPs, count nouns with telic VPs — is explained by @cite{krifka-1998}'s telicity-through-quantization theory. Krifka shows that the VP inherits its mereological status from the NP via the incremental theme role:

                                                                                                    Wellwood's claim that much-felicity tracks mereological status then follows compositionally: an atelic VP is felicitous with much because it inherits CUM from its mass-noun object; a telic VP is infelicitous because it inherits QUA from its quantized object.

                                                                                                    The bridge theorems below connect Krifka's formal CUM/QUA predicates (on VP denotations) to Wellwood's MereologicalStatus classification and statusPredictsFelicitous.

                                                                                                    theorem Wellwood2015.cum_vp_measurable {α : Type u_1} {β : Type u_2} [SemilatticeSup α] [SemilatticeSup β] (θ : αβProp) [Semantics.ArgumentStructure.IsCumThetaVerb θ] {OBJ : αProp} (hObj : Mereology.CUM OBJ) :

                                                                                                    CUM(VP) → VP is measurable by much (cumulative status).

                                                                                                    If @cite{krifka-1998}'s CUM propagation gives us CUM(VP θ OBJ), the VP's mereological status is .cumulative, predicting felicity with much and availability of multiple measurement dimensions (DURATION, DISTANCE, etc.).

                                                                                                    theorem Wellwood2015.qua_vp_not_measurable {α : Type u_1} {β : Type u_2} [SemilatticeSup α] [SemilatticeSup β] (θ : αβProp) [Semantics.Aspect.Incremental.IsSincVerb θ] {OBJ : αProp} (hQua : Mereology.QUA OBJ) :

                                                                                                    QUA(VP) → VP is NOT measurable by much (quantized status).

                                                                                                    If @cite{krifka-1998}'s QUA propagation gives us QUA(VP θ OBJ), the VP's mereological status is .quantized, predicting infelicity with much. Only NUMBER remains as a measurement dimension.

                                                                                                    theorem Wellwood2015.grammar_shifts_via_krifka {α : Type u_1} {β : Type u_2} [SemilatticeSup α] [SemilatticeSup β] (θ : αβProp) [Semantics.Aspect.Incremental.IsSincVerb θ] {OBJ_cum OBJ_qua : αProp} (hCumObj : Mereology.CUM OBJ_cum) (hQuaObj : Mereology.QUA OBJ_qua) :

                                                                                                    Grammar shifts measurement (§5): telicization of a CUM VP yields a QUA VP.

                                                                                                    @cite{wellwood-2015} ex. 105: "ran in the park more" (atelic, CUM, extensive dimensions) vs "ran to the park more" (telic, QUA, NUMBER only).

                                                                                                    @cite{krifka-1998}'s theory explains why: the directional PP introduces a quantized path argument, and QUA propagation through SINC transmits QUA to the VP, blocking extensive measurement.

                                                                                                    This theorem connects the two accounts: given a CUM VP (from CUM propagation) and a QUA VP (from QUA propagation with a different object), the measurement status shifts from cumulative to quantized.

                                                                                                    A cross-categorial comparison construction template: the same DegP shell applies across syntactic categories. @cite{wellwood-2015} §2, @cite{bresnan-1973}

                                                                                                    • domain : String

                                                                                                      Syntactic domain (nominal, verbal, adjectival)

                                                                                                    • comparativeExample : String

                                                                                                      Example comparative sentence

                                                                                                    • equativeExample : String

                                                                                                      Example equative sentence

                                                                                                    • degreeWord : String

                                                                                                      The degree word used

                                                                                                    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{bresnan-1973} decomposition: more = -er + much.

                                                                                                          Wellwood's cross-categorial claim: the SAME QP underlies more across nominal ("more coffee"), verbal ("ran more"), and adverbial ("more quickly") domains. The adjectival domain ("taller") differs only by Much Deletion (Rule 10): much deletes before adjectives.

                                                                                                          The formal QP structure and suppletion are in Bresnan1973.

                                                                                                          Equations
                                                                                                          Instances For

                                                                                                            The surface form "more" derives from Bresnan's suppletion.

                                                                                                            Wellwood §6.3: GAs have "covert much" — very combines directly with the adjective without overt much ("very hot", *"very much hot").

                                                                                                            This is exactly Bresnan's Rule 10 (Much Deletion): much → ∅ before an adjective. The formal muchDeletionApplies predicate from Bresnan1973 captures when the deletion fires.

                                                                                                            N/V retain overt much because Much Deletion only applies before A. adjFollows = false → Much Deletion does not apply.