ece108: complete converse contrapositive

This commit is contained in:
eggy 2023-01-11 13:30:32 -05:00
parent 7c099e75ad
commit 7bb5984746

View File

@ -111,3 +111,11 @@ $$
An implication can be expressed as a disjunction. As long as it is stated, it can used as its definition.
$$p\implies \equiv (\neg p)\vee q$$
Two **converse** propositions imply each other:
$$p\implies q\text{ is the converse of }q\implies p$$
A **contrapositive** is the negatated converse, and is **logically equivalent to the original implication**. This allows proof by contrapositive.
$$\neg p\implies\neg q\text{ is the contrapositive of }q\implies p$$