Logical Connectives2
Logical Connectives2
Logical Connectives2
p q pVq (p V q) → p
contd
• 3.
p q ~p pV~p q → (p V ~ p)
Important concepts in propositional logic
• Tautology: A compound statement is a tautology if it is true regardless of the truth values assigned to
its component atomic statements. eg, Either it is raining or it is not raining.
• Inverse: The inverse is formed by negating the hypothesis and negating the conclusion. p → q: If
you have a Sprite, then you have a root beer. ~ p → ~ q: If you do not have a Sprite, then you do not
have a root beer.
• Contrapositive: The contrapositive is formed by negating both the hypothesis and the
conclusion, and then interchanging the resulting negations. p → q: If 15 is an odd number, then 15 is a
prime number. ~ q → ~ p: If 15 is not a prime number, then 15 is not an odd number.