Properties of Conjunction
Learn about the basic properties of conjunction.
We'll cover the following
Properties
Just like arithmetic operations satisfy specific properties, logical operations like conjunction also satisfy certain properties. Here, we will discuss the most fundamental properties of conjunction.
Associativity
The conjunction operation is associative. This means:
Associativity is one of the most fundamental properties of binary operators; it allows us to switch parentheses. After and before switching parenthesis The propositions remain logically equivalent to each other after switching parentheses and before switching parentheses. In other words, associativity justifies the removal of parentheses. To prove that the conjunction operation is associative we can use a truth table. By using a truth table we can see that by changing parentheses the truth value does not change. For example, let’s look at the case when is true, is false, and is true.
We can see that holds for the case when is true, is false, and is true. All the possible cases are covered in the following truth table in an exhaustive manner:
T | T | T | T | T | T | T |
T | T | F | T | F | F | F |
T | F | T | F | F | F | F |
T | F | F | F | F | F | F |
F | T | T | F | T | F | F |
F | T | F | F | F | F | F |
F | F | T | F | F | F | F |
F | F | F | F | F | F | F |
Notice that in this truth table, the truth values in the last two columns are exactly the same. This shows that:
Although the above truth table formally proves the associativity of conjunction, it is more intuitive to observe that both and are true if and only if the three propositions and are all simultaneously true.
We can also obtain the same result if we use the -notation. In that case, conjunction corresponds to the product of two variables. Consequently, simply follows from the associative law for multiplication.
Given three propositions , and , the statements and are compound propositions. We can think of each , and as atomic propositions. The associative law asserts that these two compound statements are equivalent. More precisely, it claims that the associative law holds regardless of what truth values , and take. Therefore, here logical equivalence is a very meaningful terminology: it claims the validity of eight different possibilities.
Let’s understand this by taking an analogy with real numbers. Consider the equation:
This equation is true for all real numbers , and . In this case, , and are called variables: they are the atoms. In particular, the equation says that,
Although the exact values of and are impossible to write, this is not a requirement. It is enough to know that they are real numbers.
We call , and boolean variables. Boolean variables can take only one of two possible values: true and false. The associative law holds regardless of the individual values of the boolean variables, just like Equation (1) holds irrespective of the values taken by real variables.
It is customary to write equations using the equal () sign, and we write logical equivalences with the logical equivalence () sign.
In Equation (1), we do not bother about where the real numbers came from. The variables and may have been complicated measurements made by an astronomical observation costing large amounts of resources, yet the equation will hold.
Similarly, in the logical laws, we do not bother to find the truth value of the individual propositions or boolean variables. What matters is that they are either true or false but not both; that is, they are indeed propositions.
Consider the three propositions:
- : The dinosaurs’ extinction was due to a large meteor impact.
- : I have a pet dog.
- : Broccoli is good for health.
Individually, their truth values are hard to establish. Yet, the associative law tells us that to make all three claims, there are two equivalent alternatives to expressing this:
and
Since we can switch parenthesis, we can simply write this as,
Logical equivalence is a far more fundamental concept than algebraic equations. Yet, we are more comfortable with mathematical equations because we are not taught logic formally at an early age.
Commutativity
The conjunctive operator is also commutative. This means taking conjunction of with is the same as taking conjunction of with ; that is,
Commutativity allows us to permute the order of variables in conjunction. We can formally prove commutativity of conjunction using a truth table.
T | T | T | T |
T | F | F | F |
F | T | F | F |
F | F | F | F |
We can observe that the last two columns of this truth table are identical. Once again, we can argue that and are both true only when both and are simultaneously true.
Given propositions,
we can take their conjunction; that is, we can construct a new proposition
A convenient way to represent a conjunction of many variables is the iterative notation. In this notation, the above conjunction is written as:
With commutativity and associativity in hand, we can arrange these propositions on the right-hand side of the equivalence above in any of the possible ways. Furthermore, we can parenthesize the conjunction in many possible ways, and the resulting compound proposition will remain equivalent to . The proposition will only be true when all the propositions, , , …, , are true. It will be false if at least one of the propositions is false.
Quiz
Test your understanding of the properties of conjunction.
(Select all that apply.) What are the properties of conjunction?
Conjunction is commutative.
Conjunction is not commutative.
Conjunction is associative.
Conjunction is not associative.