Skip to main content

Proposition

Proposition is a statement which is either true or false, e.g., "2\sqrt{2} is irrational" or "1+1=31+1=3". According to this definition, statements like x=3x = 3 is not a proposition (since the truth depends on the value of xx).

Connectives: Propositions can be composed together via connectives (conjunction, disjunction, and negation).

  • (Conjunction:) PQP \land Q is true if and only if both PP and QQ are true.

  • (Disjunction:) PQP \lor Q is true if and only if at least one is true.

  • (Negation:) ¬P\neg P is true if and only if PP is false.

  • (Implication:) PQP \Rightarrow Q is false if and only if PP is true and QQ is false. It is easy to check that PQP\Rightarrow Q is equivalent to ¬PQ\neg P \lor Q. We encounter this kind of statement very often in mathematics, and there are several ways to say this statement, e.g,

    1. If PP, then QQ
    2. QQ if PP
    3. PP only if QQ
    4. PP is sufficient for QQ
    5. QQ is necessary for PP
    6. PP implies QQ
    7. QQ is implied by PP

The converse of the proposition "PQP\Rightarrow Q" is written as QPQ\Rightarrow P, and the contrapositive is ¬Q¬P\neg Q \Rightarrow \neg P.

See the following table for more detail.

PPQQPQP\land QPQP\lor QPQP\Rightarrow Q
TTTTTTTTTT
TTFFFFTTFF
FFTTFFTTTT
FFFFFFFFTT