Study smarter with Fiveable
Get study guides, practice questions, and cheatsheets for all your subjects. Join 500,000+ students with a 96% pass rate.
Modal logic extends classical propositional logic by letting us reason about necessity, possibility, and other modes of truth that classical logic simply can't capture. In Formal Logic II, you need to distinguish between what must be true, what could be true, and what happens to be true.
These operators form the foundation for multiple specialized logics: temporal logic for reasoning about time, deontic logic for ethics and obligations, and epistemic logic for knowledge and belief. Don't just memorize the symbols. Know what semantic relationship each operator captures and how operators relate to each other through interdefinability. Exam questions frequently ask you to translate between operators or identify which modal system validates a given formula.
These are the core modal operators. They capture the fundamental distinction between what must be the case and what might be the case. Necessity and possibility are interdefinable: each can be expressed in terms of the other using negation.
means P is true in all accessible possible worlds. This is the strongest modal claim you can make about a proposition.
means P is true in at least one accessible possible world. This is the weakest positive modal claim.
indicates P is false in every accessible possible world. By interdefinability, this is equivalent to .
Compare: vs. . Both quantify over possible worlds, but necessity requires universal truth while possibility requires only existential truth. If you're asked to formalize "might" vs. "must," this distinction is everything.
A contingent proposition is true in some worlds and false in others. It is neither necessary nor impossible.
asserts that P holds in the actual world specifically, distinguishing reality from mere possibility.
Compare: Contingency vs. Actuality. Contingency describes a proposition's modal status (could go either way), while actuality picks out what's true in this world. A contingent proposition can be actually true or actually false.
These operators extend modal thinking to domains of objects, letting us reason about all or some members of a set. While they come from first-order logic rather than modal logic proper, they share the same universal/existential structure, and recognizing this parallel is a recurring theme in Formal Logic II.
means P holds for every element in the domain.
means P holds for at least one element in the domain.
Compare: / vs. /. These pairs share the same logical structure (universal/existential quantification), just over different domains. Worlds in one case, objects in the other. Transferring intuitions between modal and predicate logic is one of the most useful skills you can develop here.
Temporal logic treats moments in time as analogous to possible worlds. Instead of asking "in which worlds is P true?" you ask "at which times is P true?" This framework is heavily used in computer science for model checking and program verification.
means P is true at all future times. This is the temporal analog of necessity.
means P is true at some future time. This is the temporal analog of possibility.
Note that some temporal logics also include past-directed operators: H ("it has always been the case") and P ("it was at some point the case"). These mirror G and F but look backward rather than forward. Be careful not to confuse the temporal past operator P with the deontic permission operator P below; context and the logic you're working in will disambiguate.
Compare: G vs. F mirrors the vs. distinction but over time rather than possible worlds. G requires universal future truth; F requires only existential future truth. Exam questions may ask you to identify which temporal property (safety vs. liveness) a formula expresses.
Deontic logic applies modal structure to obligations and permissions. Instead of possible worlds in general, think of "deontically ideal worlds," scenarios where all obligations are fulfilled.
means P is obligatory: true in all deontically ideal worlds (what ought to be).
means P is permissible: true in at least one deontically acceptable world.
Compare: O/P vs. /. Same logical structure, different interpretation. Obligation is to permission as necessity is to possibility. The key difference: deontic operators describe normative status (what should be), not alethic status (what must or can be true).
Epistemic logic models what agents know or believe. Possible worlds become "epistemically accessible worlds," the scenarios an agent cannot rule out given their information.
means agent knows that P: P is true in all worlds compatible with 's knowledge.
Compare: (knowledge) vs. (necessity). Both are universal quantifiers over worlds, but is agent-relative and factive. Necessity concerns logical or metaphysical truth; knowledge concerns what a particular agent can establish given their epistemic state.
| Concept | Operators |
|---|---|
| Universal quantification over worlds | (necessity), G (always future), O (obligation), (knowledge) |
| Existential quantification over worlds | (possibility), F (eventually), P (permission) |
| Interdefinability | , , |
| Alethic modality | , , , contingency |
| Temporal modality | G, F (also H for "always past," P for "sometime past") |
| Normative modality | O (obligatory), P (permissible), F (forbidden) |
| Epistemic modality | K (knows), B (believes) |
| Actuality distinction | @ (actual world operator) |
How would you express using only and negation? State the equivalence and explain in one sentence why it holds.
Compare the semantic interpretation of and . What structural feature do they share, and what distinguishes them?
A proposition is contingent. What does this tell you about its necessity and possibility status? Express contingency using only and logical connectives.
If you need to formalize "the system must eventually respond," which temporal operators would you use, and why might alone be insufficient?
Explain why is valid for knowledge but is not valid for obligation. What does this reveal about the difference between epistemic and deontic accessibility relations?