Glass 2023: Anna Karenina Principle and cause #
@cite{glass-2023b}
Using the Anna Karenina Principle to explain why cause favors negative-sentiment complements. Semantics and Pragmatics 16, Article 6.
Core contributions #
Cross-cuts necessity/sufficiency into local (∃ background) vs global (∀ backgrounds) variants.
Shows that global sufficiency licenses inference under uncertainty while global necessity does not — the key asymmetry (Table 2).
Proposes that cause entails local sufficiency and only implicates local necessity — reversing @cite{nadathur-lauer-2020}'s assignment where cause entails necessity.
Links the asymmetry to sentiment via the Anna Karenina Principle (Diamond 1997): desirable outcomes get conjunctive models (multiple necessary factors), undesirable outcomes get disjunctive models (single sufficient factors), so C causes E is true in more contexts when E is bad.
V2 substrate #
This file uses V2 BoolSEM directly. The legacy CausalDynamics-based
formalization (576 LOC including conjunctive/disjunctive helper lemmas
and the Anna Karenina sentiment theorems) was deleted in Phase D-H; the
core local/global concepts are re-stated here over BoolSEM. The
sentiment-asymmetry theorems are recoverable from this scaffolding when
needed.
Local vs Global Sufficiency / Necessity (defs 8–11) #
Glass's quartet of distinctions over BoolSEM:
GloballySufficient: setting cause = true develops effect = true in every background where cause and effect are undetermined.LocallySufficient: there exists some such background.GloballyNecessary: in every background where cause and effect are undetermined, effect does NOT develop.LocallyNecessary: there exists some such background.
The local/global distinction matters because Glass argues that cause asserts only local sufficiency but pragmatically implicates the stronger global form.
Globally sufficient (@cite{glass-2023b} def 11).
Equations
- One or more equations did not get rendered due to their size.
Instances For
Locally sufficient (@cite{glass-2023b} def 10).
Equations
- One or more equations did not get rendered due to their size.
Instances For
Globally necessary (@cite{glass-2023b} def 9).
Equations
- One or more equations did not get rendered due to their size.
Instances For
Locally necessary (@cite{glass-2023b} def 8).
Equations
- One or more equations did not get rendered due to their size.
Instances For
Entailment: Global → Local #
Both global → local entailments are immediate: instantiate the universal
with Valuation.empty, which trivially has cause and effect undetermined.
Global sufficiency entails local sufficiency (@cite{glass-2023b} (22a)).
Global necessity entails local necessity (@cite{glass-2023b} (21a)).
Glass's cause (def 12) #
Glass argues that cause truth-conditionally requires only LOCAL
sufficiency — causeSemGlass collapses to BoolSEM.causallySufficient.
This is truth-conditionally identical to @cite{nadathur-lauer-2020}'s
make; the difference is that Glass relegates necessity to pragmatic
implicature.
Glass's proposed truth condition for "C causes E" (@cite{glass-2023b} def 12): C is causally sufficient for E in the actual background.
Equations
- Glass2023.causeSemGlass M bg cause effect = M.causallySufficient bg cause effect
Instances For
Glass's cause is truth-conditionally identical to N&L's make
(causallySufficient). The difference is pragmatic.