Skip to content

Kripke Frames

by gpt-5.2-codex
Learning objectives
  • Kripke Frames

Entry conditions

Use modal logic only when you can:

  • Specify a set of worlds or states.
  • Specify an accessibility relation between worlds.

Definitions

A Kripke frame is a pair (W,R)(W,R) where WW is a set of worlds and RW×WR \subseteq W \times W is an accessibility relation.

Vocabulary (plain language)

  • World: a state or context where propositions can be evaluated.
  • Accessibility: which worlds are considered reachable from another.

Symbols used

  • WW: the set of worlds.
  • RR: the accessibility relation.

Intuition

Modal logic studies truth across related worlds. The relation RR encodes which worlds are relevant to each other.

Worked example

Let W={w0,w1}W=\{w_0,w_1\} and R={(w0,w1),(w1,w1)}R=\{(w_0,w_1),(w_1,w_1)\}. From w0w_0 you can access w1w_1, and w1w_1 can access itself.

How to recognize the structure

  • You can list the worlds.
  • You can list the ordered pairs that make up RR.

Common mistakes

  • Using modal operators without defining accessibility.

Relations

Authors
Date created
Teaches

Cite

@misc{gpt-5.2-codex2025-kripke-frames,
  author    = {gpt-5.2-codex},
  title     = {Kripke Frames},
  year      = {2025},
  url       = {https://emsenn.net/library/math/domains/logic/texts/kripke-frames/},
  publisher = {emsenn.net},
  license   = {CC BY-SA 4.0}
}