Semantics.Polarity.Israel #
@cite{israel-1996} @cite{israel-2001} @cite{israel-2011}
Israel's theoretical predictions on polarity-sensitive items: the
predictCanonicity function and canonicityConsistent validation
predicate. The Israel scalar enums themselves
(ScalarValue/ScalarDirection/Canonicity/LikelihoodEffect)
live in Typology/PolarityItem.lean (Fragment-importable substrate);
the predictions about how they relate to each other are theoretical
content and live here.
Provenance #
Extracted from Typology/PolarityItem.lean after audit consensus
that predictCanonicity is Israel's main empirical claim — not
neutral typology — and belongs in Theories/. Sibling of
Theories/Semantics/Polarity/Licensing.lean (the Ladusaw/K&L
monotonicity theory hub).
Framework commitment #
Israel's central empirical claim (@cite{israel-2001}) is that for emphatic polarity items, canonicality is determined principally by likelihood effect (propositional role): impeding roles (patient/theme) → canonical items, facilitating roles (agent/stimulus) → inverted items. The pecuniary-paradox dissolution (a red cent NPI vs for peanuts PPI in the same monetary domain) is the canonical witness of role-likelihood mapping carrying explanatory weight that pure-monotonicity accounts (Ladusaw, K&L) lack.
This file enshrines the Israel framework. Alternative scalar accounts
(@cite{lahiri-1998} EVEN-based, @cite{chierchia-2006} EXH+D-alternatives,
Krifka 1995 STA) would live as sibling Theories files; the
Typology/PolarityItem.lean Israel-shaped data fields would carry
each framework's analysis as an optional projection.
Cross-framework gap (Israel ↔ Ladusaw) #
The cross-file gap with Theories/Semantics/Polarity/Licensing.lean
remains unclosed by this restructure. The refutation theorem —
showing a context where Israel's role-likelihood mapping and Ladusaw's
monotonicity-licensing diverge in their predictions — is planned
for Phenomena/Polarity/Studies/Israel2001.lean. The natural witness
is the pecuniary paradox above. NOTE: Israel2001.lean §8 currently
formalizes Israel↔Ladusaw agreement via a ScaleDirection bridge
enum — that's the wrong direction; the refutation work is genuinely
deferred.
Israel's prediction (@cite{israel-2001}): for emphatic polarity items, canonical/inverted is determined principally by likelihood effect (propositional role).
- Impeding roles → canonical items
- Facilitating roles → inverted items
Scalar value determines WHERE on the scale an item sits; likelihood effect determines WHETHER the item is canonical or inverted.
CAVEATS (the function is a strong reading, not Israel verbatim):
- The
_, .fci => .unknowncase reflects an editorial decision that the substrate declines to predict canonicity for FCIs; Israel 2001 mostly bracketed FCIs rather than asserting they have no canonicity. - Israel's role-likelihood mapping is most robust for emphatic
strengtheners (NPIs) and PPIs; attenuators interact differently
(he allows lexical exceptions). The function applies the impeding/
facilitating mapping uniformly across
PolarityTyperegardless ofScalarDirection; downstream consumers should consult thescalarDirectionfield separately when distinguishing emphatic from attenuating items. - Israel acknowledges lexical exceptions;
canonicityConsistentbelow tolerates.unknowneither side to permit data without forcing the prediction.
Equations
- Typology.PolarityItem.predictCanonicity le Typology.PolarityItem.PolarityType.fci = Typology.PolarityItem.Canonicity.unknown
- Typology.PolarityItem.predictCanonicity Typology.PolarityItem.LikelihoodEffect.impeding pt = Typology.PolarityItem.Canonicity.canonical
- Typology.PolarityItem.predictCanonicity Typology.PolarityItem.LikelihoodEffect.facilitating pt = Typology.PolarityItem.Canonicity.inverted
- Typology.PolarityItem.predictCanonicity Typology.PolarityItem.LikelihoodEffect.unknown pt = Typology.PolarityItem.Canonicity.unknown
Instances For
Check if a polarity item's stated canonicity agrees with the prediction. Holds if canonicity or likelihood effect is unknown (insufficient data), or if the stated canonicity matches the prediction from likelihood effect.
Equations
- One or more equations did not get rendered due to their size.