/ department of mathematics and computer science
Predicate Logic
Lectures 2–3 (Chapters 8-10)
2/41 / department of mathematics and computer science
Valid Logical Reasoning
If Alfred is a duck, then Alfred can swim Alfred is a duck Alfred can swim a = ‘Alfred is a duck’ b = ‘Alfred can swim’ a ⇒ b ∧ a |
val
= = b
3/41 / department of mathematics and computer science
Invalid Logical Reasoning
If Alfred is a duck, then Alfred can swim Alfred can swim Alfred is a duck a = ‘Alfred is a duck’ b = ‘Alfred can swim’ a ⇒ b ∧ b |
val
= = a
4/41 / department of mathematics and computer science