Documentation

Linglib.Theories.Syntax.Minimalist.Probing.DefectiveGoal

Defective Goal #

@cite{roberts-2010} @cite{storment-2025} @cite{storment-2026}

Roberts's notion of a defective goal: a goal whose formal features are a proper subset of those of its probe. Defective goals trigger default agreement (the probe's unvalued features cannot all be checked) and underlie a range of empirical patterns: PCC effects, Setswana SM17 default subject marking in QI, Bantu locative inversion agreement.

Used by:

A goal G is defective with respect to a probe P iff G's formal features are a proper subset of P's. The probe needs more features than the goal has to offer, so checking is incomplete. @cite{roberts-2010}, ch. 2; cited as eq. (49) in @cite{storment-2026}.

Equations
Instances For
    @[implicit_reducible]
    instance Minimalist.Probing.instDecidableDefectiveGoal (probe goal : FeatureBundle) :
    Decidable (DefectiveGoal probe goal)
    Equations

    The empty goal is defective with respect to any nonempty probe.

    theorem Minimalist.Probing.DefectiveGoal.exists_missing {probe goal : FeatureBundle} (h : DefectiveGoal probe goal) :
    fprobe, fgoal

    A defective goal is necessarily missing some feature the probe has.

    theorem Minimalist.Probing.DefectiveGoal.subset {probe goal : FeatureBundle} (h : DefectiveGoal probe goal) :
    goal probe

    A defective goal's features are all in the probe (proper subset).

    No goal is defective with respect to itself.