Documentation

Linglib.Theories.Syntax.Minimalist.PConstraint

The P-Constraint #

@cite{pancheva-zubizarreta-2018}

A parametric theory of person-sensitivity in clitic clusters, due to @cite{pancheva-zubizarreta-2018}. The P-Constraint is triggered by an interpretable person feature on Appl, which marks the indirect object as a point-of-view center (a logophoric pivot/self/source in the sense of @cite{sells-1987}).

Architecture #

Empirical predictions for the eight named grammar instances, and the correspondence P&Z draw between P-Prominence settings and Sells's logophoric roles (§6.2), live in the study file Phenomena/Agreement/Studies/PanchevaZubizarreta2018.lean. This file holds only the framework-neutral parametric API — no commitment to any particular theory of logophoric roles:

Convention deviation #

IsLicit is the canonical Prop-valued predicate. The earlier pccLicit : ... → Bool API has been removed. Use IsLicit g io do_ and its Decidable instance directly; for proofs about specific cells, prefer by decide.

P-Prominence settings. The interpretable person feature on Appl requires a DP at the phase edge to bear one of these positive specifications. The settings are framework-neutral feature specifications; @cite{pancheva-zubizarreta-2018} §6.2 give them a logophoric reading (proximate↔pivot, participant↔self, author↔source) that lives in the study file.

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

      A PCC grammar, parameterized by the four binary settings of the P-Constraint (@cite{pancheva-zubizarreta-2018} (12)).

      The 24-element parameter space (3 prominence values × 2³ Bool flags) is enumerated by the Fintype instance below.

      • prominence : PProminence

        P-Prominence: what feature value the IO must inherit at the phase edge. Default: .proximate.

      • uniqueness : Bool

        P-Uniqueness: at most one DP can agree with the interpretable person feature on Appl. Default: true (active).

      • primacy : Bool

        P-Primacy: when both DPs satisfy P-Prominence, the [+author] DP takes priority. Conditional on P-Uniqueness. Default: false.

      • restrictedDomain : Bool

        Domain: whether the interpretable person feature is present on ALL Appl heads (false = default), or only when a [+author] DP is present (true = restricted).

      Instances For
        def Minimalist.PConstraint.instDecidableEqPCCGrammar.decEq (x✝ x✝¹ : PCCGrammar) :
        Decidable (x✝ = x✝¹)
        Equations
        • One or more equations did not get rendered due to their size.
        Instances For
          Equations
          • One or more equations did not get rendered due to their size.
          Instances For

            PCCGrammar is in bijection with PProminence × Bool × Bool × Bool.

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

              Strong PCC — all defaults. DO must be 3P.

              Equations
              Instances For

                Ultra-strong PCC — adds P-Primacy. Allows ⟨1,2⟩ but not ⟨2,1⟩.

                Equations
                Instances For

                  Weak PCC — drops P-Uniqueness. Allows SAP co-occurrence.

                  Equations
                  Instances For

                    Super-strong PCC — [+participant] prominence. IO must be SAP.

                    Equations
                    Instances For

                      Me-first PCC — [+author] prominence, restricted domain.

                      Equations
                      Instances For

                        PG1 (predicted): [+participant] + P-Primacy.

                        Equations
                        Instances For

                          PG2 (predicted): [+participant], no P-Uniqueness.

                          Equations
                          Instances For

                            PG3 (predicted): [+author], unrestricted domain.

                            Equations
                            Instances For

                              A DP is inherently [+PROXIMATE] iff it is a SAP (@cite{pancheva-zubizarreta-2018} (11)). Third person can only be [+PROXIMATE] contextually.

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

                                Clause (12a) — Domain. When the domain is restricted and no [+author] DP is present, the P-Constraint does not apply.

                                Equations
                                Instances For

                                  Clause (12b) — P-Prominence. The IO satisfies the prominence requirement, either inherently or — for .proximate only — by contextual marking when paired with another non-proximate 3P (@cite{pancheva-zubizarreta-2018} §4.1.4).

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

                                    Clause (12c) — P-Uniqueness. The DO does not also inherently satisfy the prominence requirement. (Contextual proximate-marking on the IO does not propagate to the DO.)

                                    Equations
                                    Instances For

                                      Clause (12d) — P-Primacy. When P-Uniqueness would block, a [+author] IO rescues.

                                      Equations
                                      Instances For

                                        The PCC verdict on a ⟨IO, DO⟩ person combination under grammar g.

                                        Implements (12) compositionally:

                                        • Domain-exempt configurations are vacuously licit.
                                        • Otherwise, the IO must satisfy P-Prominence; and either P-Uniqueness is inactive, or it is satisfied, or P-Primacy rescues.
                                        Equations
                                        • One or more equations did not get rendered due to their size.
                                        Instances For

                                          Cardinality of the licit set (out of 9 total combinations).

                                          Equations
                                          Instances For

                                            Number of parametric departures from the default (strong PCC). This is the markedness rank — strong = 0, ultra/weak/super/pg3 = 1, me-first/pg1/pg2 = 2 (@cite{pancheva-zubizarreta-2018} §4.5 (31)).

                                            Equations
                                            • One or more equations did not get rendered due to their size.
                                            Instances For
                                              @[implicit_reducible]
                                              Equations
                                              • One or more equations did not get rendered due to their size.
                                              @[implicit_reducible]
                                              instance Minimalist.PConstraint.instDecidableLePCCGrammar (g₁ g₂ : PCCGrammar) :
                                              Decidable (g₁ g₂)
                                              Equations
                                              theorem Minimalist.PConstraint.le_iff_isLicit_imp (g₁ g₂ : PCCGrammar) :
                                              g₁ g₂ ∀ (io do_ : Features.Prominence.PersonLevel), IsLicit g₁ io do_IsLicit g₂ io do_

                                              Entailment in unfolded form: every licit cell of g₁ is licit in g₂.

                                              A minimal model of the Appl phase: the two arguments and the chosen point-of-view center. The interpretable person feature on Appl (@cite{pancheva-zubizarreta-2018} (10)) marks one DP as the perspectival center; in the unmarked case this is the IO at the phase edge.

                                              Instances For
                                                def Minimalist.PConstraint.instDecidableEqApplDomain.decEq (x✝ x✝¹ : ApplDomain) :
                                                Decidable (x✝ = x✝¹)
                                                Equations
                                                • One or more equations did not get rendered due to their size.
                                                Instances For
                                                  Equations
                                                  • One or more equations did not get rendered due to their size.
                                                  Instances For

                                                    The IO is the canonical POV-center candidate (@cite{pancheva-zubizarreta-2018} page 1320).

                                                    Equations
                                                    Instances For

                                                      The P-Constraint as a semantic predicate over an Appl domain. A domain satisfies the P-Constraint iff either it is exempt, or the POV center is the IO and the IO inherits the prominence value with uniqueness/primacy as required.

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

                                                        Central derivation. A ⟨IO, DO⟩ combination is licit iff there exists an Appl domain over those arguments — with the IO chosen as POV center — that satisfies the P-Constraint. The four parametric clauses are not stipulated verdicts; they are the conditions under which IO-as-POV-center is consistent with the interpretable person feature on Appl.