Freezing #
A constituent a derivation has moved is an island for later extraction, the freezing effect that
descends from [ross-1967]'s Sentential Subject Constraint and that [chung-2006] makes the test
of VP-raising analyses of VOS order: whatever a raised VP still contains cannot be extracted,
whatever left it before it raised can. Frozen d x says that x sits inside some mover of d.
Movers carry the traces of what evacuated them earlier, not the evacuees, so an evacuee is not
frozen by the constituent it left; and a mover is itself available to move again. Freezing is
monotone under extending the derivation and blind to the sides of External Merge.
Main definitions #
Main results #
Minimalist.SyntacticObject.Derivation.frozen_append_iff: extending a derivation freezes what its new movers contain and nothing else.Minimalist.SyntacticObject.Derivation.Frozen.append,frozen_leftward_iff.
References #
- [ross-1967]
- [chung-2006]
x sits inside a constituent d has moved.
Equations
- d.Frozen x = ∃ m ∈ d.movedItems, m.contains x
Instances For
Equations
- d.instDecidableFrozen x = id inferInstance
Extending a derivation freezes what its new movers contain and nothing else.
Freezing is monotone under extension.
Freezing is blind to the sides of External Merge.