@cite{zani-ciardelli-sanfelici-2026} — SDA from Acquisition #
Simplification of disjunctive antecedents: Insights from acquisition. Semantics and Pragmatics 19(3).
Core Contribution #
Experimental study of 148 Italian children (ages 4;1–9;11) and 28 adults on disjunctive antecedent conditionals (DACs), testing three readings:
- SDA (Simplification, @cite{mckay-vaninwagen-1977}): "if A or B, C" ≡ "(if A, C) and (if B, C)"
- DCR (Disjunctive Conditional Reading): "if A or B, C" ≡ "(if A, C) or (if B, C)"
- AR (Asymmetric Reading): only the more realistic disjunct matters
Key Findings #
- SDA is the preferred reading at all ages, already dominant at age 4–5
- AR is nearly absent (2.3% of children's responses)
- DCR decreases with age while SDA increases — a DCR→SDA developmental shift strictly parallel to the existential→universal shift in plural definites (@cite{tieu-kriz-chemla-2019})
- No indicative/counterfactual difference (Mode non-significant, p = 0.869)
- SDA does not require equally realistic disjuncts (contra @cite{lewis-1973})
Theoretical Implications #
The DCR→SDA trajectory supports homogeneity-based accounts (@cite{santorio-2018}, @cite{cariani-goldstein-2020}) over:
- @cite{lewis-1973}: predicts AR when disjuncts differ in realism; AR is absent
- @cite{bar-lev-fox-2020}: predicts AR→SDA shift; observed shift is DCR→SDA
Connection to Linglib #
- DAC readings use the alternative-sensitive conditional semantics from
Phenomena/Conditionals/Studies/Santorio2018.lean:homogeneityEval,sdaEval - The DCR (Disjunctive Conditional Reading) operator
dcrEvalis defined in this file. DCR is named here in @cite{zani-ciardelli-sanfelici-2026} (p. 10), not in @cite{santorio-2018} — Santorio's two readings are SDA (with the DIST_π operator) and the asymmetric Lewis reading (without DIST_π, via default existential closure of the antecedent alternatives). - SDA/DCR correspond to conjunctive/disjunctive
ProjectionType - Developmental trajectory parallels @cite{tieu-kriz-chemla-2019}'s existential→homogeneous shift
DCR (Disjunctive Conditional Reading): existential resolution over per-alternative conditionals — "if A or B, C" iff some simplification (if A, C) ∨ (if B, C) holds.
Named in @cite{zani-ciardelli-sanfelici-2026} (p. 10): "We will refer to this reading of DACs as the disjunctive conditional reading." Lives in this file (rather than the @cite{santorio-2018} substrate) because DCR is not part of Santorio's framework.
Equations
- ZaniCiardelliSanfelici2026.dcrEval sim alts C w = ∃ a ∈ alts, Semantics.Conditionals.Counterfactual.universalCounterfactual sim a.pred C w
Instances For
Equations
- ZaniCiardelliSanfelici2026.instDecidableDcrEval sim alts C w = ZaniCiardelliSanfelici2026.instDecidableDcrEval._aux_1 sim alts C w
The three theoretically predicted readings of disjunctive antecedent conditionals (DACs). Table 2 of the paper.
- sda : DACReading
- dcr : DACReading
- ar : DACReading
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Equations
- ZaniCiardelliSanfelici2026.instDecidableEqDACReading x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
Logical strength ordering: SDA ≥ AR ≥ DCR.
Equations
Instances For
SDA = conjunctive projection over alternatives. DCR = disjunctive projection over alternatives. This is the same duality as quantifier strength in @cite{ramotowska-marty-romoli-santorio-2025}.
Equations
- ZaniCiardelliSanfelici2026.dacProjection ZaniCiardelliSanfelici2026.DACReading.sda = Core.Duality.ProjectionType.conjunctive
- ZaniCiardelliSanfelici2026.dacProjection ZaniCiardelliSanfelici2026.DACReading.dcr = Core.Duality.ProjectionType.disjunctive
- ZaniCiardelliSanfelici2026.dacProjection ZaniCiardelliSanfelici2026.DACReading.ar = Core.Duality.ProjectionType.disjunctive
Instances For
Alternative semantics validates SDA universally (for two alternatives): "if {A,B}, C" ≡ ∀p ∈ {A,B}. min_w(p) ⊆ C ≡ (if A, C) ∧ (if B, C). Under Lewis, SDA is only contingently valid.
Conditional mode (indicative vs counterfactual).
- indicative : ConditionalMode
- counterfactual : ConditionalMode
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Equations
- ZaniCiardelliSanfelici2026.instDecidableEqConditionalMode 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
- ZaniCiardelliSanfelici2026.instDecidableEqAgeGroup x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
Number of eligible participants per age group. Table 1.
Equations
- ZaniCiardelliSanfelici2026.AgeGroup.age4.n = 8
- ZaniCiardelliSanfelici2026.AgeGroup.age5.n = 28
- ZaniCiardelliSanfelici2026.AgeGroup.age6.n = 28
- ZaniCiardelliSanfelici2026.AgeGroup.age7.n = 28
- ZaniCiardelliSanfelici2026.AgeGroup.age8.n = 28
- ZaniCiardelliSanfelici2026.AgeGroup.age9.n = 28
- ZaniCiardelliSanfelici2026.AgeGroup.adult.n = 28
Instances For
The four target items per scenario. Table 3. Each item has a disjunctive antecedent where the consequent matches one disjunct's prize (making one simplification true, one false).
- label : String
- sdaPrediction : Bool
- dcrPrediction : Bool
- arPrediction : Bool
Instances For
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.
Instances For
Overall pattern rates (percentages, one-decimal precision as reported).
- sda : ℚ
- dcr : ℚ
- ar : ℚ
- other : ℚ
Instances For
Equations
Equations
- One or more equations did not get rendered due to their size.
Instances For
Children's overall rates (across modes and age groups).
Equations
- ZaniCiardelliSanfelici2026.childrenOverall = { sda := 450 / 10, dcr := 182 / 10, ar := 23 / 10, other := 345 / 10 }
Instances For
Adults' overall rates (across modes). From Table 6 profiles: 26 SDA, 1 DCR, 1 mixed (AR ctf / DCR ind). Scenario-level: SDA 92.9%, DCR 5.4%, AR 1.8%.
Equations
- ZaniCiardelliSanfelici2026.adultsOverall = { sda := 929 / 10, dcr := 54 / 10, ar := 18 / 10, other := 0 }
Instances For
Finding 1: SDA is the most frequent reading for both groups.
Finding 2: AR is nearly absent.
Rates per mode (from Figure 5). All four pattern categories.
- indicativeSDA : ℚ
- counterfactualSDA : ℚ
- indicativeDCR : ℚ
- counterfactualDCR : ℚ
- indicativeAR : ℚ
- counterfactualAR : ℚ
- indicativeOther : ℚ
- counterfactualOther : ℚ
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
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.
Instances For
Finding 4: No indicative/counterfactual difference. Adults show identical SDA rates; children are very similar. (Table 4: Mode coefficient p = 0.869 for DCR vs SDA.)
Per-age-group pattern rates (from Figure 4 bar chart annotations). This is the paper's core developmental data. Values are approximate (read from bar chart, not tabulated in paper).
Equations
- ZaniCiardelliSanfelici2026.ratesByAge ZaniCiardelliSanfelici2026.AgeGroup.age4 = { sda := 344 / 10, dcr := 312 / 10, ar := 0, other := 344 / 10 }
- ZaniCiardelliSanfelici2026.ratesByAge ZaniCiardelliSanfelici2026.AgeGroup.age5 = { sda := 330 / 10, dcr := 196 / 10, ar := 9 / 10, other := 464 / 10 }
- ZaniCiardelliSanfelici2026.ratesByAge ZaniCiardelliSanfelici2026.AgeGroup.age6 = { sda := 357 / 10, dcr := 259 / 10, ar := 18 / 10, other := 366 / 10 }
- ZaniCiardelliSanfelici2026.ratesByAge ZaniCiardelliSanfelici2026.AgeGroup.age7 = { sda := 482 / 10, dcr := 259 / 10, ar := 9 / 10, other := 250 / 10 }
- ZaniCiardelliSanfelici2026.ratesByAge ZaniCiardelliSanfelici2026.AgeGroup.age8 = { sda := 482 / 10, dcr := 116 / 10, ar := 45 / 10, other := 357 / 10 }
- ZaniCiardelliSanfelici2026.ratesByAge ZaniCiardelliSanfelici2026.AgeGroup.age9 = { sda := 598 / 10, dcr := 54 / 10, ar := 36 / 10, other := 312 / 10 }
- ZaniCiardelliSanfelici2026.ratesByAge ZaniCiardelliSanfelici2026.AgeGroup.adult = { sda := 929 / 10, dcr := 54 / 10, ar := 18 / 10, other := 0 }
Instances For
Core developmental finding: SDA rates increase monotonically from age 5 onward.
Core developmental finding: DCR rates decrease from age 7 onward.
The developmental shift: SDA overtakes DCR. At every age, SDA ≥ DCR, and by adulthood SDA dominates completely.
AR is marginal (< 5%) at every age group. This rules out Lewis's prediction that AR should be common in younger children.
9.6% of children refused to judge DACs as true or false, saying they were "half true and half false." This is direct behavioral evidence for the truth-value gap predicted by homogeneity theory: when one simplification is true and the other false, the DAC lacks a definite truth value.
10 children showed this pattern consistently across all 4 scenarios; 6 more did so in at least one scenario.
Equations
Instances For
The refusal rate is substantial — nearly 1 in 10 children.
Cross-mode consistency: children overwhelmingly derive the same reading in both indicative and counterfactual scenarios. Table 5 diagonal entries.
- sdaSda : ℕ
- dcrDcr : ℕ
- arAr : ℕ
- otherOther : ℕ
Instances For
Equations
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- ZaniCiardelliSanfelici2026.childProfiles = { sdaSda := 52, dcrDcr := 15, arAr := 2, otherOther := 29 }
Instances For
Equations
- ZaniCiardelliSanfelici2026.adultProfiles = { sdaSda := 26, dcrDcr := 1, arAr := 0, otherOther := 0 }
Instances For
Children who are consistent across modes (on the diagonal).
Adults are almost all SDA-consistent.
Rates among participants who accepted the closeness evaluation item (indicating they regard one disjunct as MORE realistic). Table 8. Lewis predicts AR for these participants.
- adultsSDA : ℚ
- childrenSDA : ℚ
- adultsAR : ℚ
- childrenAR : ℚ
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- ZaniCiardelliSanfelici2026.nonEquallyRealistic = { adultsSDA := 8776 / 100, childrenSDA := 3934 / 100, adultsAR := 408 / 100, childrenAR := 284 / 100 }
Instances For
Finding 5: Even among participants who regard disjuncts as non-equally realistic, SDA dominates and AR is marginal. This directly falsifies Lewis's prediction.
The developmental trajectory for DACs parallels the trajectory for plural definites (@cite{tieu-kriz-chemla-2019}):
| Plural definites | DACs | Resolution |
|---|---|---|
| Existential (EXI) | DCR | ∃ (some satisfy → true) |
| Homogeneous (HOM) | SDA | ∀ (all must satisfy) |
| Universal (UNI) | — | — |
Both phenomena show the same developmental pattern: younger children start existential (accepting when ANY element satisfies) and shift to universal/homogeneous (requiring ALL elements to satisfy).
Equations
- ZaniCiardelliSanfelici2026.pluralToDACParallel TieuKrizChemla2019.DefinitePluralReading.existential = some ZaniCiardelliSanfelici2026.DACReading.dcr
- ZaniCiardelliSanfelici2026.pluralToDACParallel TieuKrizChemla2019.DefinitePluralReading.homogeneous = some ZaniCiardelliSanfelici2026.DACReading.sda
- ZaniCiardelliSanfelici2026.pluralToDACParallel TieuKrizChemla2019.DefinitePluralReading.universal = none
Instances For
The developmental parallel: both trajectories go from existential-like to universal-like readings.
Equations
- ZaniCiardelliSanfelici2026.dacDevelopmentalStage ZaniCiardelliSanfelici2026.DACReading.dcr = some TieuKrizChemla2019.DevelopmentalStage.existential
- ZaniCiardelliSanfelici2026.dacDevelopmentalStage ZaniCiardelliSanfelici2026.DACReading.sda = some TieuKrizChemla2019.DevelopmentalStage.homogeneous
- ZaniCiardelliSanfelici2026.dacDevelopmentalStage ZaniCiardelliSanfelici2026.DACReading.ar = none
Instances For
The parallel is structurally exact: DCR maps to the existential stage, SDA maps to the homogeneous stage.
Both phenomena show the same direction of shift. In TieuKrizChemla2019, the EXI/−SI group (existential, no implicatures) exists in young children and gives way to HOM groups. Here, DCR exists in young children and gives way to SDA.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Equations
- ZaniCiardelliSanfelici2026.instDecidableEqSDATheory x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
What each theory predicts as the pre-SDA reading in children.
Equations
- ZaniCiardelliSanfelici2026.SDATheory.lewis.predictedPreSDA = some ZaniCiardelliSanfelici2026.DACReading.ar
- ZaniCiardelliSanfelici2026.SDATheory.alternativeSem.predictedPreSDA = none
- ZaniCiardelliSanfelici2026.SDATheory.homogeneity.predictedPreSDA = some ZaniCiardelliSanfelici2026.DACReading.dcr
- ZaniCiardelliSanfelici2026.SDATheory.exhaustification.predictedPreSDA = some ZaniCiardelliSanfelici2026.DACReading.ar
Instances For
The observed pre-SDA reading is DCR, not AR.
Instances For
Homogeneity theory correctly predicts the developmental trajectory. Lewis and exhaustification predict AR as the pre-SDA stage, but AR is nearly absent.
Answers to the Five Research Questions #
Q1: At what age does SDA arise? Already at age 4–5, SDA is the most frequent non-deviant reading. This parallels the early emergence of free-choice inferences (@cite{tieu-etal-2016}).
Q2: Do children shift from AR to SDA? No. AR is nearly absent (2.3%). The two participants who consistently showed AR were aged 8;0 and 9;7 — not young children with undeveloped pragmatic skills. This is unexpected on @cite{bar-lev-fox-2020}'s account.
Q3: Do children shift from DCR to SDA? Yes. DCR is higher in younger children (~25% at ages 4–7) and decreases with age, while SDA increases. This DCR→SDA shift parallels the EXI→HOM shift in plural definites (@cite{tieu-kriz-chemla-2019}).
Q4: Does SDA arise earlier for indicatives than counterfactuals? No. Mode has no significant effect (p = 0.869). Children show the same reading in both modes (Table 5). This supports uniform accounts of conditionals.
Q5: Does SDA require equally realistic disjuncts? No. Among participants who regarded disjuncts as non-equally realistic, SDA still dominated (87.76% adults, 39.34% children) and AR was marginal (4.08% adults, 2.84% children). This falsifies Lewis's prediction that non-equally-realistic disjuncts should yield AR.
From enum stipulation to substrate derivation #
The SDATheory.predictedPreSDA enum in §11 records each framework's
predicted pre-SDA stage as a stipulation. The two SDA-deriving
mature accounts (homogeneity / exhaustification) themselves coincide on
the SDA inference proper — verifiable at the Lean substrate level via:
- @cite{santorio-2018}'s
Santorio2018.sdaEval(per-alternative homogeneity,Phenomena/Conditionals/Studies/Santorio2018.lean) - @cite{bar-lev-fox-2020}'s
BarLevFox2020.bar_lev_fox_sda(Innocent Inclusion derivation,Phenomena/Modality/Studies/BarLevFox2020.lean)
The cross-mechanism agreement
BarLevFox2020.bar_lev_fox_sda_implies_santorio_sda_inference proves
that on the shared 4-world SDAWorld model, Bar-Lev/Fox's
Exh^{IE+II} verdict entails Santorio's sdaEval verdict on the SDA
inference proper. Bar-Lev/Fox is strictly stronger (also derives
¬((p∧q)□→r)); Santorio is silent on the conjunctive negation. They
agree on the SDA inference itself — the empirical pattern this
study measures.
The developmental contrast between the two accounts (Santorio: DCR→SDA via homogeneity-gap-then-resolution; Bar-Lev/Fox: AR→SDA via EXH-acquisition) is about different stages of the developmental trajectory, not about disagreement on the mature SDA prediction. The empirical finding (DCR→SDA, AR nearly absent) thus distinguishes the two only at the developmental level, not the mature-grammar level.
Substrate witness for the mature-grammar agreement: on the
shared 4-world SDAWorld model from
BarLevFox2020.lean, Bar-Lev/Fox's Exh^{IE+II} verdict at
.actual entails Santorio's sdaEval verdict on the SDA
inference. Direct re-export of the cross-framework theorem
proved in BarLevFox2020.lean §7.
Bar-Lev/Fox derives a STRICTLY STRONGER verdict than Santorio
on the same model: in addition to the SDA inference proper,
Bar-Lev/Fox's Exh^{IE+II} derives ¬((p∧q)□→r). This is the
Innocent-Exclusion-of-the-conjunctive-alternative component
(paper eqn 67 p. 206) that has no analogue in Santorio's
homogeneity-based derivation.