Fusion #
Fusion merges two adjacent terminal nodes into a single terminal bearing both feature bundles, which a single Vocabulary Item then spells out — the Tns+Agr fusion of English finite verbs; French du = P[de] fused with D[le] is the portmanteau case. It is the inverse misalignment from Fission: fission yields more positions of exponence than syntactic terminals, fusion fewer. The fused bundle is the two bundles together; a rule contributes only the condition under which the two terminals fuse.
Main definitions #
FusionRule: the licensing condition on two adjacent bundles.FusionRule.apply: the fused bundle when the condition holds.
Main results #
portmanteau_needs_fusion: an exponent whose items all draw on both bundles is insertable at neither unfused node.
References #
A Fusion rule: the condition under which two adjacent terminals, the structurally higher first, fuse into one bearing both bundles.
- condition : List F → List F → Prop
The condition on the two fusing bundles.
- decCond (p q : List F) : Decidable (self.condition p q)
Decidability witness for
condition.
Instances For
Equations
- rule.instDecidableCondition p q = rule.decCond p q
Apply Fusion: the two bundles together when the condition holds;
otherwise none.
Instances For
A portmanteau exponent needs fusion: when every item carrying the
exponent draws on features missing from each unfused bundle, the Subset
Principle can select it at neither unfused node — only the fused bundle
contains its item's features (subsetPrinciple_winner_mem).