Documentation

Linglib.Phenomena.Comparison.Studies.BhattPancheva2004

Bhatt & Pancheva 2004: Late Merger of Degree Clauses #

@cite{bhatt-pancheva-2004} @cite{heim-2000} @cite{williams-1974} @cite{lebeaux-1988} @cite{takahashi-hulsey-2009} @cite{hoeksema-1983} @cite{bresnan-1973}

Rajesh Bhatt and Roumyana Pancheva. Late Merger of Degree Clauses. Linguistic Inquiry 35(1): 1–45.

What this file is and isn't #

This file is a paper-faithful study of B&P 2004. It does not define late merger or the Heim-Kennedy Constraint — those live in the syntax–semantics interface module Theories/Syntax/Minimalist/DegreeMovement.lean, which itself imports Theories/Syntax/Minimalism/LateMerger.lean (generic late merger, polymorphic in admissibility) and Theories/Semantics/Degree/Comparative.lean (set-of-degrees comparative operator). What this file does is instantiate that infrastructure for the empirical claims of B&P, and bridge to neighbouring studies.

B&P's claims, mapped to this file #

Polarity remarks #

A naive worry: if the surface NP-comparative reduces to an underlying S-source, does Hoeksema's polarity asymmetry collapse? No. The reduction is at the level of values, not signatures: NP-comparative is a Boolean homomorphism over GQs (signature .mono), S-comparative is anti-additive over degree sets (signature .antiAdd). The licensing-context registry tracks this distinction, and reduction_preserves_polarity_signatures witnesses that B&P's syntactic uniformity claim does not unify Hoeksema's two algebraic types.

theorem BhattPancheva2004.degree_lm_bleeds_iff_scope_position_above (chain : List Minimalist.DegreeMovement.DegreeChainPosition) (binderHeight h : ) (hgt : h > binderHeight) :
Minimalist.DegreeMovement.degreeClauseLateMergerBleeds ({ height := h, scopeOK := true } :: chain) binderHeight = true

Instantiation of the generic WLM bleeding profile at the degree-clause admissibility predicate (scopeOK): a scope-licit chain position strictly above the pronoun binder bleeds Condition C for late-merged degree clauses. The substantive §5.1 content — that degree-clause late merger exhibits the same Cond-C-bleeding asymmetry as adjuncts and NP restrictors — is the use of this theorem against minimal pairs, which would require encoding the §5.1 stimulus contrasts. We do not formalize those contrasts here.

theorem BhattPancheva2004.hkc_blocks_QP_above_bound_DegP (degH qpH : ) (h : degH < qpH) :
¬Minimalist.DegreeMovement.IsHeimKennedy { degHeight := degH, qpHeight := qpH, qpBasePosition := qpH, qpBindsDeg := true }

B&P §4.1: HKC's characteristic prohibition. A QP whose trace is in the DegP's restrictor cannot scope strictly above the DegP at LF. Direct application of the interface lemma.

B&P's analytic hypothesis about the intensional-verb data: a verb is in the high-DegP-blocking class iff its (raised) subject binds into the DegP's restrictor. This function packages the hypothesis as a ScopeBinding per datum, parameterized by the LF heights of the DegP and the intensional verb.

UNVERIFIED: B&P do not state this as a single equation; the claim is reconstructed from B&P §5.2's discussion of Williams 1974 plus Heim 2001's observation about which verbs admit the DegP-high reading.

Equations
Instances For

    Non-vacuous bridge to @cite{heim-2001}: under B&P's hypothesis (bpHypothesizedBinding) that high-DegP-blocking iff binding-tail, the Heim-Kennedy Constraint reproduces Heim's 4-vs-4 pattern exactly on the DegP-low LF (where the matrix DegP scopes below the intensional verb): HKC permits the LF iff the verb allows high-DegP.

    This theorem is not a constant — both sides depend on the datum's highDegPAvailable field. The empirical content is that B&P's binding hypothesis correctly predicts Heim's per-verb blocking pattern.

    B&P's clausal-source than-clause denotation {d | d ≤ μ b} collapses to the singleton {μ b} when fed to the S-comparative. Direct corollary of sComparative_eq_singleton_of_isGreatest instantiated at the than-clause's greatest element (the standard's measure).

    Combining @cite{hoeksema-1983} §3.9 (the principal-ultrafilter / singleton-degree-set equivalence) with the B&P reduction: Hoeksema's NP-comparative GQ on Q_b equals the S-comparative on the full clausal-source than-clause denotation. This is the algebraic content of B&P's claim that "than NP" and "than [NP is Adj]" deliver coextensive predicates.

    The B&P reduction is a coincidence of values, not of signatures. The licensing-context registry continues to classify the NP-comparative slot as .mono (Boolean hom over GQs) and the S-comparative slot as .antiAdd (over degree sets). The reduction cannot be used to argue that NP-comparatives are NPI environments, because the reduction's range is the S-comparative's degree-set domain, not the NP-comparative's GQ domain. The proof packages Hoeksema's two registry theorems so that any future change to either signature surfaces here as a recompile failure.