Table of Contents

Graph

Proofs

Always just assume the conditional part of the statement

Funny Spec words

This is in "the realm of logic"

Summary

Given a true conditional statement:

$$If \ A \ then \ B $$

Proof by Contrapositive

The "truth value" of a conditional statement and its contrapositive are always the same. That is, if a conditional statement is true its contrapositive is true, and if it were false then the contrapositive is false.

Example: "If $n^{2}+ 4n + 1$ is even, then $n$ is odd."

What to do? Find the contrapositive Proof:

Contrapositive: "If n is even, then $n^{2}+ 4n + 1$ is odd." let $n$ be even, i.e. $n=2k$ where $k \in \mathbb{Z}$

$\therefore n^{2}+ 4n + 1 = (2k)^{2}+ 4(2k) + 1$ $= 4k^{2}+ 8k + 1$ Hence $n^{2}+ 4n + 1 = 2(2k^{2}+4k) + 1,k \in \mathbb{Z},2k^{2}+4k \in \mathbb{Z}$ Thus $n^{2}+ 4n + 1$ is odd since $2k^{2}+4k$ is an integer.

The contrapositive is true, hence the statement is true