Documentation

Linglib.Theories.Syntax.Minimalism.Core.Agree

Extended LI with grammatical features

This extends Harizanov's LI with Agree-relevant features. The original ⟨CAT, SEL⟩ handles selection; this adds φ, Case, etc.

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

      Create an extended LI from a simple LI

      Equations
      Instances For

        Is this LI a probe (has unvalued features)?

        Equations
        Instances For

          Is this LI a potential goal for a given feature type?

          Equations
          Instances For

            A probe-goal pair for Agree

            Instances For

              The probe c-commands the goal within a given tree

              Equations
              Instances For

                The goal has the relevant valued feature

                Equations
                Instances For

                  The probe has the relevant unvalued feature

                  Equations
                  Instances For

                    Valid Agree: probe c-commands goal (in tree), probe has unvalued, goal has valued

                    Equations
                    Instances For
                      def Minimalism.intervenes (root probe x goal : SyntacticObject) (xFeatures : FeatureBundle) (ftype : FeatureVal) :

                      X intervenes between probe and goal (within tree root) iff:

                      • probe c-commands X
                      • X c-commands goal
                      • X has a matching valued feature
                      Equations
                      Instances For

                        Goal is the closest matching goal for probe

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

                          Value an unvalued feature by copying from a valued one

                          Equations
                          Instances For
                            def Minimalism.applyAgree (probeFeats goalFeats : FeatureBundle) (ftype : FeatureVal) :

                            Apply Agree: value the probe's feature from the goal. Uses sameType for matching, so a probe with [uPerson:_] will be valued by a goal with [Person:3rd] — the placeholder value is irrelevant, only the feature type matters.

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

                              T-Agree: T probes for φ-features on subject DP

                              T has [uφ], subject DP has [φ] → T gets valued φ. The .third value on person probes is a conventional placeholder — sameType ignores the specific PersonLevel value, matching any .person _ against any .person _.

                              Instances For

                                C-Agree: C probes for [Q] feature

                                C has [uQ], interrogative element has [+Q] → question is licensed

                                Instances For

                                  EPP triggers movement to specifier

                                  When a head has [EPP], Agree is not enough - the goal must MOVE to the specifier position of the agreeing head.

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

                                    Movement is triggered when probe has EPP

                                    Equations
                                    Instances For

                                      T-to-C movement is triggered by [uQ] + [EPP] on C

                                      In matrix questions:

                                      • C has [uQ, EPP]
                                      • T has [+Q] (in some analyses) or movement satisfies EPP
                                      • T moves to C (head movement)
                                      Equations
                                      Instances For

                                        Is a feature bundle active? (has at least one unvalued feature)

                                        An element is active iff it has at least one unvalued feature. Typically, DPs are active when they have unvalued Case.

                                        Equations
                                        Instances For

                                          An element needs Case (has unvalued Case feature)

                                          Equations
                                          Instances For

                                            An element has valued Case

                                            Equations
                                            Instances For
                                              theorem Minimalism.activity_via_case (fb : FeatureBundle) (h : (List.all fb fun (f : GramFeature) => match f.featureType with | FeatureVal.case a => true | x => false) = true) :

                                              Activity is typically determined by Case: A DP is active iff it lacks Case

                                              When a feature bundle contains only Case features, the bundle is active (has unvalued features) iff it needs Case (has unvalued Case).

                                              A goal that satisfies the Activity Condition

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

                                                  Create an ActiveGoal if the features are indeed active

                                                  Equations
                                                  Instances For

                                                    Valid Agree with Activity Condition

                                                    Agree requires:

                                                    1. Probe c-commands goal (within tree)
                                                    2. Probe has unvalued feature
                                                    3. Goal has matching valued feature
                                                    4. Goal is ACTIVE (has some unvalued feature)
                                                    Equations
                                                    Instances For

                                                      Multiple Agree: a probe agreeing with a list of goals

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

                                                          Is Multiple Agree valid? Each goal must be c-commanded by probe (within tree)

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

                                                            Apply Multiple Agree: value probe's feature, mark all goals

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

                                                              A defective element: has some matching features but incomplete set

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

                                                                  Does X defectively intervene between probe and goal (within tree root)?

                                                                  X defectively intervenes if:

                                                                  • X is between probe and goal (c-command wise)
                                                                  • X has matching features
                                                                  • X is defective (can't be a full goal)
                                                                  Equations
                                                                  • One or more equations did not get rendered due to their size.
                                                                  Instances For

                                                                    Valid Agree with Phase Impenetrability Condition.

                                                                    Agree is blocked if the goal is inside a phase complement (and thus inaccessible under PIC).

                                                                    Equations
                                                                    Instances For
                                                                      def Minimalism.fullAgree (strength : PICStrength) (phases : List Phase) (rel : AgreeRelation) (root : SyntacticObject) :

                                                                      PIC-bounded Agree with Activity Condition.

                                                                      The full Agree constraint: probe c-commands goal, feature matching holds, goal is active, AND no intervening phase boundary blocks the relation.

                                                                      Equations
                                                                      Instances For

                                                                        Fin-Agree: Fin probes for [±finite] on its complement (TP).

                                                                        Equations
                                                                        Instances For

                                                                          Force-Fin-Agree: Force/C probes for clause-type features on Fin.

                                                                          Equations
                                                                          Instances For

                                                                            Neg-Agree: Neg probes for [±neg], licensing sentential negation.

                                                                            Equations
                                                                            Instances For

                                                                              Rel-Agree: Rel probes for [±rel], licensing relative clause formation.

                                                                              Equations
                                                                              Instances For

                                                                                How a probe's search can be terminated.

                                                                                Standard Agree assumes a probe is satisfied only by finding a matching
                                                                                valued feature (simple feature match). @cite{deal-2024} argues for richer
                                                                                conditions to capture e.g. Mam's Infl probe, which is satisfied by
                                                                                EITHER matching φ-features OR encountering transitive Voice:
                                                                                
                                                                                **Mam example** (@cite{scott-2023}, via @cite{deal-2024}):
                                                                                - Infl carries [uφ] with satisfaction [SAT: φ or Voice_TR]
                                                                                - Intransitive: probe passes through (no Voice_TR) → finds S → real φ-agreement
                                                                                - Transitive: probe encounters Voice_TR → satisfied without copying φ → default "∅"
                                                                                
                                                                                This turns the Mam bridge's prose account into a computable derivation:
                                                                                ```
                                                                                def mamInflSatisfaction : SatisfactionCond :=
                                                                                

                                                                                .disjunctive [.featureMatch (.phi (.person.third)),.headEncounter.v] ```

                                                                                • featureMatch : FeatureValSatisfactionCond

                                                                                  Standard: probe is satisfied by finding a matching valued feature.

                                                                                • disjunctive : List SatisfactionCondSatisfactionCond

                                                                                  Disjunctive: probe is satisfied by ANY of these conditions. Models @cite{deal-2024}'s interaction-based probes.

                                                                                • headEncounter : CatSatisfactionCond

                                                                                  Head encounter: probe is satisfied by encountering a head of this category, even without feature matching. The probe stops but copies no features — yielding the Elsewhere (default) exponent at PF.

                                                                                Instances For

                                                                                  Check whether a satisfaction condition is met.

                                                                                  fb is the feature bundle of the element the probe encounters. ctx is the syntactic category of that element (if it's a head). Returns true if the probe should stop searching.

                                                                                  Equations
                                                                                  Instances For

                                                                                    Did the probe copy features, or just stop?

                                                                                    When satisfied by feature match, the probe copies features (→ real agreement). When satisfied by head encounter, no features are copied (→ default/Elsewhere). For disjunctive conditions, feature copying occurs iff the first satisfied condition is a feature match.

                                                                                    Equations
                                                                                    Instances For

                                                                                      Mam's Infl probe satisfaction condition: satisfied by EITHER matching φ-features OR encountering transitive Voice.

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

                                                                                        Intransitive environment: the probe encounters a DP with φ-features (no Voice_TR in the way). Feature match is satisfied → real agreement.

                                                                                        Transitive environment: the probe encounters Voice_TR (category.v). Head encounter is satisfied → probe stops without copying features.

                                                                                        In the transitive case, no features are copied — yielding default.