174,078 views
14 votes
14 votes
Given the conditional statement ~p -> q which statement is logically equivalent?​

User James Waddington
by
3.1k points

1 Answer

4 votes
4 votes

Any implication is logically equivalent to its contrapositive. In other words,

¬pq¬qp

(¬ means the same thing as ~, "not")

To prove this: recall that

pq ⇔ ¬pq

This is because pq is true if p is false, or both p and q are true, i.e.

pq ⇔ ¬p ∨ (pq)

Disjunction (∨ or "or") distributes over conjunction (∧ or "and"), so that

pq ⇔ (¬pp) ∧ (¬pq)

but ¬pp is always true, or a tautology, so we're just left with ¬pq.

Then

¬pqpq

… ⇔ qp

… ⇔ ¬(¬q) ∨ p

… ⇔ ¬qp

User Navneeth
by
2.5k points