Propositions and Connectives, Truth Tables
Definitions 1
A proposition is a statement that is either true or false. A proposition has one of two truth values, true or false. Two propositions , are said to be (logically) equivalent if they have the same truth value, and this is represented as . The following symbols are referred to as connectives and are methods for forming compound propositions:
- Negation:
- Conjunction:
- Disjunction:
- Conditional:
- Biconditional:
Truth Table
Typically, true is represented by and false by . The above connectives have logical values according to their definitions. The truth values of propositions formed by applying connectives to propositions can conveniently be checked using a truth table:
Negation
If is true, then is false, and if is false, then is true.
Conjunction
If both and are true, then is also true; otherwise, it is false. Generally, in fields like computer science, is considered false, and any value other than is true. Considering two non- numbers , , is true, but if either is , then is false. Thus, in this sense, is called a logical ‘and’.
Disjunction
If either or is true, then is true, and it is only false when both are false. Similar to conjunction, if , it is false, and otherwise, it is true, thus is called a logical ‘or’. Even if , meaning both and are true but is false, we shouldn’t nitpick. So, it’s not just ‘or’ but ’logical or’.
Conditional
If is true and is true, then is also true. Note that unlike in natural language, if is false, regardless of what is, is true. On the other hand, , and this is easily proven through a truth table. Refer to the bottom of the document.
Biconditional
If both and are true, then . Mathematically, this is represented as . According to the truth table, is true when and have the same truth value, that is, both are either true or false.
Theorem
Logical Equivalence of Conditionals
Proof
By the definitions of negation and disjunction
■
이흥천 역, You-Feng Lin. (2011). 집합론(Set Theory: An Intuitive Approach): p3~21. ↩︎