Documentation

Linglib.Phenomena.FillerGap.Studies.ErlewineSommerlot2025

Voice and Extraction in Malayic #

@cite{erlewine-sommerlot-2025}

@cite{erlewine-sommerlot-2025} propose a new analysis of Malayic clausal morphosyntax that derives the interaction between voice morphology and nominal A'-extraction from cyclic linearization (@cite{fox-pesetsky-2005}).

Core claims #

  1. The verbal domain involves two functional heads: Voice (higher, phase head) and v (lower, introduces external argument). The active prefix meN- reflects both: me- on Voice, N- on v.

  2. VoiceP is a phase with exactly one nominal specifier. Only the subject — the nominal in Spec,VoiceP — can A'-extract from the basic clause types (active, di- passive, bare passive).

  3. Object extraction involves the theme moving to Spec,VoiceP (the single nominal specifier) and then A'-moving to Spec,CP, while the agent stays low in Spec,vP. This is possible only when Voice is realized as a null allomorph.

  4. meN-deletion derived: overt Voice (me-) in object extraction creates an ordering paradox at cyclic linearization. At VoiceP Spell-out, Voice precedes the agent; at CP Spell-out, the agent (having moved to Spec,TP or staying high) precedes Voice. The contradiction forces Voice to be null.

  5. Cross-linguistic variation (Desa, SI/SM, polite/familiar Madurese) reduces to parametric differences in vocabulary items for Voice and v.

PIC mode #

@cite{erlewine-sommerlot-2025}'s analysis derives the meN-deletion constraint from cyclic linearization alone, without invoking the Phase Impenetrability Condition. This positions them at PICStrength.linearizationBound (per Theories/Syntax/Minimalist/Phase.lean): no opacity constraint per se, only ordering constraints from SpelloutAndCheck. Same regime adopted by @cite{sande-clem-dabkowski-2026} for Guébie discontinuous harmony, @cite{branan-davis-2019} for agreement-edge unlocking, and others. The structural diagnostic that the meN-deletion derivation is ruled out is precisely not a PIC-violation but a Cyclic Linearization contradiction — see men_deletion below.

Formalization strategy #

We model each derivation as a sequence of Spell-out domains, where each domain is the left-to-right sequence of overt terminals. The cyclic linearization machinery from Linearization/Cyclic.lean checks for ordering contradictions. The key theorem is that object extraction with overt Voice creates a contradiction, while null Voice does not.

Overt terminals at VoiceP Spell-out #

At VoiceP Spell-out, the phase is:

[VoiceP  DP_spec  Voice  [vP  (DP_agent)  v+V  (DP_theme)]]

The specifier of VoiceP is the nominal that has moved there to satisfy the single-specifier requirement. In active clauses, this is the agent; in passives, the theme; in object extraction, the theme.

We record the left-to-right sequence of overt terminals. Null heads (Voice = ∅, v_PASS = ∅) are omitted from the sequence.

Overt terminals at CP Spell-out #

At CP Spell-out, material that has moved out of VoiceP is ordered relative to VoiceP-internal material and any new CP-level material (complementizer, auxiliaries). The key principle: moved material precedes VoiceP-internal material in the CP Spell-out domain.

Grammatical derivations #

Each grammatical derivation produces consistent ordering across phases.

Active clause is consistently linearizable. @cite{erlewine-sommerlot-2025} (36).

Subject extraction from active is consistent. The subject (agent) was already leftmost in VoiceP and moves further left through Spec,TP to Spec,CP — classic edge movement (Scenario 1 of @cite{fox-pesetsky-2005}).

Object extraction with null Voice (SI/SM) is consistent. @cite{erlewine-sommerlot-2025} (54)–(56).

The ordering paradox: overt Voice in object extraction #

This is the paper's central formal result. When Voice is overt (me-), VoiceP Spell-out establishes me- < agent (Voice precedes agent in Spec,vP). But at CP Spell-out, the agent has moved past Voice, establishing agent < me-. The two are contradictory.

@cite{erlewine-sommerlot-2025} (57).

meN-deletion theorem: object extraction with overt Voice creates an ordering paradox.

VoiceP: [theme, me-, agent, NV] → me- < agent CP: [theme, agent, Aux, me-, NV] → agent < me-

These two statements contradict: me- < agent ∧ agent < me-.

Desa vs SI/SM: the N- contrast #

In Desa, the short nasal prefix N- (realization of v_ACT) survives in object extraction because it is on the lower head v, which is not implicated in the ordering paradox. In SI/SM, N- is lost because v_ACT only realizes as N- when Voice is linearly adjacent — and in object extraction, Voice is null (pruned), so the adjacency condition fails.

@cite{erlewine-sommerlot-2025} §2.3, (3) vs (22), (25).

Polite vs familiar Madurese #

@cite{jeoung-2017} documents that polite Madurese has three voices (active, e- passive, bare passive) plus object extraction, while familiar Madurese has only two voices (active, e- passive). The contrast reduces to whether Voice has a null elsewhere allomorph.

@cite{erlewine-sommerlot-2025} §5.3, (76)–(83).

PP A'-movement #

@cite{erlewine-sommerlot-2025} correctly predict that nonnominal constituents (PPs) can A'-extract freely, regardless of voice, because VoiceP hosts nonnominal specifiers in addition to its one nominal specifier ((35b), (42)). PP extraction from active clauses retains meN- ((40a), (41a)).

We model this as: a PP in an additional specifier of VoiceP moves to Spec,CP. It is ordered before Voice at VoiceP Spell-out and remains before Voice at CP Spell-out — no contradiction regardless of whether Voice is overt.

theorem Phenomena.FillerGap.Studies.ErlewineSommerlot2025.pp_extraction_with_overt_voice :
Minimalist.Linearization.SpelloutAndCheck [["PP", "agent", "me-", "NV", "theme"], ["PP", "agent", "Aux", "me-", "NV", "theme"]]

Connecting Malayic Voice/v to Core VoiceHead #

@cite{erlewine-sommerlot-2025}'s two-head system (Voice + v) maps onto Core's single VoiceHead type (@cite{kratzer-1996}, @cite{schaefer-2008}).

The phase divergence is theoretically significant: E&S need VoiceP to be a phase in ALL clause types to trigger cyclic linearization at VoiceP Spell-out, including in passives. Phase.lean's Transfer corresponds to each Spell-out domain in Linearization/Cyclic.lean, but operates on SyntacticObject rather than terminal strings.

Map each Malayic clause type to its Core VoiceHead equivalent. Active and object-extraction Voice are agentive (flavor-default phasal). di-passive and bare passive use phaseOverride := some true to express E&S 2025's claim that VoiceP is universally a phase, diverging from the Core default for passive Voice (@cite{chomsky-2001}, @cite{collins-2005}, encoded in VoiceFlavor.defaultPhasal).

Equations
Instances For

    Phase divergence: Malayic passives are phases, but Core's default passive Voice (following @cite{collins-2005}) is not.