Coconote
AI notes
AI voice & video notes
Try for free
📚
Understanding Logical Equivalences in Depth
Mar 9, 2025
Lecture on Logical Equivalences
Definition of Logical Equivalence
Logical Equivalence
: Compound propositions P and Q are logically equivalent if P biconditional Q is a tautology.
P true -> Q true, P false -> Q false.
Denoted using specific symbols.
Example
Example
: P and True is equivalent to P.
Truth Table
: Shows P and True have the same truth values as P.
Common Logical Equivalences
Identity Laws
P and True
is equivalent to P.
P or False
is equivalent to P.
Domination Laws
P or True
is equivalent to True.
P and False
is equivalent to False.
Idempotent Laws
P or P
is equivalent to P.
P and P
is equivalent to P.
Double Negation Law
Not Not P
is equivalent to P.
Commutative Laws
P or Q
is equivalent to
Q or P
.
P and Q
is equivalent to
Q and P
.
Associative Laws
P or Q or R
and
P and Q and R
: Order of calculation doesn't matter.
Distributive Laws
P or (Q and R)
is equivalent to
(P or Q) and (P or R)
.
P and (Q or R)
is equivalent to
(P and Q) or (P and R)
.
De Morgan's Laws
Not (P and Q)
is equivalent to
Not P or Not Q
.
Not (P or Q)
is equivalent to
Not P and Not Q
.
Absorption Laws
P or (P and Q)
is equivalent to P.
P and (P or Q)
is equivalent to P.
Negation Laws
P or Not P
is equivalent to True.
P and Not P
is equivalent to False.
Logical Equivalences Involving Conditional Statements
P implies Q
is equivalent to
Not P or Q
.
P implies Q
is equivalent to
Not Q implies Not P
(contrapositive).
Not P implies Q
is equivalent to
P or Q
.
P and Q
is equivalent to
Not (Q implies Not P)
.
Not P implies Q
is equivalent to
P and Not Q
(homework).
P implies (Q and R)
is equivalent to
(P implies Q) and (P implies R)
.
Logical Equivalences Involving Biconditional Statements
P biconditional Q
is equivalent to
(P implies Q) and (Q implies P)
.
P biconditional Q
is equivalent to
Not P biconditional Not Q
.
P biconditional Q
is equivalent to
(P and Q) or (Not P and Not Q)
.
Not (P biconditional Q)
is equivalent to
P biconditional Not Q
(homework).
Homework Assignments
Prove certain logical equivalences as homework.
📄
Full transcript