Documentation

Linglib.Syntax.Minimalist.Linearization.Replay

Derivation-grounded externalization #

[marcolli-chomsky-berwick-2025] §1.12. SyntacticObject.Derivation.final is an unordered object, so the surface left-to-right order is not recoverable from it, but a Derivation records the planarization choices: em .left and im place material on the left edge, em .right on the right, MCB's externalization section σ_L fixed by the derivation rather than by a noncanonical choice of representative. Derivation.externalize? replays the steps on an ordered accumulator, a PlanarSyntacticObject, so surface orders decide; it is partial by design, none when a merged item is complex or a mover is absent. Traces are unpronounced, dropped by the yield. The faithfulness theorem externalize?_faithful says the replay commutes with forgetting the order: whenever it succeeds, its result is the derived object itself, so the surface readouts surfaceTokens, surfaceCats and surfacePhon are the word order of the actual derived syntactic object. Sibling accounts of linearization: the selection-induced harmonic order (Linearization/Externalization.lean) and Fox–Pesetsky cyclic linearization (Linearization/Cyclic.lean).

Main definitions #

Main results #

References #

Operations on ordered trees #

The ordered leaf of a leaf object; none on a complex object.

Equations
Instances For

    Left-to-right token yield of an ordered tree; traces are unpronounced.

    Equations
    Instances For

      The subtree projects to target: its unordered tree is target's.

      Equations
      Instances For

        The leftmost, root-first subtree satisfying p.

        Equations
        Instances For

          Replace every subtree satisfying p by rep.

          Equations
          Instances For

            The replay on ordered objects #

            The leftmost subtree projecting to target.

            Equations
            • One or more equations did not get rendered due to their size.
            Instances For

              Every subtree projecting to target replaced by the leaf rep.

              Equations
              Instances For
                theorem Minimalist.PlanarSyntacticObject.toSyntacticObject_find? {target : SyntacticObject} {acc s : PlanarSyntacticObject} (h : find? target acc = some s) :
                s = target
                theorem Minimalist.PlanarSyntacticObject.toSyntacticObject_replaceWhere (target : SyntacticObject) (rep acc : PlanarSyntacticObject) :
                (replaceWhere target rep acc) = (↑acc).replace target rep

                Replacement forgets to the structural substitution SyntacticObject.replace.

                The ordered trace a moved object leaves, SyntacticObject.headTrace with its order.

                Equations
                Instances For

                  Internal Merge on the ordered accumulator: the leftmost subtree projecting to mover is raised to the left edge, leaving the trace of its head; none if absent.

                  Equations
                  • One or more equations did not get rendered due to their size.
                  Instances For
                    theorem Minimalist.PlanarSyntacticObject.toSyntacticObject_moveLeft {acc p' : PlanarSyntacticObject} {mover : SyntacticObject} (h : acc.moveLeft mover = some p') :
                    p' = (mover.deleteAccessible acc).merge mover

                    Internal Merge on the ordered accumulator forgets to Internal Merge on the object.

                    One replay step, mirroring SyntacticObject.Step.apply.

                    Equations
                    • One or more equations did not get rendered due to their size.
                    Instances For

                      The derivation's ordered object, MCB's σ_L for this derivation, or none if a merged item is complex or a mover is absent.

                      Equations
                      Instances For

                        The pronounced tokens, left to right; empty if externalization fails.

                        Equations
                        Instances For

                          The surface category sequence, the readout of word-order studies.

                          Equations
                          Instances For

                            The surface string: pronounced forms left to right, empty forms dropped.

                            Equations
                            Instances For

                              Faithfulness #

                              Faithfulness ([marcolli-chomsky-berwick-2025] §1.12): a successful replay forgets to the derived object, so the surface readouts are the word order of final itself.

                              Faithfulness for a prefix: a successful replay of the first n steps forgets to stage n.

                              The [cinque-2005] pied-piping contrast #

                              Phrasal pied-piping preserves the moved constituent's internal order: raising N around A and pied-piping [N A] around Num gives Dem-N-A-Num, pied-piping [A N] around Num gives Dem-A-N-Num. .D stands in for the demonstrative.