Disjunction

Logic
definition

Also known as: OR, โˆจ

Grade 9-12

View on concept map

A disjunction P \vee Q is a compound statement that is true whenever at least one of its parts is true. Disjunction expresses alternatives and is the logical backbone of union, piecewise definitions, and compound probability.

Definition

A disjunction P \vee Q is a compound statement that is true whenever at least one of its parts is true.

๐Ÿ’ก Intuition

At least one must be true. Logical OR is inclusive โ€” "P or Q or both" โ€” unlike the exclusive everyday "either/or."

๐ŸŽฏ Core Idea

P \vee Q is false only when both P and Q are false; it is true in all three other cases (TT, TF, FT).

Example

"I will study math OR physics tonight" is false only if I skip both subjects entirely.

Formula

P \vee Q is false \Leftrightarrow P is false and Q is false

Notation

P \vee Q

๐ŸŒŸ Why It Matters

Disjunction expresses alternatives and is the logical backbone of union, piecewise definitions, and compound probability.

๐Ÿ’ญ Hint When Stuck

Compare with AND by asking: 'Does at least one part need to be true, or do both?' If at least one, you want OR.

Formal View

P \vee Q \Leftrightarrow \neg(\neg P \wedge \neg Q); P \vee Q = \bot iff P = \bot and Q = \bot

๐Ÿšง Common Stuck Point

Logical OR is inclusive (includes 'both'). 'XOR' is exclusive (one but not both).

โš ๏ธ Common Mistakes

  • Using exclusive-or reasoning โ€” in logic, P \vee Q is true when both are true, unlike everyday 'or'
  • Thinking P \vee Q means exactly one is true โ€” that is XOR (P \oplus Q), not OR
  • Confusing \vee (or) with \wedge (and) โ€” P \vee Q is false ONLY when both are false

Frequently Asked Questions

What is Disjunction in Math?

A disjunction P \vee Q is a compound statement that is true whenever at least one of its parts is true.

Why is Disjunction important?

Disjunction expresses alternatives and is the logical backbone of union, piecewise definitions, and compound probability.

What do students usually get wrong about Disjunction?

Logical OR is inclusive (includes 'both'). 'XOR' is exclusive (one but not both).

What should I learn before Disjunction?

Before studying Disjunction, you should understand: logical statement.

How Disjunction Connects to Other Ideas

To understand disjunction, you should first be comfortable with logical statement. Once you have a solid grasp of disjunction, you can move on to and statement and truth table.

Visualization

Static

Visual representation of Disjunction