Documentation

Linglib.Phenomena.Islands.Studies.Adger2025

Mereological Syntax: Angular Locality and Islands #

@cite{adger-2025}

@cite{adger-2025} (Linguistic Inquiry Monograph 90, MIT Press) develops a mereological alternative to set-theoretic Bare Phrase Structure: syntactic objects are parts of one another (rather than members of sets), and the operation Subjoin makes one object a 1-part or 2-part of another. The book derives a range of locality phenomena from Angular Locality (AL): a structural condition on subjunction paths that fails when the path crosses dimensions (mixed 1-part/2-part transitivity).

Coverage of this file #

This is a thin study layer that re-exports the AL substrate derivations from Theories/Syntax/SynGraph.lean (§10) and frames cross-framework engagement. The substrate covers:

Out of scope #

Cross-framework engagement #

§3 of this file articulates AL's relationship to one rival framework (@cite{marcolli-chomsky-berwick-2025} §1.6 algebraic Merge): both reach a false verdict on Sideward Merge from incompatible primitives.

The classification handles adgerSubjectIslandSource and adgerDefiniteNominalSources are exposed for use by later paper-anchored Studies files. Newer rivals make convergence/divergence claims against Adger's classification:

Phase Theory (Theories/Syntax/Minimalist/Phase.lean, @cite{chomsky-2000}, @cite{chomsky-2008}) is the immediate theoretical rival — Adger's framing is to derive island effects "without stipulating phases, barriers, or subjacency." No formal cross-translation is provided here: AL operates on graph-theoretic parthood across dimensions; Phase Theory on PIC over derivational phases. The frameworks share no structural lemma; identifying a configuration where AL blocks but PIC permits (or vice versa) is left as a future critical experiment.

Core AL derivations live in Theories/Syntax/SynGraph.lean (§10):

TheoremPhenomenon
al_blocks_superlocalantilocality (35a)
al_blocks_loweringno lowering (35b)
al_blocks_sidewardno sideward subjunction (35c)
al_blocks_parallelno parallel merge (35d)
al_blocks_cross_dim / al_allows_within_dimcross-dim transitivity (35e)
al_allows_rollup_2part / al_allows_rollup_1partroll-up movement
succ_cyc_blocked_cross_clausecross-clausal succ-cyc requires stops
succ_cyc_wh_reaches_C1_after_stopwith stops, succ-cyc allowed
subject_island_blocks / subject_itself_can_extractsubject islands
adjunct_island_blocks / adjunct_itself_can_extractadjunct islands
nominal_island_definite_blocks / nominal_island_indefinite_allowsnominal islands
antilocality_sub1 / antilocality_sub12general antilocality

The graphs g_subject_island, g_adjunct_island, g_definite_island, g_sideward are also public for downstream consumers.

theorem Adger2025.al_blocks_three_island_configurations :
g_subject_island.satisfiesAL 8, 0, = false g_adjunct_island.satisfiesAL 7, 0, = false g_definite_island.satisfiesAL 9, 0, = false

The same satisfiesAL predicate fires false on three distinct configurations: subject (Ch 7 §7.7), adjunct (Ch 4 mechanism on AdvP), definite nominal (Ch 6 §6.3.2). The conjunction composes the substrate theorems rather than re-running native_decide on inlined copies of the same graphs.

The "same mechanism" claim is internal to Adger's account — all three blockings route through cross-dimensional path failure on the AL substrate. It is not a unification claim across all of CED:

  • Adjunct islands receive only a Ch 8 sketch (book p. 225); the substrate graph instantiates the Ch 4 mechanism, not Ch 8's Mod-headed Geis/Haegeman analysis.
  • Subject islands themselves are non-uniform per §7.8 — strength varies with definiteness/topicality of the subject.
  • The definite-nominal case requires the Det-subjunction-fills-D machinery (book pp. 154–157), not just AL alone.

Adger's AL classifies subject islands as syntactically sourced — they arise from the structural cross-dimensional path failure on a graph (subject_island_blocks), not from binding (semantic), memory load (processing), or information-structural backgroundedness (discourse).

The classification is editorial in the sense that IslandSource.syntactic is the natural bin for any structural-configurational mechanism; subject_island_blocks is the structural fact this classification summarises. Exposed as a handle for cross-framework theorems in newer Studies files (e.g., CartnerEtAl2026.subjectIslandSource).

Equations
Instances For

    Adger's AL classifies definite-nominal islands as single-source syntactic: the Det-subjunction-fills-D mechanism (Ch 6 §6.3.2) is itself structural — Det subjoins to D filling its 2-part, blocking extraction across the resulting cross-dimensional path (nominal_island_definite_blocks). No separate semantic mechanism is invoked.

    @cite{shen-huang-2026} (Studies/ShenHuang2026.lean) argues from English VOC effects + Mandarin wh-in-situ data that this should be a [.syntactic, .semantic] composite — the divergence is recorded in that file's theorems.

    Equations
    Instances For

      Both @cite{adger-2025} (mereological Merge, this file) and @cite{marcolli-chomsky-berwick-2025} §1.6 (algebraic Merge) reach a false verdict on Sideward Merge from incompatible structural primitives:

      The two frameworks share NO structural lemma. AL reasons about graph-theoretic parthood across dimensions; MCB reasons about Hopf- algebra coproduct counting and induced component maps. The shared verdict is convergent evidence from incompatible foundations — exactly the kind of theoretical cross-checking linglib is designed to make visible (CLAUDE.md: "high interconnection density … incompatibilities between theories … become visible across the codebase").

      The bundled theorem below is honestly a verdict-comparison: a conjunction of two unrelated propositions about different structural objects, both true. A genuine reduction would require a translation SynGraph → TraceForest lifting satisfiesAL ↔ MinimalYieldWeak; no such bridge is in scope here.

      theorem Adger2025.adger_and_mcb_both_reject_sideward (T_i Tnode T_iq : ConnesKreimer.TraceTree Minimalist.LIToken Unit) :
      ¬Minimalist.Merge.MinimalYieldWeak {T_i} {Tnode, T_iq} g_sideward.satisfiesAL 2, 1, = false

      Verdict comparison: the canonical Sideward configuration is rejected by both frameworks. Two propositions about different structural objects, conjoined to make the cross-framework agreement visible at the type level. The Adger conjunct does not depend on the MCB parameters T_i Tnode T_iq; the MCB conjunct does not reference the AL graph. The bundling is documentation, not a reduction.