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:
PProminence— what the IO must satisfy (proximate, participant, author)PCCGrammar— aFintypeparameter space (24 grammars total)- The four parametric clauses as named
Proppredicates withDecidableinstances:DomainExempt,IOSatisfiesProminence,UniquenessSatisfied,PrimacyRescues IsLicit— the main predicate, defined as the disjunction implementing the algorithm of (12)licitFinset,licitCount— empirical-prediction enumeration viaFinset.filterApplDomainandPConstraintSatisfied— a minimal semantic model in whichIsLicitis derived from selecting the IO as POV centerPreorder PCCGrammar— entailment by licit-set containment
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.
- proximate : PProminence
- participant : PProminence
- author : PProminence
Instances For
Equations
- Minimalist.PConstraint.instDecidableEqPProminence x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
Equations
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.
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
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
Equations
PCCGrammar is in bijection with PProminence × Bool × Bool × Bool.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Minimalist.PConstraint.instFintypePCCGrammar = Fintype.ofEquiv (Minimalist.PConstraint.PProminence × Bool × Bool × Bool) Minimalist.PConstraint.PCCGrammar.equivQuadruple.symm
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
- Minimalist.PConstraint.ultraStrongGrammar = { primacy := true }
Instances For
Weak PCC — drops P-Uniqueness. Allows SAP co-occurrence.
Equations
- Minimalist.PConstraint.weakGrammar = { uniqueness := false }
Instances For
Super-strong PCC — [+participant] prominence. IO must be SAP.
Equations
Instances For
Me-first PCC — [+author] prominence, restricted domain.
Equations
- Minimalist.PConstraint.meFirstGrammar = { prominence := Minimalist.PConstraint.PProminence.author, restrictedDomain := true }
Instances For
PG1 (predicted): [+participant] + P-Primacy.
Equations
- Minimalist.PConstraint.pg1Grammar = { prominence := Minimalist.PConstraint.PProminence.participant, primacy := true }
Instances For
PG2 (predicted): [+participant], no P-Uniqueness.
Equations
- Minimalist.PConstraint.pg2Grammar = { prominence := Minimalist.PConstraint.PProminence.participant, uniqueness := false }
Instances For
PG3 (predicted): [+author], unrestricted domain.
Equations
- Minimalist.PConstraint.pg3Grammar = { prominence := Minimalist.PConstraint.PProminence.author }
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
A DP inherently satisfies a P-Prominence setting.
Equations
- Minimalist.PConstraint.SatisfiesProminence Minimalist.PConstraint.PProminence.proximate p = ((Minimalist.decomposePerson p).hasProximate = true)
- Minimalist.PConstraint.SatisfiesProminence Minimalist.PConstraint.PProminence.participant p = ((Minimalist.decomposePerson p).hasParticipant = true)
- Minimalist.PConstraint.SatisfiesProminence Minimalist.PConstraint.PProminence.author p = ((Minimalist.decomposePerson p).hasAuthor = true)
Instances For
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
- Minimalist.PConstraint.DomainExempt g io do_ = (g.restrictedDomain = true ∧ (Minimalist.decomposePerson io).hasAuthor = false ∧ (Minimalist.decomposePerson do_).hasAuthor = false)
Instances For
Equations
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
- Minimalist.PConstraint.PrimacyRescues g io = (g.primacy = true ∧ (Minimalist.decomposePerson io).hasAuthor = true)
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
Equations
The set of person combinations the grammar predicts to be licit.
Equations
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
Equations
- Minimalist.PConstraint.instLEPCCGrammar = { le := fun (g₁ g₂ : Minimalist.PConstraint.PCCGrammar) => Minimalist.PConstraint.licitFinset g₁ ⊆ Minimalist.PConstraint.licitFinset g₂ }
Equations
- One or more equations did not get rendered due to their size.
Equations
- Minimalist.PConstraint.instDecidableLePCCGrammar g₁ g₂ = (Minimalist.PConstraint.licitFinset g₁).instDecidableRelSubset (Minimalist.PConstraint.licitFinset g₂)
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.
The indirect-object argument introduced by Appl.
The direct-object argument inside VP.
- povCenter : Features.Prominence.PersonLevel
The DP selected as point-of-view center within the phase.
Instances For
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
Equations
The IO is the canonical POV-center candidate (@cite{pancheva-zubizarreta-2018} page 1320).
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.