Documentation

Linglib.Phenomena.FreeChoice.Worlds

Power-set-of-atoms world models for free-choice scenarios #

The standard small modal-logic models used to demonstrate free-choice inference. A PowerSet2World enumerates the 2² = 4 truth assignments to two atoms — Aloni 2022 Figure 1 (w_∅, w_a, w_b, w_ab).

This pattern is independently reinvented in Aloni2022.lean (as PermissionWorld over coffee/tea), Heim1992.lean (line 51, "4-world model with two binary dimensions"), Boylan2023.lean (line 570), Roberts2023.lean (line 301). Hoisting it here lets all of those consume one definition.

The holds helper takes a typed FCAtom rather than a String, so typos are caught by the compiler rather than silently producing false.

Power-set-of-{a,b}: the 4 truth assignments to two propositional atoms.

Names follow Aloni 2022 Figure 1 (w_∅, w_a, w_b, w_ab):

Instances For
    @[implicit_reducible]
    Equations
    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      @[implicit_reducible]
      Equations
      • One or more equations did not get rendered due to their size.
      @[reducible, inline]

      Synonym used by Studies that prefer the predicate spelling.

      Equations
      Instances For