Definition
- Many theorems are assertions that some object or element of some property/type is true
- These theorems have the form
- Proof of this type of theorem is called an existence proof
- There are two ways theorems are written for this type:
- Constructive: Find an element , where for which is true. is called a witness
- Nonconstructive: Do not look for a witness, but show that is true another way
Example 1 (Constructive): Show that there exists a positive number that can be written as a sum of cubes of positive integers in two different ways
Example 2 (Non-Constructive): Show that there exists irrational numbers and such that is rational
Proof
From a previous theorem, we know that is irrational.
Consider the number \sqrt{2}^\sqrt2.
If \sqrt{2}^\sqrt2 is rational, then we have two irrational numbers, and with being rational.
BUT. Let’s consider the case where we don’t know allat
If \sqrt{2}^\sqrt{2} is irrational, then let x=\sqrt{2}^\sqrt{2} and .
Now, x^y=(\sqrt{2}^\sqrt{2})^\sqrt{2} = \sqrt{2}^2=2 Therefore, there exists irrational numbers and such that is rational.
Basically, do a bunch of algebraic manipulation to find values that lead to the wanted conclusion.