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:
DefectiveCircumvention.lean— Storment's probing operation that conditionally re-probes past a defective goal.Phenomena/ArgumentStructure/Studies/Storment2026.lean— derives Setswana QI agreement default from defective theme.
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
- Minimalist.Probing.DefectiveGoal probe goal = (goal ⊆ probe ∧ ∃ f ∈ probe, f ∉ goal)
Instances For
Equations
- Minimalist.Probing.instDecidableDefectiveGoal probe goal = id inferInstance
The empty goal is defective with respect to any nonempty probe.
A defective goal is necessarily missing some feature the probe has.
A defective goal's features are all in the probe (proper subset).
No goal is defective with respect to itself.