Documentation

Linglib.Syntax.Minimalist.Economy.Basic

Derivational economy #

Economy of derivation ([chomsky-1991], [chomsky-1995]) compares the derivations that converge on the same string with the same interpretation and keeps the least costly. A cost is a count per dimension: the lexical items drawn and the Merge operations, which are the distinct terms of the object built, its lexical leaves and its internal vertices each once, so that a shared constituent is built once; and the Agree operations and applications of ellipsis that [citko-gracanin-yuksek-2025] weigh alongside them. Costs are ordered pointwise: a derivation is more economical than another when it is no worse on every dimension and better on one. The order is well-founded (Dickson's lemma, Pi.wellFoundedLT), so every reference set has a winner (WellFoundedLT.exists_minimal). The cost of a planar object is read off its terms by Minimalist.planarCost in Linearization/Chain.lean.

Main definitions #

References #

The dimensions of derivational cost.

Instances For
    @[instance_reducible]
    Equations
    @[instance_reducible]
    Equations
    • One or more equations did not get rendered due to their size.
    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      @[reducible, inline]

      The cost of a derivation: a count per dimension, ordered pointwise.

      Equations
      Instances For
        @[instance_reducible]
        Equations
        @[instance_reducible]
        Equations