Propositional Calculus and Boolean Algebra
Learn to make compound propositions and get introduced to propositional calculus and boolean algebra.
We'll cover the following
Arithmetic expressions and equations
Since we’re familiar with real numbers, we will start with the following arithmetic equality:
The expression on the left-hand side has three numbers: , and . Furthermore, we have used two arithmetic operations: addition() and multiplication(). These operations allow us to combine two numbers to get another number as a result.
The famous
The calculation on the right-hand side is also dictated by rules of arithmetic (including BODMAS). It also yields the same result, therefore justifying the equality.
Equation (1) is just an example of the distributive law for real numbers. In general, it states that:
Equation (2) is true for any real numbers and .
The distributive law (and other laws) allows us to manipulate algebraic equations (over real numbers).
Logical expressions and equivalences
Just as arithmetic operations like addition, subtraction, and multiplication allow us to combine numbers to create other numbers, logical operations allow us to combine propositions to create new propositions called compound propositions. Let’s start with an illustrative example. Consider the following statement:
: If Eddie gets a bonus in January, she will buy a pair of sunglasses and a new cellphone.
In the above statement , we can readily identify three atomic statements. Let’s make a list of them:
- Eddie gets a bonus in January.
- Eddie buys a pair of sunglasses (in January).
- Eddie buys a new cellphone (in January).
The truth value of depends on the truth values of , and .
Furthermore, the following statement is obtained by combining and .
Eddie buys a pair of sunglasses and a new cellphone.
This statement labeled is called the conjunction of and (You don’t need to know what conjunction is at this point; only realize that it combines two statements).
The statement is obtained by combining and using an operation called implication (we’re not assuming an understanding of implication operation here.)
Therefore, the statement is written by logicians as:
Now, let us make another compound statement:
Either Eddie did not get a raise in January or she bought both sunglasses and a new cellphone.
The statement is written by logicians as:
A few moments of thought will convince you that:
We can write down both these statements to get a logical equivalence:
Now, here is the difficult part. Is this logical equivalence true, just like the distributive law is true for all real numbers? The answer is yes!
To realize that and are equivalent statements, you must have thought of all possibilities of the atomic statements, , and . Therefore, Equation (5) is true regardless of the truth values of , and .
Just as Equation (2) is valid regardless of the values of the real numbers substituted, a logical equivalence holds irrespective of the truth value of atomic statements. Some of these fundamental equations are given the status of laws.
For now, without understanding the meaning of a bar, and , let’s write the logical equivalence as:
Here , and are atomic statements. These atomic statements are called boolean variables. Each boolean variable can be either true or false (but not both).
The logical equivalence (6) holds in the same sense as Equation (2) (Distributive law) holds for real numbers. The equivalence is true regardless of the individual values the boolean variables take.
We can combine statements to form new statements called compound statements. Various laws allow us to manipulate these compound statements. These laws of combining statements and the rules that enable us to manipulate them are collectively called propositional calculus. Since the atomic statements are called boolean variables, these rules are also called boolean algebra. The knowledge of boolean algebra is even more fundamental than elementary algebra, which deals with numerical operations instead of logical ones.