CSCI 301 L14 Notes

Lecture 14 - Notes

Proving Non-Conditional Statements

Announcements

Proving Non-Conditional Statements

Proving if-and-only-if statements

To prove biconditional statements, we simply use the following evqivalence:

\(P \Leftrightarrow Q \equiv (P \Rightarrow Q) \land (Q \Rightarrow P)\)

Equivalence Statements:

Example: The following are all equivalent:

To prove this, we need to show a (circular) chain of conditionals that verifies that these are either all true or all false. For example, we could prove the equivalences by proving the the following:

Or we could show \(P \Leftrightarrow Q\) and \(P \Leftrightarrow R\); or many other combinations are possible, but there must be a complete, closed loop or bidirectional chain.

Disproof

In “real” math, there are some propositions we don’t know the truth value of; important ones are called Conjectures. If something is false, then you can disprove it by proving that its negation is true. The following are all direct consequences of this that follow from our understanding of how to logically negate statements of different forms:

notp

contra