Disjunction Formula

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

The Formula

PQP \vee Q is false \Leftrightarrow PP is false and QQ is false

When to use: At least one must be true. Logical OR is inclusive — "P or Q or both" — unlike the exclusive everyday "either/or."

Quick Example

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

Notation

PQP \vee Q

What This Formula Means

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

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

Formal View

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

Worked Examples

Example 1

easy
Let pp: '22 is even' and qq: '22 is odd'. Evaluate pqp \lor q and explain the result.

Answer

pq=Truep \lor q = \text{True}

First step

1
pp: '22 is even' — True. qq: '22 is odd' — False.

Full solution

  1. 2
    pq=TF=Tp \lor q = T \lor F = T.
  2. 3
    In logic, pqp \lor q (inclusive or) is true when at least one of pp, qq is true.
The logical OR is inclusive: it is true whenever at least one operand is true, and false only when both are false. This differs from the everyday exclusive 'or' which excludes the case where both are true.

Example 2

medium
Find all real xx satisfying 'x<1x < -1 or x>3x > 3', and express as a union of intervals.

Example 3

easy
Evaluate 'π>3\pi > 3 OR π<1\pi < 1' and identify which disjunct made it true.

Common Mistakes

  • Reading logical 'or' as exclusive — PQP \vee Q is true even when both parts are true.
  • Declaring PQP \vee Q false because only one part is true — one true part is enough.
  • Swapping \vee (one suffices) with \wedge (all required) — disjunction is the permissive one.

Why This Formula Matters

Disjunction is the permissive connective and the inclusive 'or' is a frequent trap because everyday 'or' is often exclusive. A student who treats logical 'or' as exclusive (excluding 'both') will mis-fill truth tables and misjudge when a compound condition is met. Recognizing it by "Is the claim true as soon as at least one part is true?" — rather than by familiar numbers — is what lets a student tell it apart from conjunction (and) and exclusive or (xor) and union (sets) in a mixed problem set.

Frequently Asked Questions

What is the Disjunction formula?

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

How do you use the Disjunction formula?

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

What do the symbols mean in the Disjunction formula?

PQP \vee Q

Why is the Disjunction formula important in Math?

Disjunction is the permissive connective and the inclusive 'or' is a frequent trap because everyday 'or' is often exclusive. A student who treats logical 'or' as exclusive (excluding 'both') will mis-fill truth tables and misjudge when a compound condition is met. Recognizing it by "Is the claim true as soon as at least one part is true?" — rather than by familiar numbers — is what lets a student tell it apart from conjunction (and) and exclusive or (xor) and union (sets) in a mixed problem set.

What do students get wrong about Disjunction?

The procedure for disjunction is the easy part; the trap is reading logical 'or' as exclusive. Asking "Is the claim true as soon as at least one part is true?" first is what keeps a correct-looking calculation from being attached to the wrong concept.

What should I learn before the Disjunction formula?

Before studying the Disjunction formula, you should understand: logical statement.