Lecture 03
Lecture 03
Lecture 03 : Bi-Conditions
T T F T T T
T F T T F F
F T F F F T
F F T T F F
• Example: How can this English sentence be translated into a logical expression?
“You can access the Internet from campus only if you are a
computer science major or you are not a freshman.”
Solution: Let a, c, and f represent “You can access the Internet from
campus,” “You are a computer science major,” and “You are
a freshman.” The sentence can be translated into: Precedence of Logical Operators.
Operator Precedence
a → (c ν ¬f).
¬ 1
Λ 2
ν 3
→ 4
↔ 5
• A compound proposition that is always true, no matter what the truth values of
the propositions that occurs in it, is called a tautology.
• A compound proposition that is always false is called a contradiction.
• A compound proposition that is neither a tautology or a contradiction is called a
contingency.
T F T F
F T T F
• Compound propositions that have the same truth values in all possible cases are
called logically equivalent.
• Example: Show that ¬p ν q and p → q are logically equivalent.