ece108: complete converse contrapositive
This commit is contained in:
parent
7c099e75ad
commit
7bb5984746
@ -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$$
|
||||
|
Loading…
Reference in New Issue
Block a user