Documentation

Linglib.Syntax.Agreement.AdjAgreement

Adjective Agreement Paradigms #

Theory-neutral substrate for which φ/κ-features are morphologically realized on adjectives in each syntactic position (predicative vs. attributive). This is the data layer of the Modification Agreement Generalization ([AZ25d]); the theory-specific analysis (the Attr head, the direct-vs-mediated modification route) lives in Studies/AlexeyenkoZeijlstra2025.lean.

Formerly Syntax/Minimalist/Modification.lean's MAGFeatureType/AdjAgreementEntry — relocated here so the per-language Fragments/*/AdjAgreement.lean files import theory-neutral substrate rather than Minimalist theory.

An agreement feature realized on an adjective: a φ-feature (person/number/gender) or a κ-feature (case).

Instances For
    def Agreement.instDecidableEqAgrFeature.decEq (x✝ x✝¹ : AgrFeature) :
    Decidable (x✝ = x✝¹)
    Equations
    Instances For
      def Agreement.instReprAgrFeature.repr :
      AgrFeatureStd.Format
      Equations
      • One or more equations did not get rendered due to their size.
      Instances For

        An adjective agreement entry: the features morphologically realized on predicative vs. attributive adjectives, and all φ/κ-features available in the DP.

        • predFeatures : List AgrFeature

          Features realized on predicative adjectives.

        • attrFeatures : List AgrFeature

          Features realized on attributive adjectives.

        • dpFeatures : List AgrFeature

          All φ/κ-features available in the DP of this language.

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

            Predicative and attributive adjectives realize the same agreement ([AZ25d] MAG (34a), clause 1).

            Equations
            Instances For

              Attributive adjectives realize every DP φ/κ-feature ([AZ25d] MAG (34a), clause 2).

              Equations
              Instances For