Subsection 1.2 Equivalent Statements
Given a statement \(p\text{,}\) we say that a statement \(q\) is equivalent to \(p\) if they have the same truth value. We denote equivalent statements, \(p\) and \(q\text{,}\) by
For example, \(\neg(p\vee q)\equiv \neg p\wedge \neg q\) because for corresponding values of \(p\) and \(q\text{,}\) these compound statements have the same truth results. This can be seen by examining the truth tables below:
Because equivalent statements have the same truth value, we can interchange one for the other without losing the meaning of a statement. Let's try the following example. You may find the following website helpful for entering in the symbols used in these calculators Propositional Calculus 1 .
Example 1.2.1.
Determine which of the following statements is equivalent to \(\neg(p\wedge q)\text{:}\)
\(\displaystyle \neg(p\vee q)\)
\(\displaystyle \neg p\vee \neg q\)
\(\displaystyle \neg p\wedge \neg q\)
Not equivalent
Equivalent
not equivalent
The examples above are called DeMorgan’s Laws. Summarizing DeMorgan’s Laws:
\(\displaystyle \neg(p\vee q)\equiv \neg p\wedge \neg q\)
\(\displaystyle \neg(p\wedge q)\equiv \neg p\vee \neg q\)
There are many other equivalent statements, as we will see in the next section.
doc.sagemath.org/html/en/reference/logic/sage/logic/propcalc.html