Proof by Construction
- Many theorems state that a particular type of object exists
- Prove by demonstrating how to construct the object
For each even number greater than , there exists a -regular graph with nodes.
Proof:
Let be an even number greater than . Construct with nodes as follows. The set of nodes of is , and the set of edges of is the set
Picture the nodes of this graph written consecutively around the circumference of a circle.
- The edges described in the top line of go between adjacent pairs around the circle.
- The edges described in the bottom line of go between nodes on opposite sides of the circle
As such every node in has degree of
Proof by Contradiction
Assume that the theorem is false and then show that this assumption leads to an obviously false consequence (contradiction)
is irrational
Proof:
Assume that is rational
where
If both and are divisible by the same greater than , divide both by the largest such integer. Doing so doesn’t change the value of the fraction.
Now, at least one of and must be an odd number
- Multiply both sides of the equation by and obtain:
- Square both sides:
2n^2 = m
Since $m^2$ is $2$ times the integer $n^2$, we know that $m^2$ is even. Therefore $m$ too is even as the square of an odd number is always odd. So $m = 2k$ for some integer $k$\begin{align*}
This shows, however, that $n^2$ is even and hence that $n$ is even. Thus we have established that both $n$ and $m$ are even. But earlier was reduced that $m$ and $n$ are not **both** even → contradiction
2n^2 &= (2k)^2\
&= 4k^2\
n^2 &= 2k^2
\end{align*}
Proof by Induction
Advanced method used to show that all elements of an infinite set have a specified property
Consist of 2 parts:
- Basis: Proves that is true
- Induction Step: Proves that for each , if is true, then so is
Format of Induction Proof
For each ,
Proof:
Basis: Prove that the formula is true for . If , then the formula states that:
Simplify right-hand side by observing
which holds because we have defined to be . Therefore the basis of the induction is true
Induction Step: For each , assume that the formula is trie for and show that it is true for . The induction hypothesis states that:
Our objective is to prove that
We do so with the following steps
- From the definition of from , we know that
- Therefore, using the induction hypothesis to calculate
- Multiplying through by and rewriting yields
- Thus the formula is correct for , which proves the theorem