Synthetic and analytic realization: Merger over a containment hierarchy #
[Bob12] ch. 3 treats the synthetic/analytic distinction as
structural: a grade is realized synthetically when Merger has bundled
its heads into the root's complex word, periphrastically otherwise.
Because Merger cannot skip intervening heads (part of Marantz's
definition; equivalently, successive-cyclic head movement), the merged
region is an initial segment of the hierarchy — recorded here as
Synthesis.wordTop. Two of the book's generalizations then fall out:
- SSG (
Synthesis.syntheticAt_of_le): no morphological superlative without a morphological comparative — synthesis is downward closed. The empirical content lives in the modeling choice (merged region = initial segment); the theorem is its one-line consequence. - RSG (
rsg): root suppletion is limited to synthetic comparatives. Items can only be conditioned by word-internal structure, so a lexeme whose comparative is periphrastic (wordTop = 0) realizes the same root form at every grade (realizeIn_const_of_wordTop_eq_zero) — no*good – more bett.
Main declarations #
Synthesis n— how far up the hierarchy the lexeme's word extendsrealizeIn— realization seeing only word-internal structureSynthesis.syntheticAt_of_le(SSG),rsg,isContiguous_realizeIn
The synthetic extent of a lexeme's paradigm: heads 1..wordTop are
realized word-internally with the root (Merger applied); grades above
wordTop are periphrastic. That the merged region is an initial
segment encodes [Bob12]'s "Merger cannot skip intervening
heads".
- wordTop : Fin n
The highest head merged into the root's word.
Instances For
Equations
- Morphology.Containment.instDecidableEqSynthesis.decEq { wordTop := a } { wordTop := b } = if h : a = b then h ▸ isTrue ⋯ else isFalse ⋯
Instances For
Equations
Equations
- One or more equations did not get rendered due to their size.
Instances For
Grade g is realized synthetically: all its heads are
word-internal.
Equations
- s.SyntheticAt g = (g ≤ s.wordTop)
Instances For
SSG core ([Bob12] ch. 3): synthesis is downward closed —
a synthetic superlative entails a synthetic comparative. No language
has long – more long – longest.
Realization restricted to word-internal structure: at grade g,
rules see only the merged region — suppletion cannot be conditioned by
periphrastic material outside the word ([Bob12]'s locality
condition (90) applied through Merger). Models the
comparative-embedding periphrasis type (Greek, the book's (107a–b));
the positive-embedding type (Russian, (107c–d)) needs a per-grade
embedding choice rather than a single wordTop.
Equations
- Morphology.Containment.realizeIn s v g = Morphology.Containment.realize v (min g s.wordTop)
Instances For
Word-internal realization is still contiguous: realizeIn is
realize precomposed with the monotone regrading min · wordTop.
A lexeme with no Merger at all (wordTop = 0, fully periphrastic
paradigm) realizes the same root form at every grade.
RSG ([Bob12] ch. 3): root suppletion is limited to
synthetic comparatives. Contrapositively: a lexeme showing distinct
root forms at two grades must have undergone Merger at least once —
its comparative is synthetic. Excludes *good – more bett.