Documentation

Linglib.Theories.Semantics.PossibilitySemantics.Lifting

Lifting Construction: From Boolean Algebras to Epistemic Ortholattices #

@cite{holliday-mandelkern-2024} Definition 5.1, Lemma 5.4

The lifting construction connects Kripke possible-world semantics to possibility semantics. Given a Boolean algebra B (propositions over worlds), the epistemic extension lifts it to an ortholattice whose elements are pairs (A, I) with ∅ ≠ A ⊆ I ⊆ W:

Compatibility: (A,I) ◇ (A',I') iff A ∩ A' ≠ ∅ ∧ A ⊆ I' ∧ A' ⊆ I Accessibility: (A,I) R (A',I') iff A ⊆ A' ∧ I' ⊆ I

For the 2-world model W = {0, 1} with V(p) = {0}, the five possibilities are:

This file verifies that the epistemic scale's compatibility and accessibility relations match the lifting construction, and derives truth conditions for p, □p, ◇p in terms of world membership in A and I.

Compatibility derived from lifting: (A,I) ◇ (A',I') iff A ∩ A' ≠ ∅ ∧ A ⊆ I' ∧ A' ⊆ I. @cite{holliday-mandelkern-2024} Definition 5.1.

Equations
  • One or more equations did not get rendered due to their size.
Instances For

    Accessibility derived from lifting: (A,I) R (A',I') iff A ⊆ A' ∧ I' ⊆ I (refining = expanding actuality, shrinking information). @cite{holliday-mandelkern-2024} Definition 5.1.

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For

      The epistemic scale's compatibility matches the lifting construction.

      The epistemic scale's accessibility matches the lifting construction.

      @cite{holliday-mandelkern-2024} Lemma 5.4: truth at a possibility reduces to truth at worlds via the A and I sets.

      - propP x = true  iff  world 1 ∉ A(x)  (all actual worlds satisfy p)
      - □p x = true     iff  world 1 ∉ I(x)  (all information-accessible worlds satisfy p)
      - ◇p x = true     iff  world 0 ∈ A(x)  (some actual world satisfies p)
      

      Boolean truth from worlds: p holds at x iff the ¬p-world is not actual.

      Box truth from worlds: □p holds at x iff the ¬p-world is not information-accessible.

      Diamond truth from worlds: ◇p holds at x iff the p-world is actual.