Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Instances For
Model with three students
Equations
Instances For
Equations
- One or more equations did not get rendered due to their size.
All entities are students in this model
Instances For
"Passed" predicate indexed by world. World w means exactly w students passed (Alice, then Bob, then Carol).
Equations
- Phenomena.ScalarImplicatures.Studies.MontagueExhaustivity.passedAt w s✝ = false
- Phenomena.ScalarImplicatures.Studies.MontagueExhaustivity.passedAt w Phenomena.ScalarImplicatures.Studies.MontagueExhaustivity.Student.alice = true
- Phenomena.ScalarImplicatures.Studies.MontagueExhaustivity.passedAt w s✝ = false
- Phenomena.ScalarImplicatures.Studies.MontagueExhaustivity.passedAt w Phenomena.ScalarImplicatures.Studies.MontagueExhaustivity.Student.alice = true
- Phenomena.ScalarImplicatures.Studies.MontagueExhaustivity.passedAt w Phenomena.ScalarImplicatures.Studies.MontagueExhaustivity.Student.bob = true
- Phenomena.ScalarImplicatures.Studies.MontagueExhaustivity.passedAt w Phenomena.ScalarImplicatures.Studies.MontagueExhaustivity.Student.carol = false
- Phenomena.ScalarImplicatures.Studies.MontagueExhaustivity.passedAt w s✝ = true
- Phenomena.ScalarImplicatures.Studies.MontagueExhaustivity.passedAt w s✝ = false
Instances For
"Some students passed" computed compositionally
Equations
- One or more equations did not get rendered due to their size.
Instances For
"All students passed" computed compositionally
Equations
- One or more equations did not get rendered due to their size.
Instances For
Convert Bool to Prop
Instances For
"Some students passed" as Prop' (Fin 4)
Equations
- One or more equations did not get rendered due to their size.
Instances For
"All students passed" as Prop' (Fin 4)
Equations
- One or more equations did not get rendered due to their size.
Instances For
Alternative set for exhaustivity
Equations
- One or more equations did not get rendered due to their size.
Instances For
someStudents from Operators.lean
Equations
Instances For
allStudents from Operators.lean
Equations
Instances For
Compositional "some" matches hand-crafted definition
Compositional "all" matches hand-crafted definition
World 1: one student passed
Equations
Instances For
World 3: all students passed
Equations
Instances For
At w1, "some passed" holds
At w1, "all passed" does NOT hold
At w3, both "some" and "all" hold
Main Result: exhMW(some) holds at w1 (compositionally derived).
This proves the scalar implicature "some but not all" using:
- Montague compositional semantics
- @cite{spector-2016} exhaustivity operator
Corollary: exhMW(some) does NOT hold at w3.
All-worlds are excluded by exhaustification of "some".
Proposition 6 applies: exhMW ⊆ exhIE for compositional meanings
exhIE also holds at w1 (derived from exhMW via Proposition 6).