Documentation

Linglib.Theories.Syntax.Minimalism.Formal.HeadMovement.Basic

A movement operation tracks the mover, target, and result

Instances For

    Head-to-specifier movement: mover becomes maximal

    In head-to-spec, the moved head X:

    1. Was a head in base position (+min, -max)
    2. Becomes a phrase in derived position (+max)
    3. The target Y projects (X is a specifier of Y)

    Example: Bulgarian LHM where V moves to Spec-CP

    Instances For

      Key property: head-to-spec yields a maximal element

      Head-to-spec: the target determines the label

      Head-to-head movement: mover reprojects (stays minimal)

      In head-to-head, the moved head X:

      1. Was a head in base position (+min, -max)
      2. Stays a head in derived position (+min, -max)
      3. X reprojects: X's label becomes the label of the result
      4. Requires X to be (or become) a complex LI

      Example: V-to-T movement where V reprojects within the T complex

      Instances For

        Key property: head-to-head yields a minimal element

        Head-to-head: the mover determines the label (reprojection)

        When X moves to Y via head-to-head, Y absorbs X's features

        The target becomes a complex LI: [Y-features, X-features] This is how reprojection works: Y's category extends with X's

        Equations
        Instances For
          theorem Minimalism.complex_li_outer_projects (target mover : LIToken) :
          (formComplexLI target mover).item.outerCat = target.item.outerCat

          Complex LI enables reprojection: the outer features project

          Summary of the two movement types

          Instances For

            The key diagnostic

            Equations
            Instances For

              Head-to-head results in a single complex LI (single predicate)

              Equations
              Instances For

                Head-to-spec keeps predicates separate

                Equations
                Instances For

                  A movement is local iff no phase head intervenes between target and mover (derived from Phase Impenetrability Condition).

                  Equations
                  Instances For

                    Head-to-head movement must be phase-bounded.

                    This follows from PIC: the mover is inside a phase complement, which becomes inaccessible once the phase is complete. Head-to-head movement must therefore be strictly local (within a single phase).

                    Head-to-specifier movement with position-specific maximality.

                    This structure uses position-indexed maximality rather than global maximality. The mover is maximal AT ITS DERIVED POSITION (Spec), even if it projects at other positions (e.g., its base position in VP under multidominance).

                    In Internal Merge forming {X, Y}:

                    • X (mover) goes to the LEFT (specifier position = derivedSpecPosition)
                    • Y (target) stays on the RIGHT and projects
                    Instances For

                      In head-to-spec, the mover is at the left daughter of result

                      The target (Y) projects, so it has the same label as the result

                      Convert positional head-to-spec to the standard version when possible.

                      If an element is maximal at its derived position AND doesn't project anywhere else in the result, then global maximality holds.

                      This doesn't apply in true multidominance where the element projects at some other position, but works for simple cases.

                      Equations
                      Instances For