Documentation

Linglib.Syntax.Minimalist.Movement.Reconstruction

Binding at a stage of the derivation #

Movement reorders c-command, and binding may be evaluated before or after it: reconstruction. CCommandsAt d n x y says that x c-commands y in the object the replay of d reaches after n steps, which by faithfulness is d.stageAt n itself, so the predicate decides a fact about the unordered syntactic object; a stage whose replay fails c-commands nothing. BindsAtSurface evaluates binding at the last stage and BindsAtSomeStage at any, the derivational binding condition under which a sentence is well formed as soon as some stage satisfies it ([cole-hermon-2008], fn. 28), reconstruction to any position the mover passed through. Binding at some stage is monotone under extending the derivation; binding at the surface is not.

Main definitions #

Main results #

References #

x c-commands y at stage n of d: in the ordered object the replay reaches after n steps.

Equations
Instances For
    @[instance_reducible]
    Equations

    The stage the predicate looks at is the derivation's own.

    theorem Minimalist.SyntacticObject.Derivation.cCommandsAt_append_of_le {d : Derivation} {steps : List Step} {n : } {x y : SyntacticObject} (h : n d.length) :
    (d.append steps).CCommandsAt n x y d.CCommandsAt n x y

    The early stages of an extended derivation are the original's.

    @[reducible, inline]

    Surface binding: c-command at the last stage.

    Equations
    Instances For

      Derivational binding: c-command at some stage.

      Equations
      Instances For
        @[instance_reducible]
        Equations

        Binding at the surface is binding at some stage.

        Binding at some stage is monotone under extension.