Tutorial Session 356
Tutorial Session 356
Tutorial Session
What we Discussed
• Propositions
• Logical Connectives
• Truth Tables
• Compound propositions
• Translating English to logic and logic to English.
• Valid and Invalid Statements
Write the statements in symbolic form using the symbols , , ˅ and ˄ ` and
the indicated letters to represent component statements.
• Show that
p→q≡ ¬pq
This shows that a conditional proposition is simple a proposition form that uses a
not and an or.
• Show that
¬ (p → q) ≡ p ¬q
This means that negation of ‘if p then q’ is logically equivalent to ‘p and not q’.
Solution (Correction in the Lecture slides)
p q p q ¬ p q ¬ (p q) p¬q
T T T T F F
T F F F T T
F T T T F F
F F T T F F
b) Either it does not walk like a duck or it does not talk like a duck, or it is a
duck.
c) If it does not walk like a duck and it does not talk like a duck, then it is not
a duck.
Solution: Let p represent "It walks like a duck," q represent "It talks like a
duck," and r represent "It is a duck."
p˄q→~r
p ˅ ~q
~p→p
~r
p ¬p p¬p p ¬ p
T F T F
F T T F
5. Negation laws
p¬p≡t ;p¬p≡ c 10. Negation of t and c
¬t≡ c ; ¬c≡ t
6. Double negation law
¬ (¬ p) ≡ p
Simplifying Statement Forms
Practice in Tutorial Session
Assignment 1 Problems